join game error dialog

This commit is contained in:
seavor 2026-04-20 00:25:10 -05:00
parent db1530c9e9
commit 2aeb1542b1
20 changed files with 415 additions and 18 deletions

View file

@ -65,6 +65,8 @@ export const disconnectedState: Partial<RootState> = {
sortUsersBy: { field: App.UserSortField.NAME, order: App.SortDirection.ASC },
selectedGameIds: {},
gameFilters: {},
joinGamePending: false,
joinGameError: null,
},
games: { games: {} },
action: { type: null, payload: null, meta: null, error: false, count: 0 },