Go to file
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
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 equipment components with pin functionality and constraint management 2025-04-29 11:05:30 +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