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.

Update preview banner copy

Grace Kind (Jul 16, 2026, 1:10 AM -0500) b0ad8849 6094c7c9

+5 -4
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.179", 3 + "version": "0.17.180", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+4 -3
src/js/mainLayout.js
··· 29 29 <div class="plugin-preview-banner" data-testid="plugin-preview-banner"> 30 30 <div class="plugin-preview-banner-icon">${eyeIconTemplate()}</div> 31 31 <div class="plugin-preview-banner-body"> 32 - <div class="plugin-preview-banner-title">Plugin preview mode</div> 32 + <div class="plugin-preview-banner-title">Preview mode</div> 33 33 <div class="plugin-preview-banner-subtitle"> 34 - You are currently previewing ${links}. Changes you make to the page 35 - won't be saved. 34 + You are currently previewing community 35 + ${links.length === 1 ? "plugin" : "plugins"}: ${links}. Changes you 36 + make to the page won't be saved. 36 37 </div> 37 38 </div> 38 39 <!-- <button