app/src-tauri
cloudwithax 11a987e0de feat: enhance DM search functionality and improve message loading
- Refactor DMSearchPanel to utilize a debounced search mechanism with improved filtering options.
- Implement asynchronous message searching with new searchDMMessages API.
- Introduce VirtualMessageList for optimized rendering of messages in DMChatArea.
- Add unread message count indicator in ServerList for better user awareness.
- Enhance message loading logic to support pagination and lazy loading of older messages.
- Update types and stores to accommodate new search filters and message handling.
2026-02-15 22:46:59 -05:00
..
capabilities feat: integrate notification functionality with Tauri plugin 2026-02-15 19:54:22 -05:00
icons started implementing core features (profiles, dms, servers, text/voice, settings, etc) 2026-02-14 19:54:55 -05:00
src feat: enhance DM search functionality and improve message loading 2026-02-15 22:46:59 -05:00
.gitignore init commit 2026-02-13 18:12:13 -05:00
Cargo.lock feat: enhance DM search functionality and improve message loading 2026-02-15 22:46:59 -05:00
Cargo.toml feat: enhance DM search functionality and improve message loading 2026-02-15 22:46:59 -05:00
build.rs init commit 2026-02-13 18:12:13 -05:00
tauri.conf.json feat: add CommunitySettingsModal component for managing community settings 2026-02-15 18:45:36 -05:00