From 9087565d98ca8844aecb5bd08b4aa9713f5342f8 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Jul 2026 20:05:28 +0000 Subject: [PATCH] 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 Claude-Session: https://claude.ai/code/session_01J8KBSw6smQRyXLiWHeDsZ8 --- .../amethyst/ui/navigation/bottombars/NavBarItem.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/bottombars/NavBarItem.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/bottombars/NavBarItem.kt index bc55ad880b..bd1d4efb28 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/bottombars/NavBarItem.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/bottombars/NavBarItem.kt @@ -588,6 +588,7 @@ val DrawerFeedsItems: List = NavBarItem.COMMUNITIES, NavBarItem.PUBLIC_CHATS, NavBarItem.RELAY_GROUPS, + NavBarItem.BUZZ, NavBarItem.CONCORD, NavBarItem.GEOHASH_CHATS, NavBarItem.CALENDARS,