xtablo-source/apps/main
Arthur Belleville 14688afdeb
feat(chat): add i18n support and filter self typing indicator
Add a `chat` i18n namespace (FR/EN) and replace all hardcoded strings
in chat components with useTranslation calls. Introduce a `labels` prop
on ChatProvider so chat-ui renders translated typing indicators,
placeholders, and aria labels. Also filter out typing events from the
current user on the client side.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 14:15:00 +02:00
..
public fix: rename static icons so worker can intercept all icon requests 2026-04-02 22:55:21 +02:00
scripts feat(pwa): add icon generation script and generated PWA icons 2026-04-02 19:01:21 +02:00
src feat(chat): add i18n support and filter self typing indicator 2026-04-14 14:15:00 +02:00
worker fix: rename static icons so worker can intercept all icon requests 2026-04-02 22:55:21 +02:00
.biomeignore Lint and format 2025-10-23 21:36:21 +02:00
.env.production feat(chat): update env vars — replace Stream API key with chat worker URLs 2026-04-11 13:28:12 +02:00
.env.staging chore: use single chat worker domain for staging and production 2026-04-11 16:01:57 +02:00
biome.json Add language translation 2025-10-25 10:42:33 +02:00
index.html feat: disable static manifest generation, add manual manifest link for dynamic serving 2026-04-02 22:02:31 +02:00
package.json feat(main): switch from chatscope to @xtablo/chat-ui 2026-04-12 14:16:43 +02:00
stats.html index.d.ts 2026-04-02 22:11:32 +02:00
tsconfig.app.json feat(pwa): register service worker with auto-update 2026-04-02 19:34:38 +02:00
tsconfig.json Huge bump with turborepo 2025-10-23 11:54:45 +02:00
tsconfig.node.json Huge bump with turborepo 2025-10-23 11:54:45 +02:00
tsconfig.worker.json Huge bump with turborepo 2025-10-23 11:54:45 +02:00
turbo.json Try passThroughEnv 2025-12-05 09:52:17 +01:00
vite.config.d.ts Update for cirlce ci 2025-10-24 08:22:50 +02:00
vite.config.ts feat: disable static manifest generation, add manual manifest link for dynamic serving 2026-04-02 22:02:31 +02:00
worker-configuration.d.ts refactor(main): remove all Stream Chat dependencies and components 2026-04-11 13:49:57 +02:00
wrangler.toml fix: use assets.xtablo.com for org icon URLs instead of API proxy 2026-04-02 22:39:10 +02:00