app/src-tauri/src
cloudwithax 5a61b81811 feat: add mention functionality and improve notification system
- Implemented mention support in DMChatArea, allowing users to mention peers in messages.
- Enhanced markdown rendering to support mentions, converting <@peer_id> tokens to display names.
- Updated notification system to handle navigation on notification clicks, directing users to relevant channels or DMs.
- Introduced caching for avatar icons to reduce redundant disk writes.
- Added a MentionList component for displaying mention suggestions.
- Improved styling for mentions in both chat and editor contexts.
- Persisted last viewed channels per community across app restarts.
2026-02-15 21:01:00 -05:00
..
commands feat: add mention functionality and improve notification system 2026-02-15 21:01:00 -05:00
crdt feat: add CommunitySettingsModal component for managing community settings 2026-02-15 18:45:36 -05:00
node feat: add GIF search and trending functionality with Tauri commands 2026-02-15 16:46:31 -05:00
protocol feat: add GIF search and trending functionality with Tauri commands 2026-02-15 16:46:19 -05:00
storage feat(relay): add custom relay address handling and UI for selection 2026-02-14 22:14:43 -05:00
verification started implementing core features (profiles, dms, servers, text/voice, settings, etc) 2026-02-14 19:54:55 -05:00
dev_server.rs feat(dev-server): add development-only HTTP API for programmatic access 2026-02-15 12:37:42 -05:00
lib.rs feat: add mention functionality and improve notification system 2026-02-15 21:01:00 -05:00
main.rs init commit 2026-02-13 18:12:13 -05:00