feat: Implement initial Electron frontend with chat area, user settings, and voice context, and update the TODO list.
All checks were successful
Build and Release / build-and-release (push) Successful in 9m14s

This commit is contained in:
Bryan1029384756
2026-02-13 10:39:01 -06:00
parent 556a561449
commit 63d4208933
5 changed files with 44 additions and 18 deletions

12
TODO.md
View File

@@ -2,7 +2,7 @@
<!-- - When a user messages you, you should get a notification. On the server list that user profile picture should be their above all servers. right under the discord and above the server-separator. With a red dot next to it. If you get a private dm you should hear the ping sound also -->
- We should play a sound (the ping sound) when a user mentions you or you recieve a private message.
<!-- - We should play a sound (the ping sound) when a user mentions you or you recieve a private message. -->
<!-- - In the mention list we should also have roles, so if people do @everyone they should mention everyone in the server, or they can @ a certain role they want to mention from the server. This does not apply to private messages. -->
@@ -38,12 +38,4 @@
Can we make sure Voice and Video work. We have the users input and output devices but if i select any it dosent show it changed. I want to make sure that the users can select their input and output devices and that it works for livekit.
- Lets make it so we can upload a custom image for the server that will show on the sidebar. Make the image editing like how we do it for avatars but instead of a circle that we have to show users cut off its a square with a border radius, match it to the boarder radius of the server-item-wrapper
Why dont all my chats have a
Welcome to #chatName
This is the start of the #chatName channel.
Its only the first one that has this.
<!-- - Lets make it so we can upload a custom image for the server that will show on the sidebar. Make the image editing like how we do it for avatars but instead of a circle that we have to show users cut off its a square with a border radius, match it to the boarder radius of the server-item-wrapper -->