Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
5

Configure Feed

Select the types of activity you want to include in your feed.

Update button animation styles

Grace Kind (Jul 16, 2026, 3:41 PM -0500) 84d101ca 399419ad

+2 -2
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.186", 3 + "version": "0.17.187", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+1 -1
src/css/style.css
··· 403 403 border: none; 404 404 cursor: pointer; 405 405 font-size: 14px; 406 - transition: all 0.2s; 406 + transition: background-color 0.2s; 407 407 background-color: var(--secondary-button-color); 408 408 } 409 409