velxio/frontend/src
David Montero 95e9fe9716 fix(routing): redirect /en/* to the prefix-free path instead of a blank page
English is the default locale and is served at the root with no prefix, so
/en/project/x (a natural guess by analogy with /es/, /zh-cn/, ...) matched no
route and rendered blank. Redirect /en/* -> /* (and /en -> /), preserving query
and hash, so those URLs land on the right page while the canonical prefix-free
English URLs stay put for SEO. The other 8 locales already work under their
/<locale>/ prefixes.
2026-07-09 22:33:56 +02:00
..
__pro_stub__
__tests__ refactor(ssd1306): drop the i2c/spi aliases; CS-only auto-detect + protocol pin 2026-07-09 22:13:31 +02:00
assets
components fix(editor): stop unified toolbar controls overlapping on a narrow bar 2026-07-03 07:32:14 +02:00
data fix(sim): model slide-switch as a real SPDT + tie ESP32 dual 3V3/5V pins to the rail 2026-07-09 18:58:12 +02:00
desktop style(ui): unify every interactive surface on the single #0071e3 accent 2026-06-21 05:34:25 +02:00
hooks
i18n feat(editor): multi-board primary Run runs all boards (split-menu for active-only) 2026-07-03 01:22:17 +02:00
lib
pages fix(editor): stop unified toolbar controls overlapping on a narrow bar 2026-07-03 07:32:14 +02:00
services
simulation refactor(ssd1306): drop the i2c/spi aliases; CS-only auto-detect + protocol pin 2026-07-09 22:13:31 +02:00
store refactor(ssd1306): drop the i2c/spi aliases; CS-only auto-detect + protocol pin 2026-07-09 22:13:31 +02:00
tokens style(ui): solid palette rebrand — drop neon outlines for tokenized solid fills 2026-06-21 05:07:43 +02:00
types feat(pi): gpiozero core + boot feedback, terminal and upload UX 2026-06-22 20:21:06 +02:00
utils
velxio-elements
App.css fix(editor): stop unified toolbar controls overlapping on a narrow bar 2026-07-03 07:32:14 +02:00
App.tsx fix(routing): redirect /en/* to the prefix-free path instead of a blank page 2026-07-09 22:33:56 +02:00
entry-server.tsx feat(seo): prerender /about so the release cards + meta are in raw HTML 2026-06-26 08:06:20 +02:00
index.css
main.tsx
seoRoutes.ts
vite-env.d.ts