[Feature] Add side menu to pages
Associated docs
Link to the associated Trello task:
[TASK] Alterar a ordem dos itens do side menu
Changes
- Added the side menu with the React Router Dom
outlet
component. This makes all routes inside a route work as a nested layout. - I used the width of the side menu as a margin left to make all the screens appear to be in the center, we might want to change this in the future, but works for now.
- Changed some prettier config and formated all the repo.
- Changed the order of the side menu items.
Change type
- New feature
Screenshots
( the same applies to all other screens except the game screen )
Code quality
- My code follows the defined guidelines
- I have reviewed and tested my code
- My changes don't cause new warnings
- My code has relevant tests
- My unit tests are passing