velxio/frontend/src
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
..
__pro_stub__ refactor(routes): OSS is the editor; marketing moves to the overlay 2026-07-30 17:50:14 +02:00
__tests__ fix(examples): el enlace directo a un ejemplo pro ya no parpadea un 404 2026-07-30 17:06:05 +02:00
assets
components ui(editor): one control height and one blue across the toolbar strip 2026-07-31 00:46:08 +02:00
data fix(examples): el enlace directo a un ejemplo pro ya no parpadea un 404 2026-07-30 17:06:05 +02:00
desktop
hooks
i18n fix(i18n): deep-merge locale files — shallow spread was eating sections 2026-07-31 00:30:34 +02:00
lib feat(editor): View and Language menus — full desktop-menu parity 2026-07-30 21:05:55 +02:00
pages ui(editor): one control height and one blue across the toolbar strip 2026-07-31 00:46:08 +02:00
services feat(metrics): run events carry which engine served them 2026-07-29 04:41:52 +02:00
simulation feat(pi): salida de pantalla para las Pi + arreglo del guard de connect 2026-07-30 01:09:04 +02:00
store fix(uart): el enganche de serie sobrevive a recrear el simulador 2026-07-29 20:55:05 +02:00
tokens
types feat(seams): instant-engine registry for QEMU-Linux boards 2026-07-29 04:20:07 +02:00
utils feat(canvas): ver donde cae lo que anades, y clicks con sentido 2026-07-30 15:40:52 +02:00
velxio-elements
App.css ui(editor): one control height and one blue across the toolbar strip 2026-07-31 00:46:08 +02:00
App.tsx refactor(routes): OSS is the editor; marketing moves to the overlay 2026-07-30 17:50:14 +02:00
elements-register.ts
entry-server.tsx refactor(routes): OSS is the editor; marketing moves to the overlay 2026-07-30 17:50:14 +02:00
index.css
main.tsx refactor(routes): OSS is the editor; marketing moves to the overlay 2026-07-30 17:50:14 +02:00
seoRoutes.ts
vite-env.d.ts