velxio/frontend/src/components/editor
David Montero 12ed306efb fix(editor): keep Circuit check findings when a Run auto-compiles
handleCompile() wiped all logs at the start, including the 'Circuit check'
group the pre-flight verifier had just logged (e.g. an over-voltage warning).
A Run auto-compiles right after verification, so the warning vanished. Preserve
circuit-check entries on compile, same as the boardless path already did.
2026-06-17 22:52:40 +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 feat(editor-toolbar): in-place Pro upgrade prompt + progressive overflow menu 2026-05-29 07:41:05 +02:00
EditorToolbar.tsx fix(editor): keep Circuit check findings when a Run auto-compiles 2026-06-17 22:52:40 +02:00
FileExplorer.css feat(editor): rename boards & custom chips; show which target owns each file 2026-06-04 06:22: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
FileTabs.css feat(editor): rename boards & custom chips; show which target owns each file 2026-06-04 06:22:25 +02:00
FileTabs.tsx feat(editor): rename boards & custom chips; show which target owns each file 2026-06-04 06:22:25 +02:00
retroAsmLanguage.ts feat(editor): Monaco syntax highlight for 8080/Z80 assembly 2026-05-19 00:49:51 -03:00