velxio/frontend/src/components/editor
David Montero Crespo e9053f73fe ui(editor): one control height and one blue across the toolbar strip
Every control in the unified strip is now 28px tall: tb-btn (was 30),
Libraries (was 26), the C++/MicroPython select (was ~22), the board
selector, Serial/Scope, canvas icon buttons, zoom and Add (all were 32).
The explorer toggle moves inside the Code/Both/Circuit segmented group
as its first segment, and every active-segment blue is the Libraries
blue (var(--color-action-primary)) instead of the hardcoded #0e639c.

The editor zone's overlap floor becomes min-width: max-content — the
hardcoded 280px sat below the real content width, letting the console
button paint over the board selector when the docked chat narrowed the
bar. Now the zone can never shrink under its buttons; flex-wrap moves
the canvas controls to a second line instead. Also closes the gap
between the logo and the File menu (header gap 16->6, menubar
margin-left 14->2).
2026-07-31 00:46:08 +02:00
..
CodeEditor.tsx
CompilationConsole.tsx fix(perf): un-freeze the editor during fast-toggling simulations (ESP32 clock) 2026-07-21 01:15:59 +02:00
EditorMenuBar.css ui(editor): one control height and one blue across the toolbar strip 2026-07-31 00:46:08 +02:00
EditorMenuBar.tsx i18n(editor): translate the new menubar in all nine locales 2026-07-30 21:12:28 +02:00
EditorToolbar.css ui(editor): one control height and one blue across the toolbar strip 2026-07-31 00:46:08 +02:00
EditorToolbar.tsx ui(editor): one control height and one blue across the toolbar strip 2026-07-31 00:46:08 +02:00
FileExplorer.css style(ui): unify every interactive surface on the single #0071e3 accent 2026-06-21 05:34:25 +02:00
FileExplorer.tsx feat(editor): menus File/Edit en la cabecera y editor sin nav de marketing 2026-07-30 16:26:36 +02:00
retroAsmLanguage.ts