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.

Remove community plugins fallback behavior

Grace Kind (Jul 14, 2026, 2:14 PM -0500) 13096a40 bd85ca16

+1 -4
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.154", 3 + "version": "0.17.155", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
-3
src/js/views/communityPlugins.view.js
··· 27 27 html`<div id="community-plugins-view"> 28 28 ${headerTemplate({ 29 29 title: "Community plugins", 30 - backButtonFallbackRoute: isAuthenticated 31 - ? "/settings/plugins" 32 - : "/", 33 30 })} 34 31 <main> 35 32 ${error