Commit Graph

8 Commits

Author SHA1 Message Date
dbb70cabba current user stones are allways at the botom 2023-11-17 21:50:04 +01:00
9b0a3753aa Default player colors alignmnet 2023-11-17 20:48:22 +01:00
8611ede4b4 GameBoard to react on selected player
- some refactoring
2023-11-16 18:19:40 +01:00
2482226e0e Better useXxxApi (#34)
useXxxApi:

    use PollingReducer as a configuration provider
    provide pushAPIs, which update respective state with:
        pushing status
        push result

PollingReducer:
    rename to configurationReducer
    move polling indication to it's respective state
    XxxState.polling = 'true/false'

Reviewed-on: http://192.168.8.55:3000/HQLAx/CordaCheckers/pulls/34
2023-11-12 19:40:55 +01:00
7a2d7f435f small clenup 2023-11-10 13:28:18 +01:00
76eb556d09 NewGame to use dispatchGames
- remove DispatchGames and GamesAPI Context
  transfer it as props instead
- DropdownList component
- delete obsoleete files
2023-11-10 09:34:46 +01:00
ac50d92c1a GamesContext: initial implementation 2023-11-09 13:59:14 +01:00
aa2a250085 Games container sceleton
- use Route for conditional rendering
- useGamesAPI
- Checkers component
2023-11-08 18:22:05 +01:00