GameProposal: create new game #38

Merged
djmil merged 4 commits from 32-newgame-create into main 2023-11-13 16:59:12 +01:00

4 Commits

Author SHA1 Message Date
04f0b86527 api.push (#36)
Reviewed-on: http://192.168.8.55:3000/HQLAx/CordaCheckers/pulls/36
2023-11-13 16:55:10 +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
82f5b07256 action readyiness indication 2023-11-11 11:37:17 +01:00
703a6a0326 skeleton 2023-11-11 11:08:48 +01:00