From f6a530dd8604ad0b7b5a875ae67d49bc0ce147df Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Fri, 25 Jul 2025 23:12:36 -0700 Subject: [PATCH] docs: update README TODOs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ac1b2ad..81d386b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ feature discussions. - [ ] avatar uploads - [X] chat rooms - [X] chat messages + - [ ] @-prefixing of users for notifications/highlighting + - [ ] chat input box should auto-complete users for you + - [ ] messages to you should be highlighted somehow + - [ ] chat message reactions - [ ] clean up after initial implementation - [X] split the monolithic talk.html up - [ ] chat message processing @@ -57,6 +61,10 @@ feature discussions. - [ ] Notifications - [ ] if web notifications are not enabled, show a button to turn them on - [ ] if web notifications are enabled, emit on events + - [ ] ability to mute + - [ ] users + - [ ] rooms + - [ ] tags (#tags?) - [ ] admin panel - [ ] add invite code generation - [ ] AC_REQUIRE_INVITE_CODE: boolean env var/setting