Go to file
alivender 47cfe17d16 Refactor component configuration and diagram management
- Removed the component configuration from `componentConfig.ts` to streamline the codebase.
- Introduced a new `diagram.json` file to define the initial structure for diagrams.
- Created a `diagramManager.ts` to handle diagram data, including loading, saving, and validating diagram structures.
- Updated `ProjectView.vue` to integrate the new diagram management system, including handling component selection and property updates.
- Enhanced the component property management to support dynamic attributes and improved error handling.
- Added functions for managing connections between components within the diagram.
2025-05-07 15:42:35 +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 Refactor component configuration and diagram management 2025-05-07 15:42:35 +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