[READ-ONLY] Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
6

Configure Feed

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

Disable profile click in account switcher

Grace Kind (Jul 16, 2026, 3:29 PM -0500) caa7e56f 36491f97

+6 -2
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.184", 3 + "version": "0.17.185", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+5 -1
src/js/views/settings.view.js
··· 80 80 } 81 81 return avatarTemplate({ 82 82 author: profile, 83 + clickAction: "none", 83 84 }); 84 85 })} 85 86 </span>`} ··· 111 112 > 112 113 ${profile 113 114 ? html`<span class="vertical-nav-icon" 114 - >${avatarTemplate({ author: profile })}</span 115 + >${avatarTemplate({ 116 + author: profile, 117 + clickAction: "none", 118 + })}</span 115 119 >` 116 120 : null} 117 121 <span class="vertical-nav-label">