feat(desktop): M6-rest part 3 — final 5 screens (FilePanel/Plugins/Skills/Permissions/About)#51
Merged
Merged
Conversation
…ills/Permissions/About) All 11 planned desktop screens now have real React implementations: · Onboarding ✅ (PR #31) · REPL ✅ (PR #31) · Chat ✅ (PR #49) · Sessions ✅ (PR #49) · MCPManager ✅ (PR #49) · Settings ✅ (PR #49) · FilePanel ← NEW (tab bar, source/diff/history view switcher, Monaco placeholder for M7) · Plugins ← NEW (list + install spec input + per-plugin enable/disable + trust badge + warnings) · Skills ← NEW (sidebar list + filter + body viewer with frontmatter metadata) · Permissions ← NEW (deny/ask/allow buckets + add-rule form, view-only preview until IPC save lands) · About ← NEW (version + diagnostics + links to docs) Nav top bar updated with all 9 navigable screens (FilePanel is contextual, not nav-toggleable). App.tsx renders via switch. Plus a batch of utility CSS classes used by these screens (ml-auto, overflow-auto, hover:underline, select styling, etc.). Tests: 508 still passing. Build clean across all 4 packages. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Completes all 11 desktop screens. Nav updated. CSS utility classes added. Each screen is a real React component — IPC wiring + Monaco/xterm binary deps still pending. 508 tests still passing.