Commit Graph

8 Commits

Author SHA1 Message Date
xiongxiao
500ceb2e42 fix: 优化移动端页面体验
- repos 页面:标题和按钮移动端换行显示,响应式布局优化
- config 页面:移动端无边框,全屏宽度,按钮垂直堆叠
- gitea config 页面:同 config 页面优化
- BuildConfig、RepoCard、Dialog 等组件响应式优化
2026-03-13 05:39:26 +08:00
a40cc2175e fix 2026-03-11 03:09:52 +08:00
xiongxiao
f74d5a4510 feat: 添加工作区链接功能,更新状态管理以支持获取和显示工作区的秘密链接 2026-03-10 14:28:50 +08:00
4ed81a1c68 feat: add cnb API module with various endpoints for workspace management, repository operations, and issue tracking 2026-03-10 01:23:18 +08:00
xiongxiao
20edf1893e chore: update dependencies and improve configuration handling
- Bump version to 0.0.7 in package.json and update deployment script.
- Add new dependencies in bun.lock for improved functionality.
- Modify loadFromRemote methods in Gitea and general config stores to return boolean for better error handling.
- Enhance BuildConfig component to ensure proper loading state management.
- Simplify RepoCard component by removing duplicate repository access option.
- Update WorkspaceDetailDialog to include workspace link in state management.
- Fix branch default value in createDevConfig function to use a placeholder.
2026-03-01 01:34:12 +08:00
a54597c65e feat: enhance repository management UI and functionality
- Added navigation to repository details in RepoCard component.
- Implemented a new BuildConfig component for managing build configurations.
- Integrated build configuration initialization and saving logic in the store.
- Updated RepoInfoCard to include workspace management features.
- Improved repository editing dialog with better state handling.
- Enhanced repository list fetching with search capabilities.
- Added support for creating and managing development configurations.
- Refactored code for better readability and maintainability.
2026-02-26 01:11:45 +08:00
5a769a6748 feat: 添加仓库信息卡片和仓库页面,优化仓库路由 2026-02-25 23:12:39 +08:00
bbb762db97 update 2026-02-25 19:28:04 +08:00