This commit is contained in:
HueByte
2026-04-07 12:52:04 +00:00
parent 41a4f6f48d
commit 51888b4cef
5 changed files with 156 additions and 5 deletions
+2 -1
View File
@@ -95,13 +95,14 @@
<li>that means basically multiple servers linked, so users can chat cross-server in this network</li>
</ul>
</li>
<li>[ ] when users clicks public -&gt; private -&gt; public checkbox in the channel creation, it ends up creating the channel on 3rd check switch</li>
<li>[x] when users clicks public -&gt; private -&gt; public checkbox in the channel creation, it ends up creating the channel on 3rd check switch</li>
<li>[ ] add keyboard only controls | at least for most important parts and the rest might be accessible with: (down)</li>
<li>[ ] add search bar / search modal that will allow users to instantly navigate to room / focus on app element &amp; etc</li>
<li>[ ] Actually smart data management cache messages, lazy load messages on scroll (currently hardcoded 100msgs fetched + new ones)</li>
<li>[x] Another thing would be stateful userlist basically fetch once and listen for userlist updates</li>
<li>[x] Send to EchohubSpace only state changes, currently we send user count periodically, instead of updating it on update</li>
<li>[x] space between mod|admin &quot;icon&quot; and username</li>
<li>[ ] Embeds still incorrectly display colors</li>
</ul>
</article>