velxio/frontend/src/components/simulator
copilot-swe-agent[bot] a06ea17f99 refactor: address code review feedback on oscilloscope
- Improve ring buffer efficiency: one array copy instead of two (slice+shift+push vs slice+spread)
- Fix extra whitespace in canvas dimension assignments
- Add explanatory comments for eslint-disable-next-line react-hooks/exhaustive-deps

Co-authored-by: davidmonterocrespo24 <47928504+davidmonterocrespo24@users.noreply.github.com>
2026-03-11 15:13:17 +00:00
..
ComponentPalette.css
ComponentPalette.tsx feat: update architecture documentation and improve component property dialog 2026-03-03 20:42:17 -03:00
ComponentPropertyDialog.css feat: update architecture documentation and improve component property dialog 2026-03-03 20:42:17 -03:00
ComponentPropertyDialog.tsx feat: update architecture documentation and improve component property dialog 2026-03-03 20:42:17 -03:00
InstallLibrariesModal.css feat: enhance library installation to support Wokwi-hosted libraries and update tests accordingly 2026-03-10 01:25:49 -03:00
InstallLibrariesModal.tsx feat: enhance library installation to support Wokwi-hosted libraries and update tests accordingly 2026-03-10 01:25:49 -03:00
LibraryManagerModal.css feat: enhance RP2040 and AVR simulators with serial baud rate handling; update editor toolbar and library manager modal for improved state management and UI 2026-03-05 21:07:10 -03:00
LibraryManagerModal.tsx feat: enhance RP2040 and AVR simulators with serial baud rate handling; update editor toolbar and library manager modal for improved state management and UI 2026-03-05 21:07:10 -03:00
Oscilloscope.css feat: add built-in oscilloscope / logic analyzer panel 2026-03-11 15:09:24 +00:00
Oscilloscope.tsx refactor: address code review feedback on oscilloscope 2026-03-11 15:13:17 +00:00
PinOverlay.tsx feat: add wrapper offset props to PinOverlay component for customizable positioning 2026-03-05 21:19:23 -03:00
PinSelector.css
PinSelector.tsx
SerialMonitor.tsx feat: enhance RP2040 and AVR simulators with serial baud rate handling; update editor toolbar and library manager modal for improved state management and UI 2026-03-05 21:07:10 -03:00
SimulatorCanvas.css feat: add mobile touch support to simulator canvas 2026-03-11 02:38:15 +00:00
SimulatorCanvas.tsx feat: add built-in oscilloscope / logic analyzer panel 2026-03-11 15:09:24 +00:00
WireInProgressRenderer.tsx
WireLayer.tsx fix: allow wires to render outside the SVG viewport for better visibility 2026-03-08 18:48:48 -03:00
WireRenderer.tsx feat: Implement interactive wire rendering with segment-based dragging and selection using new `WireRenderer` component and `wireSegments` utilities. 2026-03-07 13:34:42 -03:00