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.

Use menu button in search page header

Grace Kind (Jul 15, 2026, 4:36 PM -0500) b24e1936 8d2a6e45

+4 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.165", 3 + "version": "0.17.166", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+3
src/js/views/search.view.js
··· 16 16 class SearchView extends View { 17 17 async render({ 18 18 root, 19 + layout, 19 20 context: { dataLayer, isAuthenticated, pluginService, interactionHandlers }, 20 21 }) { 21 22 const state = new ReactiveStore("searchView"); ··· 342 343 html`<div id="search-view"> 343 344 ${headerTemplate({ 344 345 title: "Search", 346 + leftButton: "menu", 347 + onClickMenuButton: () => layout.openSidebar(), 345 348 bottomItemTemplate: () => html` 346 349 <div class="search-input-container"> 347 350 ${searchIconTemplate()}