mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 16:33:27 +00:00
fix(buzz): surface Workspaces in the drawer Feeds list
NavBarItem.BUZZ was added to the catalog and the bottom-bar settings picker but never to DrawerFeedsItems, the list the left navigation drawer's Feeds section renders. So Buzz Workspaces could be pinned to the bottom bar yet was missing from the drawer alongside Relay Groups and Concord. Add it between them, matching the chats grouping order. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J8KBSw6smQRyXLiWHeDsZ8
This commit is contained in:
+1
@@ -588,6 +588,7 @@ val DrawerFeedsItems: List<NavBarItem> =
|
||||
NavBarItem.COMMUNITIES,
|
||||
NavBarItem.PUBLIC_CHATS,
|
||||
NavBarItem.RELAY_GROUPS,
|
||||
NavBarItem.BUZZ,
|
||||
NavBarItem.CONCORD,
|
||||
NavBarItem.GEOHASH_CHATS,
|
||||
NavBarItem.CALENDARS,
|
||||
|
||||
Reference in New Issue
Block a user