Go to file
alivender b3a5342d6b feat: enhance DiagramCanvas and Pin components with wire creation and tooltip functionality
- Added wire creation logic in DiagramCanvas.vue with mouse tracking and event handling.
- Implemented tooltip display for pins in Pin.vue with detailed information on hover.
- Updated ProjectView.vue to handle wire creation and deletion events.
- Refactored Wire.vue to support dynamic path rendering based on routing mode.
2025-04-26 21:53:33 +08:00
server fix download bitstream and add json convert for jtag status reg 2025-04-25 17:14:34 +08:00
server.test fix download bitstream and add json convert for jtag status reg 2025-04-25 17:14:34 +08:00
src feat: enhance DiagramCanvas and Pin components with wire creation and tooltip functionality 2025-04-26 21:53:33 +08:00
.editorconfig finish web test api 2025-03-31 20:24:26 +08:00
.envrc init project and finish login page 2025-03-10 19:48:25 +08:00
.gitignore finish database, udp pool 2025-03-22 21:50:56 +08:00
.justfile maybe fix bug: download bitstream failed 2025-04-23 20:22:49 +08:00
env.d.ts init project and finish login page 2025-03-10 19:48:25 +08:00
flake.lock init project and finish login page 2025-03-10 19:48:25 +08:00
flake.nix remove bun and some typescript backend server package 2025-04-22 17:32:43 +08:00
index.html init project and finish login page 2025-03-10 19:48:25 +08:00
package-lock.json feat: remake most of forntend 2025-04-26 19:59:35 +08:00
package.json feat: remake most of forntend 2025-04-26 19:59:35 +08:00
tsconfig.app.json add bun backend and add upload bitstream component 2025-03-18 17:28:21 +08:00
tsconfig.json Server: finish jtag controller; Web: finish sibebar animation 2025-04-05 19:41:56 +08:00
tsconfig.node.json init project and finish login page 2025-03-10 19:48:25 +08:00
vite.config.ts feat: remake most of forntend 2025-04-26 19:59:35 +08:00