Skip to content

Fix popup readability on light themes and update shortcuts list#105

Merged
StephaneDelcroix merged 1 commit intomainfrom
fix/light-theme-popups
Feb 14, 2026
Merged

Fix popup readability on light themes and update shortcuts list#105
StephaneDelcroix merged 1 commit intomainfrom
fix/light-theme-popups

Conversation

@StephaneDelcroix
Copy link
Collaborator

Summary

Fixes popup/tooltip colors that were unreadable on light themes, and updates the keyboard shortcuts list to be complete.

Changes

Light Theme Fixes

  • Settings.razor.css: Replace hardcoded dark colors (#1e1e2e, #45475a, etc.) with CSS variables (var(--bg-tertiary), var(--control-border), etc.)
  • ExpandedSessionView.razor.css: Fix info-panel and icon-badge tooltip colors
  • Dashboard.razor.css: Fix toolbar-controls border color

Shortcuts List Update

Updated Settings page shortcuts from 4 to 7 items:

  • ⌘1-9 → Switch session
  • ⌘E → Expand/collapse
  • Esc → Collapse to grid
  • Tab → Next session
  • ⌘+/−/0 → Font size
  • Ctrl+C → Interrupt
  • ↑/↓ → History

- Replace hardcoded dark colors with CSS variables in popup styles
- Fix Settings.razor.css info-panel colors
- Fix ExpandedSessionView.razor.css info-panel and icon-badge tooltip colors
- Fix Dashboard.razor.css toolbar-controls border
- Update shortcuts list in Settings to include all keyboard shortcuts:
  ⌘1-9 (switch session), ⌘E (expand), Esc (collapse), Tab (next),
  ⌘+/−/0 (font size), Ctrl+C (interrupt), ↑/↓ (history)
@StephaneDelcroix StephaneDelcroix merged commit 92fe162 into main Feb 14, 2026
@PureWeen PureWeen deleted the fix/light-theme-popups branch February 22, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant