danieldesira / DanielsConnect4

Connect4 implementation in TypeScript ported from JavaScript code written prior to 2013
GNU General Public License v2.0
0 stars 0 forks source link

Allow user to force dark mode #58

Closed danieldesira closed 10 months ago

danieldesira commented 10 months ago

System theme detection is now done via javascript. We need to add an option to allow change between light, dark and system default, ideally saved on the user account - with the appropriate server and database changes.

danieldesira commented 10 months ago

All server/client changes should be done.