Merge pull request #10 from davidmonterocrespo24/copilot/fix-mobile-layout-issues
David Montero Crespo
2026-03-10 18:03:50 -0300
02c69c23f6feat: add ESP32 emulator with QEMU WebAssembly integration and basic GPIO functionality tests
David Montero Crespo
2026-03-10 18:01:05 -0300
34ee9f8e0eAdd mobile responsive layout with Code/Circuit tab switcher
copilot-swe-agent[bot]
2026-03-10 16:09:32 +0000
51bdcd24c4Initial plan
copilot-swe-agent[bot]
2026-03-10 15:59:28 +0000
3fe71b57affeat: enhance library installation to support Wokwi-hosted libraries and update tests accordingly
David Montero Crespo
2026-03-10 01:25:49 -0300
6bd2f39b8efeat: add unit and integration tests for automatic library installation feature
David Montero Crespo
2026-03-09 13:32:17 -0300
3afdc0de9efeat: add library list parser to handle libraries.txt content
David Montero Crespo
2026-03-09 13:32:04 -0300
02774b383ffeat: add Install Libraries modal for managing library installations
David Montero Crespo
2026-03-09 12:53:24 -0300
ccab31d301feat: add Arduino Mega 2560 support with GPIO test sketch and emulator tests
David Montero Crespo
2026-03-09 10:56:08 -0300
1018609ed4feat: add Arduino Mega support to simulator
David Montero Crespo
2026-03-09 10:08:14 -0300
faa6f6b7b3feat: add ILI9341 Cap Touch display and related components; implement home screen and example sketches
David Montero Crespo
2026-03-09 02:31:04 -0300
e5d3152488feat: add example zip file for Calculator, breakout & Icon editor
David Montero Crespo
2026-03-09 02:23:01 -0300
a145075eb8Add Simon Game with Score Display and Pong Game
David Montero Crespo
2026-03-09 02:13:47 -0300
c22a8aff14feat: add end-to-end test for pong emulation with AVRSimulator
David Montero Crespo
2026-03-09 00:44:21 -0300
6a10675a5afeat: implement syncElement method for rendering GDDRAM to RGBA ImageData in VirtualSSD1306 test: add tests for SSD1306 rendering path and syncElement functionality
David Montero Crespo
2026-03-08 23:20:33 -0300
a07d219a7dfix: allow wires to render outside the SVG viewport for better visibility
David Montero Crespo
2026-03-08 18:48:48 -0300
9089705cfbfeat: add Product Hunt badge to README for increased visibility
David Montero Crespo
2026-03-08 16:37:56 -0300
e488bed0dffix: remove clamping on board and component position updates for smoother dragging
David Montero Crespo
2026-03-08 16:35:37 -0300
7f27f239dcfeat: add GitHub link with icon to AppHeader component
David Montero Crespo
2026-03-08 16:31:53 -0300
1206a34e64feat: implement auto-pan feature for board visibility after project load and normalize pin names for component connections
David Montero Crespo
2026-03-08 16:30:49 -0300
66b4fa6030feat: add new components and simulations for logic gates, protocols, and sensors
David Montero Crespo
2026-03-08 16:14:03 -0300
c0164b704bfeat: format default values for consistency and remove unused sensor components
David Montero Crespo
2026-03-08 02:21:54 -0300
2aa7607428feat: add sensor parts and utilities for simulation
David Montero Crespo
2026-03-08 02:20:21 -0300
318305bac4feat: Add 74HC595 Shift Register component and simulation logic
David Montero Crespo
2026-03-07 23:24:23 -0300
41dfd20583feat: Add Arduino Nano support to simulator and update related components
David Montero Crespo
2026-03-07 23:14:33 -0300
c7f9d6d029feat: Revise README to enhance project support section and add sponsorship links
David Montero Crespo
2026-03-07 21:44:39 -0300
b72846c969feat: Update .gitignore to include data directory and remove example sketch.ino
David Montero Crespo
2026-03-07 19:31:16 -0300
f2b275c03dfeat: Enhance board positioning by integrating boardPosition state in export/import functions and updating component dragging logic
David Montero Crespo
2026-03-07 19:29:23 -0300
eb3ba0c60bfeat: Adjust component positioning by applying ARDUINO_POSITION offset during export and import of Wokwi zip files
David Montero Crespo
2026-03-07 18:26:47 -0300
5f2abc8cd9feat: Auto-generate control points for wires without them to ensure proper segment dragging
David Montero Crespo
2026-03-07 14:13:35 -0300
34daa301edfix: use relative /api URL to prevent mixed content errors on HTTPS
root
2026-03-07 17:55:11 +0100
fef33cc9befeat: Implement interactive wire rendering with segment-based dragging and selection using new `WireRenderer` component and `wireSegments` utilities.
David Montero Crespo
2026-03-07 13:34:42 -0300
2277389ea5feat: Implement interactive wire rendering with segment-based dragging and snapping capabilities.
David Montero Crespo
2026-03-07 13:34:25 -0300
13d87a6961fix: add overscroll-behavior to body for improved scrolling experience
David Montero Crespo
2026-03-07 02:25:59 -0300
10a1547060feat: set fixed dimensions for canvas world to enhance layout stability
David Montero Crespo
2026-03-07 02:17:22 -0300
e81235e086refactor: remove redundant html and body height and overflow styles
David Montero Crespo
2026-03-07 02:13:10 -0300
6316d14c55feat: set html and body to full height and hide overflow; remove min size from simulator canvas
David Montero Crespo
2026-03-07 02:09:14 -0300
2744b398e3feat: add zoom and pan functionality with wheel listener in SimulatorCanvas
David Montero Crespo
2026-03-07 02:08:20 -0300
3ace72d0f8feat: implement pan and zoom functionality in simulator canvas
David Montero Crespo
2026-03-07 02:00:56 -0300
88c5f3b19ffeat: add Wokwi zip import/export functionality and update dependencies
David Montero Crespo
2026-03-07 00:14:35 -0300
44293ba000feat: enhance SEO by adding hidden fallback content for crawlers
David Montero Crespo
2026-03-07 00:03:31 -0300
41d8e25843feat: enhance admin setup with email validation and update workflows for fresh lib cloning
David Montero Crespo
2026-03-07 00:00:22 -0300
290b149855feat: add admin management features and user role handling
David Montero Crespo
2026-03-06 23:46:36 -0300
6d3614e40fAdd commercial licensing and AGPLv3 license files; update submodule references to dirty state; create strategic plan document for Velxio project
David Montero Crespo
2026-03-06 22:32:05 -0300