Make the dashboard Overview's links meaningful, or drop them (#1139)#1200
Merged
Conversation
…1139) The Human Queue's Awaiting and Unpushed rows carry the run they are about, so they now open that session — matching their "Open the session" label — instead of landing on the project launcher. The AI Queue's per-project header and any Hot ticket not currently being implemented are no longer links: with no session to open and no ticket view to deep-link to, they were only redirecting to the project's new-session launcher, so they now read as the glanceable information they are. A Hot ticket a live run is implementing still opens that session. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UYHthQiuVfUoaEhc8mNtAL
…139-olwzja # Conflicts: # packages/framework-dashboard/components/HotTickets.tsx
…139-olwzja # Conflicts: # packages/framework-dashboard/components/DashboardPage.tsx
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.
Audited every clickable element on the Overview and made each one meaningful or removed it. Merged latest
main.Note on scope after merging
main: #1193 landed the same idea for Hot tickets — a ticket no run has picked up now opens its project launcher prefilled with that ticket (a draft handoff), which makes the link meaningful. So this PR no longer touches Hot tickets; it adopts #1193's approach and keeps only the Human Queue and AI Queue changes.Links changed
runId)Left as-is (already meaningful)
Verification
All three CI steps pass locally on top of latest
main:pnpm build(incl. dashboard bundle),pnpm typecheck(22/22),pnpm test(21/21 — 489 dashboard tests).Refs #1139.