DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

feat(sdbclient): add GameData to Game
fix(sdbapi): fix ctrl c & v mistake
feat(sdbclient): implement Action and GameData
feat(sdbapi): GameData and Action tables
chore(sdbapi): update dependencies and Go to 1.20
feat(sdbapi): handle startup errors "gracefully"
feat(sdbclient): patch game state API endpoin
chore(sdbclient): cleanup some old comments
feat(sdbclient): browse own games
feat(sdbclient): GameState enum
fix(sdbclient): fix RTDMenu my_games var name
feat(sdbclient): add my_games API endpoint
feat(sdbclient): update my_games to new standards
feat(sdbclient): my_games fields for RTDMenu
feat(sdbclient): a few details on the lobby pages
feat(sdbclient): tabbed browse page
chore(sdbclient): format
fix(sdbclient): fix crash when spamming refresh
feat(sdbclient): adhere to new create game API
feat(sdbapi): return whole game from create game
Next