This commit is contained in:
beo3000 2025-11-21 20:45:03 +01:00
parent 920d9e0959
commit f880d1fbc4
2 changed files with 164 additions and 1 deletions

View File

@ -23,7 +23,6 @@
</MudText>
</TitleContent>
<DialogContent>
@SetupState.Value.ParticipantsMode
<MudSelect T="IKnownGame" Label="Spiel" @bind-Value="_selectedGameType" HelperText="Wähle ein Spiel aus"
OpenIcon="@Icons.Material.Filled.Mode" AdornmentColor="Color.Primary">

164
KoogleApp/appdata.json Normal file
View File

@ -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": []
}