From ff9a9e3dd0b5ef8f0db9ac44d4b3fceb194e8a46 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:49:52 +0100 Subject: [PATCH] chore: mark search bar/modal as completed in the todo list --- docs/todo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/todo.md b/docs/todo.md index eb04e7d..a33c4ca 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -17,7 +17,7 @@ - that means basically multiple servers linked, so users can chat cross-server in this network - [x] when users clicks public -> private -> public checkbox in the channel creation, it ends up creating the channel on 3rd check switch - [ ] add keyboard only controls | at least for most important parts and the rest might be accessible with: (down) -- [ ] add search bar / search modal – that will allow users to instantly navigate to room / focus on app element & etc +- [x] add search bar / search modal – that will allow users to instantly navigate to room / focus on app element & etc - [ ] Actually smart data management – cache messages, lazy load messages on scroll (currently hardcoded 100msgs fetched + new ones) - [x] Another thing would be stateful userlist – basically fetch once and listen for userlist updates - [x] Send to EchohubSpace only state changes, currently we send user count periodically, instead of updating it on update