accounts/dashboard/app
Haitao Pan f3d0a7f931 fix(dashboard): resolve npm run build errors
- Fix module path in prebuild script (../../scripts → ../scripts)
- Update API routes to use Promise-based params for Next.js 16
- Install @types/sanitize-html and @types/js-yaml
- Fix component prop naming (loading → isLoading, saving → isSaving, etc.)
- Update VLESS config type definition with missing 'id' property
- Fix TypeScript type conflicts and export declarations

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2025-11-06 11:07:30 +08:00
..
(auth) Add email verification auth page (#642) 2025-11-02 23:09:51 +08:00
(tenant)/[tenantId]/mail feat: enable mail demo preview and fix extension import (#643) 2025-11-03 07:56:18 +08:00
404 Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
api fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
cloud_iac Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
components feat: enable mail demo preview and fix extension import (#643) 2025-11-03 07:56:18 +08:00
demo feat(dashboard): upgrade Next.js 14 → 16 with Turbopack support 2025-11-06 10:21:19 +08:00
docs refactor: refresh marketing theme with brand blue (#573) 2025-10-18 18:07:36 +08:00
download Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
insight Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
logout Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
panel feat: enable mail demo preview and fix extension import (#643) 2025-11-03 07:56:18 +08:00
store feat: enable mail demo preview and fix extension import (#643) 2025-11-03 07:56:18 +08:00
AppProviders.tsx feat(dashboard): upgrade Next.js 14 → 16 with Turbopack support 2025-11-06 10:21:19 +08:00
globals.css refactor: refresh marketing theme with brand blue (#573) 2025-10-18 18:07:36 +08:00
layout.tsx feat(dashboard): add theme system and account switcher (#540) 2025-10-17 13:57:43 +08:00
page.tsx Add CMS feature flag and traffic overview (#553) 2025-10-17 16:43:44 +08:00