feat(settings): redesign settings window with VS Code-style sidebar layout#461
Merged
feat(settings): redesign settings window with VS Code-style sidebar layout#461
Conversation
…ayout Replace the 4-tab horizontal layout with a sidebar + content panel design: - Overview section with SVG progress ring showing feature readiness - 5 logical category sections (AI, Economy, Markets, Security, Tracking) - Debug & Logs section with diagnostics - Expandable feature cards with toggle switches and status pills - Debounced search with <mark> highlighting across all features - Buffered secret management extracted to SettingsManager service - Shared constants (HUMAN_LABELS, SIGNUP_URLS, CATEGORIES) extracted - Ollama model fetching extracted to standalone service - ARIA roles for sidebar navigation accessibility - Content area fade transitions between sections - Responsive layout at 860px breakpoint Removed deprecated WorldMonitorTab (zero imports, functionality in Overview). RuntimeConfigPanel alert mode in main window unchanged.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
koala73
added a commit
that referenced
this pull request
Feb 27, 2026
…ayout (#461) Replace the 4-tab horizontal layout with a sidebar + content panel design: - Overview section with SVG progress ring showing feature readiness - 5 logical category sections (AI, Economy, Markets, Security, Tracking) - Debug & Logs section with diagnostics - Expandable feature cards with toggle switches and status pills - Debounced search with <mark> highlighting across all features - Buffered secret management extracted to SettingsManager service - Shared constants (HUMAN_LABELS, SIGNUP_URLS, CATEGORIES) extracted - Ollama model fetching extracted to standalone service - ARIA roles for sidebar navigation accessibility - Content area fade transitions between sections - Responsive layout at 860px breakpoint Removed deprecated WorldMonitorTab (zero imports, functionality in Overview). RuntimeConfigPanel alert mode in main window unchanged.
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
<mark>highlighting across all featuresSettingsManager,settings-constants, andollama-modelsservicesWorldMonitorTab.ts(zero imports)Architecture
src/services/settings-manager.tssrc/services/settings-constants.tssrc/services/ollama-models.tsRuntimeConfigPanel alert mode in main window is unchanged.
Test plan