velxio/frontend/src
a2nr ea82602102 feat: add EmbedBridge PostMessage protocol for LMS iframe integration
Implement bidirectional PostMessage bridge (EmbedBridge.ts) enabling
Velxio to be embedded as iframe in Elemes LMS. Supports: load_code,
load_circuit, get_source_code, get_serial_log, get_wires, set_embed_mode,
stop, ping. EditorPage/Toolbar hide auth UI in embed mode.
2026-04-09 09:44:49 +07:00
..
__tests__ feat: add ESP32 WiFi/BLE emulation with ESP-IDF compilation pipeline 2026-03-31 20:53:56 -03:00
assets feat: Implement Virtual File System for Raspberry Pi 3 with context menu and upload functionality 2026-03-15 14:04:01 -03:00
components feat: add EmbedBridge PostMessage protocol for LMS iframe integration 2026-04-09 09:44:49 +07:00
data feat: add ESP32 WiFi/BLE emulation with ESP-IDF compilation pipeline 2026-03-31 20:53:56 -03:00
pages feat: add EmbedBridge PostMessage protocol for LMS iframe integration 2026-04-09 09:44:49 +07:00
services feat: add EmbedBridge PostMessage protocol for LMS iframe integration 2026-04-09 09:44:49 +07:00
simulation feat: implement ESP32 QEMU backend manager and frontend simulation interface 2026-04-01 22:41:52 -03:00
store fix: propagate has_wifi from compiler to startBoard for reliable WiFi detection 2026-04-05 22:14:40 +02:00
types fix: propagate has_wifi from compiler to startBoard for reliable WiFi detection 2026-04-05 22:14:40 +02:00
utils feat: add zoom support for touch interactions and enhance pin hit targets 2026-03-28 00:31:00 -03:00
App.css feat: update SEO handling across various pages, enhance mobile tab navigation, and improve .gitignore for sensitive files 2026-03-23 17:15:29 -03:00
App.tsx feat: add EmbedBridge PostMessage protocol for LMS iframe integration 2026-04-09 09:44:49 +07:00
entry-server.tsx feat: enhance build scripts and add SEO prerendering; improve touch interactions for wire creation 2026-03-25 00:08:46 -03:00
index.css Add UserProfilePage styles for layout and design 2026-03-16 00:12:33 -03:00
main.tsx feat: add documentation page and Arduino serial integration test 2026-03-12 08:17:29 -03:00
seoRoutes.ts feat: add About page with content and styling; update routing and SEO metadata 2026-03-28 16:26:29 -03:00
vite-env.d.ts