Minor dashboard UI polish (typography, palette, modal cleanup) - #1440
Merged
Conversation
paul-basanets
commented
Apr 30, 2026
Contributor
- Switch UI font to Inter, keep JetBrains Mono only for code/logs/paths/ identifiers (loaded via Google Fonts; system fallbacks)
- Refine the light/dark palette with softer borders, clearer text hierarchy, and a more nuanced shadow/elevation system; introduce --bg-elevated, --border-strong, --shadow-elevated tokens; retain the orange accent
- Introduce a consistent spacing scale (--space-1..6) and apply it across sections, modals, and controls
- Extract shared modal CSS classes (.modal-info, .modal-hint, .modal-prompt, .modal-field, .modal-input, .modal-select, .modal-textarea, .modal-actions, .btn-secondary) and strip duplicated inline styles from all seven modals; add an accent-colored focus ring for inputs/textareas and a subtle backdrop blur
- Default-expand the "Registered Projects" sidebar so the right column is not visually empty on first load
- Replace the native in Add Language with a filterable combobox: type to filter, keyboard navigation (Up/Down/Enter/Esc), substring highlight, click-outside to close; the typed value is validated against the available languages list before submission Update CHANGELOG accordingly
- Switch UI font to Inter, keep monospace only for code/logs/paths/ identifiers (loaded via Google Fonts; system fallbacks) - Refine the light/dark palette with softer borders, clearer text hierarchy, and a more nuanced shadow/elevation system; introduce --bg-elevated, --border-strong, --shadow-elevated tokens; retain the orange accent - Introduce a consistent spacing scale (--space-1..6) and apply it across sections, modals, and controls - Extract shared modal CSS classes (.modal-info, .modal-hint, .modal-prompt, .modal-field, .modal-input, .modal-select, .modal-textarea, .modal-actions, .btn-secondary) and strip duplicated inline styles from all seven modals; add an accent-colored focus ring for inputs/textareas and a subtle backdrop blur - Replace the native <select> in Add Language with a filterable combobox: type to filter, keyboard navigation (Up/Down/Enter/Esc), substring highlight, click-outside to close; the typed value is validated against the available languages list before submission - Update CHANGELOG accordingly Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-Authored-By: Dominik Jain <dominik.jain@oraios-ai.de>
Contributor
|
Thanks for the improvements; I made some tweaks, and we can now merge this. |
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.