Commit Graph

6 Commits

Author SHA1 Message Date
2180fc4354 feat(web): add Vue Flow editor and flow trace viewer 2026-07-07 15:39:14 +08:00
6921f0d3e4 feat(web): improve send record UX with dropdowns 2026-07-07 15:36:56 +08:00
9a1565dd8d feat(web): load real data in dashboard and list pages 2026-07-07 15:34:35 +08:00
d0e9f5fb42 feat(web): add tenant and user management pages 2026-07-07 15:30:20 +08:00
e731ee7a2e feat(web): add login, auth store and router guard 2026-07-07 15:25:47 +08:00
91d5c29f23 feat(admin-web): add Vue 3 admin console and deployment configs
- Add admin-web/ with Vite + Vue 3 + Element Plus + Vue Router
- Add 8 management pages: dashboard, channel subject/account, conversation,
  person, tag, send record (with test send), inbound flow
- Add API client modules for account/channel/crm/send/flow
- Add Dockerfile and nginx config for admin-web
- Add Dockerfile for mci-server
- Add docker-compose.app.yml for one-command app deployment
- Add K8s deployment manifests for backend/admin-web/channel-service
- Update scripts/local-up.sh with shared network and --with-apps option
2026-07-07 12:42:17 +08:00