No description
Find a file
Micke Nordin 7d19cdc9cd Add contacts support, member picker, and consistent screen navigation
- Wire up contacts plugin API (search, add, delete) in Rust backend
- Add Contacts screen with search, add dialog, and contact detail view
- Add member picker in ChatRoom for adding contacts to rooms
- Convert Settings from modal to full-screen view accessible from Home nav
- Unify all screens with consistent back-button header bar
- Add overflow:hidden to root elements, fix global CSS reset
2026-02-15 21:37:59 +01:00
src Add contacts support, member picker, and consistent screen navigation 2026-02-15 21:37:59 +01:00
src-tauri Add contacts support, member picker, and consistent screen navigation 2026-02-15 21:37:59 +01:00
.gitignore Add Tauri + Svelte frontend with chat UI, theme settings, and WebSocket support 2026-02-15 16:44:53 +01:00
CLAUDE.md Add Tauri + Svelte frontend with chat UI, theme settings, and WebSocket support 2026-02-15 16:44:53 +01:00
index.html Add Tauri + Svelte frontend with chat UI, theme settings, and WebSocket support 2026-02-15 16:44:53 +01:00
LICENSE Initial commit 2026-02-15 13:14:22 +01:00
package-lock.json Add Tauri + Svelte frontend with chat UI, theme settings, and WebSocket support 2026-02-15 16:44:53 +01:00
package.json Add Tauri + Svelte frontend with chat UI, theme settings, and WebSocket support 2026-02-15 16:44:53 +01:00
README.md Initial commit 2026-02-15 13:14:22 +01:00
svelte.config.js Add Tauri + Svelte frontend with chat UI, theme settings, and WebSocket support 2026-02-15 16:44:53 +01:00
tsconfig.json Add Tauri + Svelte frontend with chat UI, theme settings, and WebSocket support 2026-02-15 16:44:53 +01:00
vite.config.ts Add Tauri + Svelte frontend with chat UI, theme settings, and WebSocket support 2026-02-15 16:44:53 +01:00

amity-client