feat: Implement core Discord features including members list, direct messages, user presence, authentication, and chat UI.
Some checks failed
Build and Release / build-and-release (push) Has been cancelled

This commit is contained in:
Bryan1029384756
2026-02-11 04:36:40 -06:00
parent a29858fd32
commit cb4361da1a
32 changed files with 2051 additions and 144 deletions

17
TODO.md
View File

@@ -1,7 +1,16 @@
- Create auto updater for app
- Save app x and y position on close to a settings.json file
- Save app width and height on close to a settings.json file
- Save app theme on close to a settings.json file
When i scroll up one time with my scroll wheel and move my mouse it scrolls down to the start.
- 955px
<!-- - When you upload your avatar lets make it so they can resize it and zoom in where they want in the photo and show them a circle like discord so they can see how it will look. -->
- Make it so we can see the avatar in the user control info also.
- Make it so the server-pill active is actually touching the left of the server-list because right now its not all the way to the left.
In our server header we have a server-header-chevron. I want to replace that with invite_user.svg. This will open the invite modal. Use the frontend design skill to help with that. To access the server settings we will click on the server name in that server header. Make it so the name will not go past the invite_user.svg icon and will ellipsis if it needs to.