Ignore:
Timestamp:
07/18/22 13:59:55 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
22367db
Parents:
e903234
Message:

Ability for admin to watch live games and for user to see games history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • redux/reducers/styleSlice.js

    re903234 rfaff334  
    8383            show: false,
    8484            message: ''
    85         }
     85        },
     86        // games history
     87        displayGamesHistoryScreen: false,
     88        gamesHistory: {
     89            blackjack: {
     90                rooms: [],
     91            },
     92            roulette: {
     93                games: [],
     94            },
     95            poker: {
     96                tables: [],
     97            },
     98        },
    8699    },
    87100    // blackjack
     
    143156            text3: ''
    144157        }
    145     }
     158    },
    146159}
    147160
Note: See TracChangeset for help on using the changeset viewer.