tweaks
This commit is contained in:
@@ -2,7 +2,7 @@ export const branding = {
|
|||||||
app: {
|
app: {
|
||||||
name: 'HSO Jackbox Game Picker',
|
name: 'HSO Jackbox Game Picker',
|
||||||
shortName: 'Jackbox Game Picker',
|
shortName: 'Jackbox Game Picker',
|
||||||
version: '0.5.0 - Safari Walkabout Edition',
|
version: '0.5.1 - Thode Goes Wild Edition',
|
||||||
description: 'Spicing up Hyper Spaceout game nights!',
|
description: 'Spicing up Hyper Spaceout game nights!',
|
||||||
},
|
},
|
||||||
meta: {
|
meta: {
|
||||||
|
|||||||
@@ -88,8 +88,8 @@ function Picker() {
|
|||||||
// Don't auto-create session - let user create it explicitly
|
// Don't auto-create session - let user create it explicitly
|
||||||
setActiveSession(session);
|
setActiveSession(session);
|
||||||
|
|
||||||
// Load all games for manual selection
|
// Load all enabled games for manual selection
|
||||||
const gamesResponse = await api.get('/games');
|
const gamesResponse = await api.get('/games?enabled=true');
|
||||||
setAllGames(gamesResponse.data);
|
setAllGames(gamesResponse.data);
|
||||||
|
|
||||||
// Load currently playing game if session exists
|
// Load currently playing game if session exists
|
||||||
|
|||||||
Reference in New Issue
Block a user