app/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
..
assets started implementing core features (profiles, dms, servers, text/voice, settings, etc) 2026-02-14 19:54:55 -05:00
components feat: add mention functionality and improve notification system 2026-02-15 21:01:00 -05:00
lib feat: add mention functionality and improve notification system 2026-02-15 21:01:00 -05:00
stores feat: add mention functionality and improve notification system 2026-02-15 21:01:00 -05:00
styles feat: add mention functionality and improve notification system 2026-02-15 21:01:00 -05:00
App.tsx feat: add mention functionality and improve notification system 2026-02-15 21:01:00 -05:00
index.tsx init commit 2026-02-13 18:12:13 -05:00
vite-env.d.ts init commit 2026-02-13 18:12:13 -05:00