mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
chore: fix lint errors in todo.md
This commit is contained in:
+4
-2
@@ -1,10 +1,12 @@
|
|||||||
|
# TODO
|
||||||
|
|
||||||
- [ ] fix the chat trailing; when user scrolls up, and somebody sends a message – the chat instantly "teleports" to the very bottom
|
- [ ] fix the chat trailing; when user scrolls up, and somebody sends a message – the chat instantly "teleports" to the very bottom
|
||||||
- [ ] disable the autorun of files (maybe keep for mp4? gotta do some sec research on it)
|
- [ ] disable the autorun of files (maybe keep for mp4? gotta do some sec research on it)
|
||||||
- [ ] when user creates a new channel, he gets moved to that channel; but the userlist does not refresh the state on that – it refreshes when user re-enters the channel again
|
- [ ] when user creates a new channel, he gets moved to that channel; but the userlist does not refresh the state on that – it refreshes when user re-enters the channel again
|
||||||
- [ ] password protected rooms
|
- [ ] password protected rooms
|
||||||
- [ ] better audio lib, current one (NetCoreAudio) does not support seek or other audio actions
|
- [ ] better audio lib, current one (NetCoreAudio) does not support seek or other audio actions
|
||||||
- [ ] Use options pattern for both client & server
|
- [ ] Use options pattern for both client & server
|
||||||
- ref: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-10.0
|
- ref: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-10.0
|
||||||
- [ ] The vertical line of embeds should be the same colour as theme-color meta tag of the source
|
- [ ] The vertical line of embeds should be the same colour as theme-color meta tag of the source
|
||||||
- [x] change text wrapping to honor the offset of the user. (Preferably wrap whole words if they fit in on line. Basically how the CSS "text-wrap-mode: wrap;" works)
|
- [x] change text wrapping to honor the offset of the user. (Preferably wrap whole words if they fit in on line. Basically how the CSS "text-wrap-mode: wrap;" works)
|
||||||
- [ ] make usernames in messages, mentions and in the user list clickable to open the user profile
|
- [ ] make usernames in messages, mentions and in the user list clickable to open the user profile
|
||||||
@@ -12,7 +14,7 @@
|
|||||||
- [ ] when trying to /join a channel that doesn't exist a client side-ghost channel gets created that does not work
|
- [ ] when trying to /join a channel that doesn't exist a client side-ghost channel gets created that does not work
|
||||||
- [ ] unmute timer does not seem to work
|
- [ ] unmute timer does not seem to work
|
||||||
- [ ] add IRC network like support
|
- [ ] add IRC network like support
|
||||||
- that means basically multiple servers linked, so users can chat cross-server in this network
|
- that means basically multiple servers linked, so users can chat cross-server in this network
|
||||||
- [ ] when users clicks public -> private -> public checkbox in the channel creation, it ends up creating the channel on 3rd check switch
|
- [ ] 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 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
|
- [ ] add search bar / search modal – that will allow users to instantly navigate to room / focus on app element & etc
|
||||||
|
|||||||
Reference in New Issue
Block a user