feat: settings panel with config status, content width toggle#261
Merged
tomasz-tomczyk merged 15 commits intomainfrom Apr 13, 2026
Merged
feat: settings panel with config status, content width toggle#261tomasz-tomczyk merged 15 commits intomainfrom
tomasz-tomczyk merged 15 commits intomainfrom
Conversation
…tcuts/theme-pill styles Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… review path Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nt width toggle Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nd width pills - Remove colored left-border on config cards, use subtle full-border instead - Remove heavy bg-tertiary backgrounds on display rows and about session - Add SVG icons and hover effects to About tab links (Linear-style) - Fix width pill button sizing with explicit padding - Replace malformed gear SVG with clean filled icon - Add "(file mode only)" note to Content Width label - Show full agent_cmd instead of just agent_name in settings Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…or new panel Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…n: prefix from hints Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nce with link Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ppet Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…al CSS and shortcut selectors Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… mode Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ontal links Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 tasks
tomasz-tomczyk
added a commit
that referenced
this pull request
May 2, 2026
* feat: consolidate settings cookies, restore update dismiss - Collapse 8 crit-* preference cookies into a single crit-settings JSON cookie via getSetting/setSetting helpers; crit-templates kept separate (user-defined, can be long). One-time idempotent migration on load expires the legacy cookies. - Restore "Don't remind me until next version" on the Update card in the settings panel (lost in #261 when the modal was replaced). - Add per-agent dismiss to the AI Integration card, keyed on the bundled integration's content hash so the reminder reappears when the template updates. Backend exposes hash on integrationStatus. - Header update indicator now consults a unified predicate that filters both brew and integration entries against their respective dismiss keys. - Style dismiss controls with new .config-card-dismiss / .config-card- dismissed classes that match the existing .config-card-copy ghost- action pattern instead of misusing .about-link. * test: update hide-resolved test for consolidated settings cookie
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
Replaces the
?keyboard shortcuts overlay with a tabbed Settings / Shortcuts / About modal panel, adding configuration status visibility and display preferences.Settings tab
Shortcuts tab
About tab
Backend
/api/configextended with auth status, integration detection (current/stale), review file path, and config pass-throughs (no_integration_check,no_update_check)detectInstalledIntegrations()reports both current and stale integrations (existing function only reported stale)Header cleanup
?button replaced with gear iconOther details
Test plan
go test ./...)settings-panel.spec.ts(15 tests) andsettings-panel.filemode.spec.ts(9 tests)keyboard.spec.ts,theme.spec.ts, and variants for new panel structure🤖 Generated with Claude Code