diff --git a/KoogleApp/Components/Dialogs/StartGameDialog.razor b/KoogleApp/Components/Dialogs/StartGameDialog.razor index 5375911..c1cc2da 100644 --- a/KoogleApp/Components/Dialogs/StartGameDialog.razor +++ b/KoogleApp/Components/Dialogs/StartGameDialog.razor @@ -23,7 +23,6 @@ - @SetupState.Value.ParticipantsMode diff --git a/KoogleApp/appdata.json b/KoogleApp/appdata.json new file mode 100644 index 0000000..ad95485 --- /dev/null +++ b/KoogleApp/appdata.json @@ -0,0 +1,164 @@ +{ + "CurrentData": { + "Status": { + "SetupState": null, + "ThrowPanelState": { + "IsStated": true, + "BellValue": false, + "Pin1State": 0, + "Pin2State": 0, + "Pin3State": 0, + "Pin4State": 0, + "Pin5State": 0, + "Pin6State": 0, + "Pin7State": 0, + "Pin8State": 0, + "Pin9State": 0, + "ThrowsPerRound": 3, + "ThrowCounterPerRound": 2, + "ThrowMode": 0, + "ThrowPanelStateStatus": 3, + "ThrowCounter": 1, + "DayId": 35 + }, + "ParticipantsState": { + "PlayerIds": [ + 5, + 3, + 10, + 12, + 9 + ], + "Eliminated": [] + } + }, + "Version": 4, + "LastModified": "2025-11-21T20:36:07.1846015+01:00", + "LastModifiedBy": "test1@test.de" + }, + "UndoHistory": [ + { + "Status": { + "SetupState": null, + "ThrowPanelState": { + "IsStated": true, + "BellValue": false, + "Pin1State": 0, + "Pin2State": 0, + "Pin3State": 0, + "Pin4State": 0, + "Pin5State": 0, + "Pin6State": 0, + "Pin7State": 0, + "Pin8State": 0, + "Pin9State": 1, + "ThrowsPerRound": 3, + "ThrowCounterPerRound": 1, + "ThrowMode": 0, + "ThrowPanelStateStatus": 2, + "ThrowCounter": 0, + "DayId": 35 + }, + "ParticipantsState": { + "PlayerIds": [ + 5, + 3, + 10, + 12, + 9 + ], + "Eliminated": [] + } + }, + "Version": 3, + "LastModified": "2025-11-21T20:36:07.1794682+01:00", + "LastModifiedBy": "test1@test.de" + }, + { + "Status": { + "SetupState": null, + "ThrowPanelState": { + "IsStated": true, + "BellValue": false, + "Pin1State": 0, + "Pin2State": 0, + "Pin3State": 0, + "Pin4State": 0, + "Pin5State": 0, + "Pin6State": 0, + "Pin7State": 0, + "Pin8State": 0, + "Pin9State": 0, + "ThrowsPerRound": 3, + "ThrowCounterPerRound": 1, + "ThrowMode": 0, + "ThrowPanelStateStatus": 1, + "ThrowCounter": 0, + "DayId": 35 + }, + "ParticipantsState": { + "PlayerIds": [ + 5, + 3, + 10, + 12, + 9 + ], + "Eliminated": [] + } + }, + "Version": 2, + "LastModified": "2025-11-21T20:36:04.0183928+01:00", + "LastModifiedBy": "test1@test.de" + }, + { + "Status": { + "SetupState": { + "ThrowMode": 0, + "ThrowsPerRound": 3, + "Players": [ + 5, + 3, + 10, + 12, + 9 + ], + "ParticipantsMode": 0 + }, + "ThrowPanelState": { + "IsStated": true, + "BellValue": false, + "Pin1State": 0, + "Pin2State": 0, + "Pin3State": 0, + "Pin4State": 0, + "Pin5State": 0, + "Pin6State": 0, + "Pin7State": 0, + "Pin8State": 0, + "Pin9State": 0, + "ThrowsPerRound": 3, + "ThrowCounterPerRound": 1, + "ThrowMode": 0, + "ThrowPanelStateStatus": 1, + "ThrowCounter": 0, + "DayId": 35 + }, + "ParticipantsState": { + "PlayerIds": [ + 5, + 3, + 10, + 12, + 9 + ], + "Eliminated": [] + } + }, + "Version": 1, + "LastModified": "2025-11-21T20:36:04.0157778+01:00", + "LastModifiedBy": "test1@test.de" + } + ], + "RedoHistory": [] +} \ No newline at end of file