Commit Graph

9 Commits

Author SHA1 Message Date
xiongxiao
500ceb2e42 fix: 优化移动端页面体验
- repos 页面:标题和按钮移动端换行显示,响应式布局优化
- config 页面:移动端无边框,全屏宽度,按钮垂直堆叠
- gitea config 页面:同 config 页面优化
- BuildConfig、RepoCard、Dialog 等组件响应式优化
2026-03-13 05:39:26 +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
d196b24d07 feat: 在 RepoCard 组件中添加站点链接点击事件,防止事件冒泡 2026-03-01 01:34:59 +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
364e903d5f feat: 重构 openInCNB 函数,简化代码逻辑并优化导航处理 2026-02-27 02:29:11 +08:00
f05aab2430 feat: 优化 RepoCard 组件,添加条件渲染和样式调整 2026-02-27 02:24:19 +08:00
245bbb33b0 feat: 添加返回按钮和优化仓库卡片,移除未使用的 RepoInfoCard 组件 2026-02-26 01:39:52 +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
bbb762db97 update 2026-02-25 19:28:04 +08:00