Commit Graph

66 Commits

Author SHA1 Message Date
alivender 1c75aa621a feat: Enhance equipment components with pin functionality and constraint management
- Added pin support to MechanicalButton, enabling pin-click events and componentId handling.
- Updated Pin component to manage constraint states and colors dynamically.
- Integrated SMT_LED with pin functionality, allowing LED state to respond to constraints.
- Enhanced Wire component to reflect constraint colors and manage wire states based on pin connections.
- Introduced wireManager for managing wire states and constraints.
- Implemented a constraints store for managing and notifying constraint state changes across components.
- Updated component configuration to remove appearance options and clarify constraint descriptions.
- Improved ProjectView to handle optional chaining for props and ensure robust data handling.
- Initialized constraint communication in main application entry point.
2025-04-29 11:05:30 +08:00
alivender 10db7c67bf feat: Pin移动连线也跟着移动 2025-04-27 14:08:05 +08:00
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
alivender b6839af5d2 Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab into dpp 2025-04-26 20:00:26 +08:00
alivender bc4f44ecaa feat: remake most of forntend 2025-04-26 19:59:35 +08:00
SikongJueluo 42ddd0fcdb
fix download bitstream and add json convert for jtag status reg 2025-04-25 17:14:34 +08:00
alivender 4e741f9ef8 Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab into dpp 2025-04-25 16:12:47 +08:00
alivender cfd8769e9b feat: add project view 2025-04-25 16:11:53 +08:00
SikongJueluo 2b5154062d
Merge branch 'csharp' 2025-04-25 16:11:13 +08:00
SikongJueluo c1ff893b58
add class jtag status reg 2025-04-25 16:10:51 +08:00
alivender 4465091db3 feat: remake machanicalbutton 2025-04-25 13:20:04 +08:00
SikongJueluo b8bb4f6b5e
add home view and reverse 4 bytes order to send 2025-04-24 21:42:32 +08:00
SikongJueluo c76dabfdb7
add new jtag cmd : read status reg 2025-04-24 14:16:38 +08:00
SikongJueluo 4e752d4c9e
maybe fix bug: download bitstream failed 2025-04-23 20:22:49 +08:00
SikongJueluo 5ea541ef4b
add nswag for generate web api 2025-04-23 14:11:19 +08:00
SikongJueluo 7f99a5be24
Merge branch 'csharp' 2025-04-23 13:43:42 +08:00
SikongJueluo 0fb5a16b8e
change throw to return and fix bug: when error always throw 2025-04-23 13:41:48 +08:00
alivender 6526203981 feat: add right click keyboard match 2025-04-23 11:50:51 +08:00
SikongJueluo 87c158ebfe
remove bun and some typescript backend server package 2025-04-22 17:32:43 +08:00
SikongJueluo cdf7131b16
Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab 2025-04-22 17:26:03 +08:00
SikongJueluo 98a5dbe7f3
try to fix server bug: couldn't download bitstream 2025-04-22 17:24:46 +08:00
alivender a6d68f1120 Merge branch 'dpp' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab into dpp 2025-04-22 14:21:51 +08:00
SikongJueluo 80947adc51 add web api for download bitstream 2025-04-22 14:21:37 +08:00
alivender 301b2a20f4 Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab into dpp 2025-04-22 14:20:51 +08:00
alivender 8b2ecae6e3 remove bun 2025-04-22 14:20:14 +08:00
SikongJueluo 442e40d87a
add web api for download bitstream 2025-04-22 13:34:05 +08:00
SikongJueluo 70f96701f7
jtag add download bitstream 2025-04-21 21:54:09 +08:00
SikongJueluo acd6a68507
use nswag to publish swagger 2025-04-17 16:26:12 +08:00
SikongJueluo d25f9882fc
fix bug: couldn't convert package 2025-04-17 14:25:37 +08:00
SikongJueluo 3b674f413a
change udpData type from list to queue 2025-04-16 21:19:55 +08:00
SikongJueluo 84699708d5
try to fix bug 2025-04-15 21:38:06 +08:00
SikongJueluo e8ec4c2a86
add test solution and try to fix get id code bug 2025-04-15 20:09:34 +08:00
SikongJueluo 5e2da17c28
try to fix receive problems 2025-04-14 21:50:51 +08:00
SikongJueluo ae34cf6436
rewrite udp server handler, change router and protocol 2025-04-14 21:31:50 +08:00
SikongJueluo 5fa4860bfb
try to fix bug, and add schema to swagger 2025-04-13 21:22:55 +08:00
SikongJueluo c9660633f0
server finish nlog 2025-04-10 21:53:21 +08:00
SikongJueluo 143d6c634b
add nlog for server 2025-04-09 19:42:29 +08:00
SikongJueluo 5c0f5b2127
add more view for test 2025-04-07 21:56:41 +08:00
SikongJueluo 93add0c315
add jtag get id code api 2025-04-07 21:56:30 +08:00
SikongJueluo 292c73e757
finish sidebar router push 2025-04-05 20:49:50 +08:00
SikongJueluo 20d4fa12d8
Server: finish jtag controller; Web: finish sibebar animation 2025-04-05 19:41:56 +08:00
SikongJueluo 342a5a2436
finish receive udp data handle function 2025-04-03 17:21:22 +08:00
SikongJueluo 2af0986d67
add some doc and jtag controller 2025-04-02 21:51:20 +08:00
SikongJueluo 0da5b85173
finish web test api 2025-03-31 20:24:26 +08:00
SikongJueluo f455af3589
add basic web protocol 2025-03-29 20:24:15 +08:00
SikongJueluo 351aad8300
init csharp server 2025-03-29 19:02:18 +08:00
SikongJueluo cddf92e432
init branch 2025-03-29 13:05:01 +08:00
SikongJueluo 5f872e8287
add test file for udp but not work 2025-03-28 21:20:03 +08:00
SikongJueluo 35b6fa4a16
finish basic udp protocol 2025-03-28 19:02:11 +08:00
SikongJueluo 04aacbcbc1
add some common type and function and pass test 2025-03-28 15:51:29 +08:00