Skip to content

feat(sidebar): swap Clusters and Chats menu order (#198)#199

Open
stephengpope wants to merge 1 commit intomainfrom
feature/swap-clusters-chats-sidebar
Open

feat(sidebar): swap Clusters and Chats menu order (#198)#199
stephengpope wants to merge 1 commit intomainfrom
feature/swap-clusters-chats-sidebar

Conversation

@stephengpope
Copy link
Copy Markdown
Owner

Summary

Fixes #198 — reorders the sidebar navigation so Clusters appears above Chats, improving discoverability for the primary navigation entry point.

Changes:

  • Swapped the <SidebarMenuItem> blocks for "Clusters" (/clusters) and "Chats" (/chats) in lib/chat/components/app-sidebar.jsx
  • Ran npm run build to regenerate the compiled app-sidebar.js ES module output

Sidebar order after this PR:

  1. New chat (header)
  2. Clusters/clusters (moved up)
  3. Chats/chats (moved down)
  4. Runners → /runners
  5. Approvals → /pull-requests
  6. Notifications → /notifications
  7. Upgrade (conditional)
  8. Support (external)

Test plan

  • Expanded sidebar: Clusters appears above Chats
  • Clicking Clusters navigates to /clusters
  • Clicking Chats navigates to /chats
  • No regression on other menu items (Runners, Approvals, Notifications, Upgrade, Support)
  • Mobile view: order consistent with desktop

🤖 Generated with Claude Code

Move Clusters above Chats in the expanded sidebar nav to improve
navigation discoverability, per issue #198.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Event handler side bar menu

1 participant