velxio/frontend/src/components/simulator
David Montero cc40bda3eb feat(P2.2): owner falls back to requester + auto-declare uploaded custom lib
- compile.py: owner_id = project owner ELSE the requester (so an unsaved
  compile resolves the libs the user just uploaded, which are their own);
  threaded requester_id into _run_compile from both call sites.
- LibraryManagerModal: on a custom .zip upload, auto-add the lib to the active
  board's velxio.json + show the Project tab, so the compile resolves it via the
  owner per-user path (the upload now lands in the per-user store, not the
  shared dir, so it must be declared to be found).
2026-06-07 17:20:12 +02:00
..
BoardOnCanvas.tsx feat(boards): add 6 STM32 boards (F4 Discovery, Olimex H405, Netduino 2/+2, Pill variants) 2026-05-31 03:19:26 -03:00
BoardOptionsModal.css
BoardOptionsModal.tsx feat(editor): rename boards & custom chips; show which target owns each file 2026-06-04 06:22:25 +02:00
BoardPickerModal.tsx feat: STM32 (Blue Pill / Black Pill) QEMU emulation + Pro board gating 2026-05-30 19:06:14 -03:00
CameraToggle.tsx
CanvasMinimap.css
CanvasMinimap.tsx
CircuitVerificationModal.tsx
ComponentPalette.css
ComponentPalette.tsx
ComponentPropertyDialog.css
ComponentPropertyDialog.tsx
FlashModal.tsx feat(flash): write compiled sketches to real USB boards (phases D1+D3) 2026-05-27 00:20:20 -03:00
InstallLibrariesModal.css
InstallLibrariesModal.tsx
LibraryManagerModal.css
LibraryManagerModal.tsx feat(P2.2): owner falls back to requester + auto-declare uploaded custom lib 2026-06-07 17:20:12 +02:00
Oscilloscope.css
Oscilloscope.tsx feat(editor): rename boards & custom chips; show which target owns each file 2026-06-04 06:22:25 +02:00
PinOverlay.tsx fix(canvas): use wrapper top-left for rotation pivot (#205 follow-up) 2026-05-26 20:42:27 +02:00
PinPickerDialog.tsx
SelectionActionBar.tsx
SensorControlPanel.css
SensorControlPanel.tsx
SerialMonitor.tsx feat(editor): rename boards & custom chips; show which target owns each file 2026-06-04 06:22:25 +02:00
SimulatorCanvas.css
SimulatorCanvas.tsx feat(digital-gate-engine): evaluate logic gates on the event-driven kernel 2026-06-05 20:21:33 -03:00
WireInProgressRenderer.tsx
WireLayer.tsx
WireModeBanner.tsx
WireRenderer.tsx