* 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
- Remove deprecated fetchConfigFromServer function
- Update getConfig to use localStorage > browser > default priority
- Fix GitHub Actions workflow: remove unnecessary dependency installation, upgrade CodeQL to v4, use proper test commands
- Add JUnit reporter to vitest config for CI test results
- Update tests to reflect new configuration priority (no server config)
- All 167 tests passing
- Remove hardcoded pnpm version from all workflow files
- Let pnpm/action-setup automatically read version from package.json packageManager field
- This ensures consistency with package.json and avoids version mismatch errors
- Fixes CI error: Multiple versions of pnpm specified
- Condense .github/README.md to essential information only
- Simplify main README.md, remove redundant sections
- Keep only necessary technical details
- Make documentation more concise and human-readable
- Translate all Chinese content in .github/README.md to English
- Fix npm audit command in test.yml to use detected package manager
- Update dependencies.yml documentation to reference pnpm audit
- Ensure all CI/CD documentation is in English
- Add requirement that all commit messages must be in English
- Update README.md with examples of correct/incorrect commit messages
- Update .github/README.md with commit message guidelines
- Add commit message check to PR template