WIP: Add Game Component

- Create Component
- Add logic to switch "pages" in component
- add "select player" logic
This commit is contained in:
2022-09-10 13:38:36 +02:00
parent 9c3547f712
commit 0e6d1b4390
10 changed files with 188 additions and 11 deletions
@@ -35,4 +35,5 @@ export class ProfileComponent implements OnInit {
}
}
// TODO: Close modal also when "escape" is clicked
}