df431eb4f1
UUIDprops
...
- guide.selectedUUID is used to determina current uuid
- all the game related midifications are stored independantly per UUID
- no global indicators
2023-11-24 10:38:52 +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
3f47654cf2
react: state -> reducer -> context
...
- Leaderboard: useState
- User: useReducer
- Games: useContext [...in progress]
- usePolling giveup on internal cache
in favour of onResponce() callback
2023-11-09 12:29:47 +01:00
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
15920a666d
front: selectable player names for GameBoard
...
- bugfix keys for ProposalSelector
- css fix for Selectable title
2023-10-26 20:34:10 +02:00
4421ca5445
front: GameBoard component
2023-10-26 12:47:16 +02:00
6c46188d38
front: isCurrentUser()
2023-10-26 12:26:00 +02:00
8056c38ad5
front: basic ui mockup
...
- more components
- more navigation
[bugfix] proxy routing
2023-10-24 20:35:27 +02:00
35802ea6ad
front: wave indication for data fetching
2023-10-20 00:40:05 +02:00
c884494618
React: make Poll into a hook
2023-10-19 15:20:18 +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