feat(frontend): show dashboard and orchestrator buttons on project hover#293
Merged
Conversation
Hovering a project row in the sidebar now reveals a dashboard button (opens the project board), an orchestrator button (opens the running orchestrator or spawns one), and a vertical three-dot kebab menu, replacing the lone horizontal kebab. Closes #292. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Hovering a project name in the sidebar now reveals three controls on the right of the row, replacing the lone horizontal kebab:
LayoutGrid) — opens the project board.Waypoints) — opens the project's running orchestrator session, or spawns one and follows it (mirrorsShellTopbar's launcher).MoreVertical) — the existing Project settings / Remove project kebab.The cluster reveals on row hover/focus or while the kebab is open, and stays hidden in the collapsed icon rail. Closes #292.
Why
Per #292: hovering the project name should surface the dashboard and orchestrator buttons and make the three-dot menu vertical.
Testing
frontend:pnpm exec tsc --noEmit— clean.frontend: full vitest suite — 138 passed (added two Sidebar tests covering the new buttons and dashboard navigation).Backend untouched, so the Go gate was skipped.
🤖 Generated with Claude Code