feat: refine console and control center UI#298
Merged
Conversation
…enter-ui # Conflicts: # src/app/renderer/styles/base.css # src/app/renderer/styles/settings-panel.buttons.css # src/app/renderer/styles/settings-panel.css # src/app/renderer/styles/settings-panel.lists.css # src/app/renderer/styles/settings-panel.search.css # src/app/renderer/styles/settings-panel.sidebar.css # src/contexts/settings/presentation/renderer/SettingsPanel.tsx # src/contexts/settings/presentation/renderer/settingsPanel/SettingsPanelSidebar.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.
💡 Change Scope
📝 What Does This PR Do?
Refines the OpenCove console into a calmer, denser productivity-tool UI while preserving existing behavior and state ownership.
No executable architecture-rule impact.
🏗️ Large Change Spec (Required if "Large Change" is checked)
1. Context & Business Logic
The console had inconsistent visual hierarchy, duplicated theme branches, raw component colors, and competing overlay conventions. This PR consolidates the renderer UI around restrained tool-style semantic tokens and reusable accessible primitives. User-visible behavior remains the same except that Control Center no longer exposes the sidebar toggle, as requested; sidebar pinning and shortcuts remain available through their existing owners.
2. State Ownership & Invariants
AgentSettingsremains the authoritative owner of theme, minimap, standby-banner, UI font-size, and sidebar intent. The new components only project and dispatch changes; they do not introduce mirrored persistent state.3. Verification Plan & Regression Layer
pnpm pre-commitpassed with 91 unit-test files / 288 tests and 257 Electron E2E tests passed; 47 platform/manual cases skipped as expected.✅ Delivery & Compliance Checklist
pnpm pre-commitis completely green.DEVELOPMENT.mdarchitectural boundaries.📸 Screenshots / Visual Evidence
Playwright generated and validated the following review captures locally:
Per repository policy, these review-only images are not committed. They can be uploaded directly to this PR through the GitHub UI.