Commit Graph

4 Commits

Author SHA1 Message Date
eebdaec389 update 2026-03-05 22:24:45 +08:00
575feec78b update 2026-03-05 22:02:45 +08:00
bbb762db97 update 2026-02-25 19:28:04 +08:00
7ec6428643 feat: add repository management dialogs and store functionality
- Implement CreateRepoDialog for creating new repositories with form validation.
- Implement EditRepoDialog for editing existing repository details.
- Implement SyncRepoDialog for syncing repositories with Gitea, including repository creation if necessary.
- Implement WorkspaceDetailDialog for managing workspace links and actions.
- Enhance the repo store with new state management for repository actions, including creating, editing, and syncing repositories.
- Add build configuration utilities for repository synchronization.
- Create a new page for repository management, integrating all dialogs and functionalities.
- Add login route for authentication.
2026-02-25 01:02:55 +08:00