Files
DiscordClone/TODO.md
Bryan1029384756 56a9523e38
All checks were successful
Build and Release / build-and-release (push) Successful in 11m1s
feat: implement initial Electron chat application with core UI components and Convex backend integration.
2026-02-13 07:18:19 -06:00

3.3 KiB

  • I want to give users the choice to update the app. Can we make updating work 2 ways. One, optional updates, i want to somehow make some updates marked as optional, where techinically older versions will still work so we dont care if they are on a older version. And some updates non optional, where we will require users to update to the latest version to continue using the app. So for example when they launch the app we will check if their is a update but we dont update the app right away. We will show a download icon like discord in the header, that will be the update.svg icon. Make the icon use this color "hsl(138.353 calc(1*38.117%) 56.275% /1);"
  • We should play a sound (the ping sound) when a user mentions you or you recieve a private message.
  • Fix green status not updating correctly

Future