davidcr01 / WordlePlus

Repository to store all the documentation, files and structure of my Final Degree Project (TFG in Spanish). The main goal is to develop, as full-stack web developer, a remodel of the Wordle game, including more features and functionalities using Ionic, Django REST Api and PostgreSQL.
1 stars 0 forks source link

Dark mode (S12) #56

Closed davidcr01 closed 1 year ago

davidcr01 commented 1 year ago

Description

Is necessary to add a dark mode / light mode to the platform. This will change many items of the platform. This issue concerns the H19 completely.

davidcr01 commented 1 year ago

Update Report

The dark mode has been implemented automatically thanks to the Ionic Framework. The views change with the type of mode of the device. Until now, every view has been developed taking into account this request:

Main page image image

Wordle Dashboard image image

History image image

Mailbox image image

Friend list image image

Friend requests image image

Tournament list image image

Modify personal data image image

Ranking image image

Rounds image image