Git multi-workspace dev manager + Agent-friendly infra generator
Go to file
lanrtop a2596413c5 feat: add copy functionality for nodes and containers in GroupResourceCanvas
- Implemented CopyBtn component to allow copying of nodes with a new unique ID and adjusted position.
- Added copy functionality to ProjectNode, GitNode, EnvNode, ServerNode, FocusNode, CustomNode, and ContainerNode.
- Enhanced ContainerNode to copy itself along with its children nodes.
- Introduced a new LabeledEdge component for editable edges with drag-and-drop support for path adjustment and text labels.
- Added right-click context menu for edges to delete connections.
- Updated data structures to support new properties for tasks in BlueprintTask and BlueprintStats.
2026-04-03 08:42:17 +09:00
.blueprint feat: add copy functionality for nodes and containers in GroupResourceCanvas 2026-04-03 08:42:17 +09:00
.codemap feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
.github/workflows release: v0.1.10 2026-04-02 14:19:41 +09:00
.vscode feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
docs feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
img feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
public feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
src feat: add copy functionality for nodes and containers in GroupResourceCanvas 2026-04-03 08:42:17 +09:00
src-tauri feat: add copy functionality for nodes and containers in GroupResourceCanvas 2026-04-03 08:42:17 +09:00
.gitignore feat: add WSL editor launch modes and update checking functionality 2026-04-01 23:12:23 +09:00
CLAUDE.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
index.html feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
package.json feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
pnpm-lock.yaml feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
README.md feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
tsconfig.json feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
tsconfig.node.json feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
vite.config.ts feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.