managarten/apps/matrix/apps/web
Till-JS 7b2ac78032 feat(matrix-web): add @mention autocomplete, message forwarding, and improved typing indicator
@mention autocomplete:
- Detect @ symbol while typing and show user picker
- Search room members by name or user ID
- Arrow key navigation and Enter/Tab to select
- Insert display name into message

Message forwarding:
- Add forward button to message actions
- ForwardMessageDialog with room selection
- Multi-select support for forwarding to multiple rooms
- Search and filter rooms

Typing indicator improvements:
- Show user avatars (stacked, up to 3)
- Improved visual design with rounded pill for dots
- Better spacing and alignment

Also adds:
- sendMessageToRoom() store method for forwarding
2026-01-29 22:54:00 +01:00
..
src feat(matrix-web): add @mention autocomplete, message forwarding, and improved typing indicator 2026-01-29 22:54:00 +01:00
Dockerfile fix(matrix-web): inline navigation stores to avoid shared-stores dependency 2026-01-29 17:08:39 +01:00
package.json feat(matrix): add PillNavigation and theming integration 2026-01-29 14:41:59 +01:00
svelte.config.js feat(matrix): add SvelteKit Matrix client (Phase 1) 2026-01-28 20:21:13 +00:00
tsconfig.json feat(matrix): add SvelteKit Matrix client (Phase 1) 2026-01-28 20:21:13 +00:00
vite.config.ts fix(matrix-web): inline navigation stores to avoid shared-stores dependency 2026-01-29 17:08:39 +01:00