accounts/dashboard
Haitao Pan 4976ca1efd fix(dashboard): eliminate middleware deprecation warning
- Rename middleware.ts → proxy.ts
- Update to use default proxy export (Next.js 16)

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2025-11-06 11:40:15 +08:00
..
api fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
app fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
cms fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
components feat: enable mail demo preview and fix extension import (#643) 2025-11-03 07:56:18 +08:00
config refactor runtime loader to server module 2025-11-02 15:41:55 +08:00
content chore: update homepage hero messaging (#571) 2025-10-18 16:31:59 +08:00
i18n fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
lib fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
pages Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
public fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
scripts feat: add runtime config loader 2025-11-02 10:38:06 +08:00
server fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
src fix(dashboard): eliminate middleware deprecation warning 2025-11-06 11:40:15 +08:00
types Revert "feat: add markdown content pipeline (#547)" (#548) 2025-10-17 15:44:26 +08:00
ui fix(dashboard): eliminate middleware deprecation warning 2025-11-06 11:40:15 +08:00
.eslintrc.json Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
.gitignore Add dashboard UI tests and CI coverage (#556) 2025-10-17 16:52:28 +08:00
.nvmrc Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
.yarnrc.yml Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
Dockerfile Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
Makefile Ensure dashboard dev target installs dependencies (#558) 2025-10-17 16:57:34 +08:00
next-env.d.ts fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
next.config.js.bak feat(dashboard): upgrade Next.js 14 → 16 with Turbopack support 2025-11-06 10:21:19 +08:00
next.config.mjs feat(dashboard): upgrade Next.js 14 → 16 with Turbopack support 2025-11-06 10:21:19 +08:00
package-lock.json fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
package.json fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
playwright.config.ts Add dashboard UI tests and CI coverage (#556) 2025-10-17 16:52:28 +08:00
postcss.config.js Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
proxy.ts fix(dashboard): eliminate middleware deprecation warning 2025-11-06 11:40:15 +08:00
setup_20.x Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
start.sh Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
tailwind.config.js refactor: refresh marketing theme with brand blue (#573) 2025-10-18 18:07:36 +08:00
theme feat(dashboard): upgrade Next.js 14 → 16 with Turbopack support 2025-11-06 10:21:19 +08:00
tsconfig.json feat(dashboard): upgrade Next.js 14 → 16 with Turbopack support 2025-11-06 10:21:19 +08:00
vitest.config.ts Add dashboard UI tests and CI coverage (#556) 2025-10-17 16:52:28 +08:00
vitest.setup.ts Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
yarn.lock fix(dashboard): eliminate middleware deprecation warning 2025-11-06 11:40:15 +08:00