multica/src/gateway
yushen 25d447afc6 feat(gateway): polish PWA client UI for mobile
- Move disconnect button into header as a compact X icon
- Add app logo to header and setup screen
- Truncate device ID with tap-to-copy
- Collapsible target bar with smart label summary
- Empty state illustration when no messages
- Pulsing status dot animation for live connection
- Rounded send button, chat-bubble message input
- Glassmorphism header/compose bar with backdrop blur
- Auto-open target bar when targets not set
- Auto-collapse target bar after first send

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 14:39:31 +08:00
..
public feat(gateway): polish PWA client UI for mobile 2026-01-30 14:39:31 +08:00
scripts Add Docker support for Gateway and SDK documentation 2026-01-28 17:56:22 +08:00
app.controller.ts docs: translate comments from Chinese to English (#15) 2026-01-30 04:01:14 +08:00
app.module.ts fix(gateway): serve PWA client under /client subpath 2026-01-30 14:35:40 +08:00
Dockerfile fix(gateway): fix Dockerfile build and copy static assets 2026-01-30 14:32:01 +08:00
events.gateway.ts docs: translate comments from Chinese to English (#15) 2026-01-30 04:01:14 +08:00
gateway.module.ts Implement WebSocket Gateway with NestJS and client SDK 2026-01-28 16:46:51 +08:00
index.ts Implement WebSocket Gateway with NestJS and client SDK 2026-01-28 16:46:51 +08:00
main.ts Implement WebSocket Gateway with NestJS and client SDK 2026-01-28 16:46:51 +08:00
test-client.ts Add Hub Console with agent management and message routing 2026-01-29 16:14:29 +08:00