7 Commits

Author SHA1 Message Date
Zhengchao An 3a28a07782 refactor: improve console UI safety and consistency (#160) 2026-07-11 10:54:59 +08:00
nakrovati 9df43ee72a chore(deps): bump project dependencies (#131) 2026-06-13 08:46:11 +08:00
GatewayJ 3a666423b2 fix(access-keys): format policy JSON, validate input, and decode XML error messages (#126) 2026-06-06 20:54:27 +08:00
马登山 e32d0e9c8e fix: show detailed S3 XML error messages
Fixes rustfs/rustfs#2915
2026-05-12 08:36:50 +08:00
马登山 e20cc7f81a fix: preserve S3 XML error codes 2026-04-28 11:37:00 +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