diff --git a/.claude/settings.local.json b/.claude/settings.local.json index c040e19..ff3181e 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -33,7 +33,8 @@ "Bash(npm ls:*)", "Bash(git add:*)", "Bash(git commit:*)", - "Bash(git push:*)" + "Bash(git push:*)", + "Bash(npm run build:web:*)" ] } } diff --git a/TODO.md b/TODO.md index 5afcb34..9348ae4 100644 --- a/TODO.md +++ b/TODO.md @@ -32,14 +32,25 @@ - - -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. - +- On mobile. lets redo the settings page to be more mobile friendly. I want it to look exactly the same on desktop but i need a little more mobile friendly for mobile. -What about the gitea workflow. Does that build the electron app still with the new setup? I dont need the android build right now just the same functionality as before with building for electron. \ No newline at end of file + + +- Lets make a Popup menu on chat input to paste image or anything from clipboard. So its on option called "Paste". Should only popup if you right click the chat input box. + + + + + + + + + +- Can we add a way to tell the user they are connecting to voice. Like show them its connecting so the user knows something is happening instead of them clicking on the voice stage again and again. \ No newline at end of file diff --git a/apps/electron/package.json b/apps/electron/package.json index 03bfd27..64f0fa8 100644 --- a/apps/electron/package.json +++ b/apps/electron/package.json @@ -1,7 +1,7 @@ { "name": "@discord-clone/electron", "private": true, - "version": "1.0.14", + "version": "1.0.16", "description": "Discord Clone - Electron app", "author": "Moyettes", "type": "module", diff --git a/apps/web/index.html b/apps/web/index.html index 11b22e4..c38c18c 100644 --- a/apps/web/index.html +++ b/apps/web/index.html @@ -3,7 +3,7 @@
- +