SWE574-Fall2023-Group1 / SWE574-Fall2023-G1

Project for SWE 574 - Group 1
MIT License
7 stars 1 forks source link

Feature/299 implement dark mode #314

Closed dbaslan closed 10 months ago

dbaslan commented 10 months ago

This branch implements dark mode to the web app, in line with our stretch goal. 😎 Please let me know if I've missed any text or buttons, otherwise awaiting approval. The implementation is a bit rudimentary, all it does is darken the background image and the header color, and turn the headers and text white where necessary. It does not make use of Material UI's built-in dark mode, and I had to use inline CSS on a bunch of elements to get it done. It would be too chaotic otherwise. See #299

dbaslan commented 10 months ago

Here are some screenshots:

Ekran görüntüsü 2023-12-20 200444

Ekran görüntüsü 2023-12-20 200422

ckertam commented 10 months ago

I need to test it more after I test it I will make my comment

dbaslan commented 10 months ago

Tried a bunch of solutions for the buttons, nothing worked. In the end I made the buttons disappear when disabled (i.e. when there is no previous or next page). Changed the dark mode button text color as per @sadikkuzu's request and fixed some minor visibility issues as well.

sadikkuzu commented 10 months ago

Tried a bunch of solutions for the buttons, nothing worked. In the end I made the buttons disappear when disabled (i.e. when there is no previous or next page). Changed the dark mode button text color as per @sadikkuzu's request and fixed some minor visibility issues as well.

Cool solution 👍🏼

next

previous

dbaslan commented 10 months ago

Done and done @sadikkuzu 👍