feat(workbench): open the task board when the Tasks surface is clicked - #472
Merged
Conversation
Activating the Tasks sidebar surface now drives the contextual panel AND opens /tasks in the editor as a preview tab, so the panel's redundant "Open task board" footer link is removed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: xNet Test <test@xnet.dev>
Contributor
🖼️ UI changes in this PRNo visual differences detected in the changed UI. |
Contributor
|
Preview removed for PR #472. |
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.
Summary
/tasks) in the editor as a preview tab, in addition to driving the contextual Tasks panel in the bottom island.SurfaceDefpanels may now carry a companion route (to);surfaceTabIdresolves for any surface with a route, so double-clicking the Tasks row promotes its preview tab like route surfaces do.Verification
surfaces.test.tsextended: hybrid panel+route activation (sets active surface, navigates, arms the preview latch) andsurfaceTabId('tasks') → tasks:tasks./taskswith the board open, Tasks panel in the bottom island, no footer link.🤖 Generated with Claude Code