velxio/frontend/src/components/editor
David Montero 7f65cd65bf refactor(editor): remove redundant file-tabs bar from the toolbar
The file-tabs strip in the toolbar center duplicated affordances that
already exist elsewhere: the file it showed is selected in the left file
explorer, and its board-owner label duplicated the board selector combo.
It also ate horizontal space and crowded the action row on narrow panes.
Remove the FileTabs component entirely; the left explorer is now the single
place to switch files. The toolbar center slot stays as an empty flex
spacer so the right action group remains pinned to the far right.
2026-07-03 06:50:21 +02:00
..
CodeEditor.tsx feat(library-manager): read-only libraries.json file + drop Uninstall for shared index libs 2026-06-09 15:49:14 +02:00
CompilationConsole.tsx feat(editor): per-target compilation console — a section per board/chip 2026-06-04 07:56:54 +02:00
EditorToolbar.css refactor(editor): remove redundant file-tabs bar from the toolbar 2026-07-03 06:50:21 +02:00
EditorToolbar.tsx refactor(editor): remove redundant file-tabs bar from the toolbar 2026-07-03 06:50:21 +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(library-manager): read-only libraries.json file + drop Uninstall for shared index libs 2026-06-09 15:49:14 +02:00
retroAsmLanguage.ts