Commit Graph

9 Commits

Author SHA1 Message Date
352919581e add wobler 2023-10-31 20:33:36 +01:00
c007aec06e if fetching ? classname + woble 2023-10-31 18:45:09 +01:00
262fa0636d initial implementation 2023-10-31 13:17:41 +01:00
142129a376 front: AppCtx: better update function 2023-10-28 12:26:37 +02:00
eb4a255a90 front: GameBoard to reflect selected player fron NewGame 2023-10-28 10:44:18 +02:00
10d78d440f front: GameSelector: store selected game in AppCtx 2023-10-27 11:32:55 +02:00
35802ea6ad front: wave indication for data fetching 2023-10-20 00:40:05 +02:00
5821a02ba1 React: GlobalState updates
Remove DataCtx dependacy on AppCtx
2023-10-19 14:39:43 +02:00
efd7127575 react: GlobalState: data, appCtx + polling feature
- Polling
 - time beased URI polling
 - can be diabled

- GlobaState
 - utilizes Flux pattern
 - data:
    for storing data for UI to work with
 - appData:
    for string global UI state

- major refactoring
2023-10-18 17:20:37 +02:00