Codex
ef28c165e6
web: add firebase push token registration and sync
2026-03-09 23:12:40 +03:00
Codex
28f7da5f41
web: open reset form immediately for reset links
Android CI / android (push) Failing after 5m33s
Android Release / release (push) Has started running
CI / test (push) Has been cancelled
2026-03-09 21:55:42 +03:00
Codex
776a7634d2
web: fix reset password token flow and auth interceptor
Android CI / android (push) Has started running
Android Release / release (push) Has been cancelled
CI / test (push) Has been cancelled
2026-03-09 21:52:24 +03:00
Codex
69c0b632df
web: add complete password reset flow with deep link token handling
Android CI / android (push) Failing after 3m59s
Android Release / release (push) Has started running
CI / test (push) Failing after 2m15s
2026-03-09 16:09:17 +03:00
9f8bcb5724
web: handle notification deep links after auth
CI / test (push) Has started running
2026-03-08 22:46:23 +03:00
92f60972de
fix(web): stop invite auto-join retry spam on failures
CI / test (push) Failing after 2m18s
2026-03-08 22:28:33 +03:00
af3c5bd79e
fix(auth-web): handle verify-email token links and show auth feedback
CI / test (push) Failing after 1m56s
2026-03-08 21:11:06 +03:00
0e44988634
fix(web): notification media preview and theme switching
...
CI / test (push) Failing after 19s
- show media labels instead of raw URLs in browser notifications
- support notification icon preview for image messages
- implement effective light/dark/system theme application
- apply appearance prefs on app startup
2026-03-08 11:07:30 +03:00
99e7c70901
feat: realtime sync, settings UX and chat list improvements
...
CI / test (push) Failing after 21s
- add chat_updated realtime event and dynamic chat subscriptions
- auto-join invite links in web app
- implement Telegram-like settings panel (general/notifications/privacy)
- add browser notification preferences and keyboard send mode
- improve chat list with last message preview/time and online badge
- rework chat members UI with context actions and role crowns
2026-03-08 10:59:44 +03:00
a77516cfea
feat(web): sprint1 ui core with global toasts and improved chat layout
CI / test (push) Failing after 19s
2026-03-08 10:35:21 +03:00
2501466c7a
Add web client and containerized deployment stack
...
CI / test (push) Successful in 19s
Web client:
- Added React + TypeScript + Vite + Tailwind application in web/.
- Implemented auth, chat list, chat messages, typing indicators, file uploads, and voice recording/playback.
- Added typed API layer, Zustand stores, and realtime websocket hook integration.
Containerization:
- Added backend Dockerfile and project .dockerignore.
- Added web multi-stage Dockerfile with nginx static hosting and API/WS reverse proxy.
- Added full docker-compose stack with postgres, redis, minio, backend, worker, mailpit, and web.
- Added MinIO bucket bootstrap init job and updated README with Docker quick-start.
2026-03-07 21:55:50 +03:00