15 Commits

Author SHA1 Message Date
nakrovati bb3422d03b Migrate shadcn/ui from Radix to Base UI (#115) 2026-05-10 09:32:13 +08:00
安正超 ca87e9e007 fix: status home redirect (#47)
* feat: move status route and format repo

* fix: resolve lint warnings

* fix: load bucket usage asynchronously

* fix: sign version config request

* fix: show spinner for bucket usage loading

* fix: prevent object list fetch loop

* fix: dedupe list requests

* feat: add sidebar version footer
2026-02-04 21:42:11 +08:00
安正超 6f1193f6e4 chore: replace codebase with Next.js version (console-new) (#46)
* chore: replace codebase with Next.js version (console-new)

- Migrate from Nuxt/Vue to Next.js/React
- Same repo, dev-pr branch has shared history with main for PR

* chore: wip

* ci: pin pnpm to latest in workflows, packageManager 10.19.0

* ci: use pnpm version from package.json only (fix version mismatch)

* fix: CI - add root page redirect, fix TS types and lint (api-client, aws4fetch, upload-task, hooks)

* fix(ci): add type-check script for TypeScript Check job

* fix(ci): resolve Code Formatting job - ESLint errors (setState-in-effect, refs, static-components, preserve-memoization)

* fix(ci): add lint:fix script for quality workflow Auto-fix step

* fix(ci): add SVG module type declaration for TypeScript Check
2026-02-01 21:23:31 +08:00
马登山 d103075fa6 pref : Optimize the user list display 2026-01-27 11:14:18 +08:00
马登山 a748213f76 Improved: Table sorting now available. rustfs/rustfs#1147 2025-12-15 10:46:12 +08:00
马登山 43cb1591ae Merge branch 'refactor/shadcn-vue' 2025-11-05 10:52:40 +08:00
马登山 5376ac1888 fix: table action display float right 2025-11-03 10:47:03 +08:00
overtrue 6ab024be1c style: format code with Prettier
- Auto-format all files to comply with Prettier rules
- Fix code style issues in 545 files
2025-11-01 00:03:01 +08:00
overtrue 6254a8c489 docs: translate all Chinese comments and documentation to English
- Translate Chinese comments in Vue components
- Translate Chinese comments in composables
- Translate Chinese comments in utils and lib modules
- Translate Chinese comments in store modules
- Translate documentation strings in config-helpers.ts
- Maintain code accuracy and readability
2025-10-31 23:03:04 +08:00
overtrue 572a2e0150 refactor: 重构 data-table 选择功能并修复类型安全问题
- 重构 data-table 组件,统一使用 enableRowSelection 启用选择功能
- 统一使用 shadcn-vue Checkbox 组件,确保 UI 一致性
- 重构 object/list.vue,移除手动实现的选择列,使用标准方案
- 提取 UserSelector 组件,支持多选和自定义标签
- 修复 lifecycle/replication/events 组件的 bucketName 类型安全问题
- 简化 useDataTable 接口,移除未使用的方法
- 优化 data-table.vue,减少代码重复
- 移除冗余导入和未使用的文件
2025-10-31 22:41:00 +08:00
马登山 522b8cd25b fix: i18n 2025-10-31 09:40:32 +08:00
overtrue c3bb12bc55 fix: tables & forms 2025-10-30 21:22:58 +08:00
overtrue dfc9340193 wip: object list fixed 2025-10-29 22:37:28 +08:00
overtrue 4ef8fa6347 refactor: 90% 2025-10-28 22:46:23 +08:00
overtrue 2a7c74d62e refactor: replace legacy app wrappers with shadcn components 2025-10-28 18:56:13 +08:00