refactor(dashboard): migrate medium panels — settings / memory / skills / mcp#35
Merged
Merged
Conversation
…ls / mcp Stage 4 PR 4.2 from #28. Four panels with bigger surfaces (forms, detail views, mutation flows) move out of dashboard/app.js: - panels/settings.ts (153 LoC) — config form (api key, base url, preset, effort, search, runtime info) - panels/memory.ts (172 LoC) — REASONIX.md + global / project-mem list + textarea editor - panels/skills.ts (185 LoC) — list + create + edit + delete across project / global / builtin scopes - panels/mcp.ts (206 LoC) — bridged-server table, persisted-spec CRUD, server detail view (tools / resources / prompts) dashboard/app.js loses 656 LoC. Bundle still ~122 KB; CDN imports stay external. Typecheck + 1682 tests pass. Sessions panel deferred — it depends on ChatMessage which lives with the Chat panel migration (Stage 4 PR 4.6).
12 tasks
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.
Stage 4 PR 4.2 from #28. Four panels with bigger surfaces (forms, detail views, mutation flows) move out of
dashboard/app.js:panels/settings.ts(153 LoC) — config form (api key, base url, preset, effort, search, runtime info)panels/memory.ts(172 LoC) — REASONIX.md + global / project-mem list + textarea editorpanels/skills.ts(185 LoC) — list + create + edit + delete across project / global / builtin scopespanels/mcp.ts(206 LoC) — bridged-server table, persisted-spec CRUD, server detail view (tools / resources / prompts)dashboard/app.jsloses 656 LoC. Bundle still ~122 KB; CDN imports stay external.Sessions panel deferred — it depends on
ChatMessagewhich lives with the Chat panel migration (PR 4.6 or earlier when Chat-related shared components get extracted).Closes part of #28.