chore(client): fmt, clippy, cleanup
 
feat(client): use chrono for game and action times
 
feat!(client): replace gamestate consts with enums
 
fix(client): remove old comment
 
feat!(client): get in-game, and see some details
 
feat(client): something to browse in browse
 
feat(client): save games fetched to memory
 
WIP(client): browsing and related call events
 
feat(client): init browse view
 
feat(client): functional login and register
 
feat: basic login and register windows
 
feat!(client, server): finish transition to bevy 0.10, and in addition
* change from bevy_inspector_egui to bevy_editor_pls
* remove iyes_loopless, as it is now obsolete
* remove bevy_console and swap logs to terminal only, in preperation
  for my own console logging crate
 
Merge remote branch 'origin/dev'
 
wip!(client, server, shared): initial updating to bevy 0.10
 
feat(client): settings menu stub
 
feat(client): show title in play menu
 
feat(client): center main menu
 
feat(client): enable the play menu in a crippled state