ZhenYi
00a5369fe1
feat(frontend): Discord layout + AI Studio theme + Room Settings
...
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
Frontend:
- Add Discord-style 3-column layout (server icons / channel sidebar / chat)
- AI Studio design system: new CSS token palette (--room-* vars)
- Replace all hardcoded Discord colors with CSS variable tokens
- Add RoomSettingsPanel (name, visibility, AI model management)
- Settings + Member list panels mutually exclusive (don't overlap)
- AI models shown at top of member list with green accent
- Fix TS errors: TipTap SuggestionOptions, unused imports, StarterKit options
- Remove MentionInput, MentionPopover, old room components (废弃代码清理)
Backend:
- RoomAiResponse returns model_name from agents.model JOIN
- room_ai_list and room_ai_upsert fetch model name for each config
- AiConfigData ws-protocol interface updated with model_name
Note: RoomSettingsPanel UI still uses shadcn defaults (未完全迁移到AI Studio)
2026-04-18 16:59:36 +08:00
ZhenYi
7be2f4eb61
fix(deploy): simplify ingress by removing static paths
...
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
The SPA assets are embedded in the app binary, so no separate
static file serving is needed.
2026-04-18 00:51:52 +08:00
ZhenYi
0ea6440ea3
fix(deploy): add proxy-http-version annotation for WebSocket support
2026-04-17 23:18:00 +08:00
ZhenYi
7e42139989
feat(frontend): embed SPA assets into app binary at compile time
...
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
- Add libs/frontend crate: build.rs runs pnpm build, copies dist/ to
OUT_DIR/dist_blobs/, generates frontend.rs with lazy_static! map
- libs/api/dist.rs serves embedded assets via serve_frontend handler
- Register /{path:.*} SPA fallback in route.rs (after /api/*)
- Remove frontend container from deploy: docker/frontend.Dockerfile,
deploy/templates/frontend-*.yaml, values.yaml frontend section
- Update ingress: gitdata.ai root now routes to app service
- Update scripts: build.js removes frontend step, deploy.js removes frontend
2026-04-17 12:04:34 +08:00
ZhenYi
5482283727
feat(seo): add useHead to all landing pages with Command as Service titles and descriptions
CI / Frontend Build (push) Blocked by required conditions
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
2026-04-16 19:12:06 +08:00
ZhenYi
d307c13878
fix(deploy): route /api and /ws to app, frontend as default on gitdata.ai
2026-04-15 14:19:25 +08:00
ZhenYi
6c3f5b49f8
feat(deploy): single unified Ingress with per-host routing
...
Replace multiple conflicting Ingress resources with one that routes:
- gitdata.ai → frontend (port 80)
- api.gitdata.ai → app (port 8080)
- git.gitdata.ai → gitserver-http (port 8022)
- static.gitdata.ai → static (port 8081)
Disable service-level ingress configs in values.yaml (they would
conflict on the same host/path). Single TLS secret covers all hosts.
2026-04-15 14:17:03 +08:00
ZhenYi
93cfff9738
init
2026-04-15 09:08:09 +08:00