Open checks in the middle panel#196
Merged
Merged
Conversation
Selecting a check from the project view's checks panel now opens it in the middle panel via the same routing drafts use, and the edit icon does the same. While a check is open in the middle, the right sidebar mirrors project view — only the chat + checks tabs, with the checks panel dropping the Run button and per-row checkbox so it reads as plain project-scoped CRUD. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The edit icon is redundant when clicking the row already opens the check in the middle. Hide it whenever the panel runs in `onOpenCheck` mode (project view + the right sidebar while a check is open in the middle). The draft-editor sidebar (editing a draft/done) is unaffected and keeps the edit icon. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
e083ec9 to
edd1a5b
Compare
Contributor
|
Thanks @tyxla The only bit missing would be deletion: both bundled checks + user-provided checks. The "delete" icon next to the check is not working as expected (it should work the same as removing the file from the three-dot menu at the top-right): Screen.Recording.2026-05-20.at.16.30.17.movAfter removing a check, the checks panel should remain open. |
5 tasks
Member
Author
#206 should address this |
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
Addresses the remaining bullets from #184 — selecting a check should open it in the middle panel like any other resource.
renderCheckEditor,editingCheckRelPath,editingRelPath/renderEditor) from DraftEditorScreen, DraftSidebar, DraftChecksPanel, and useProjectChecks.Closes #184.
Test plan
npm run test:e2e -- tests/e2e/project-checks.spec.ts— covers row-click open from project view, row-click swap from the right sidebar while a check is open in the middle, sidebar shape (no outline / share, no Run, no checkbox, no edit icon), and create / delete from project view.🤖 Generated with Claude Code