DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: dev deck-builder/client/src/plugins/async_tasks d---------
feat(client): sorta kinda check for end conditions
feat(client): end game endpoint call
chore(client): fmt, clippy, cleanup
feat(client): finish new refresh, impl game lock
chore(client): fmt, clippy, cleanup
fix(client): reverse forming and mygames vecs
feat(client): sort games based on created_at
feat(client): change parser to just take &Game
feat(client): update action api call, create event
feat(client): start parse event in a sane place
feat(client): parsing event
feat!(client): get in-game, and see some details
feat(client): new globals res with user details
fix(client): change where user token is saved
feat(client): save games fetched to memory
WIP(client): browsing and related call events
fix(client): register should take to login
feat(client): functional login and register