diff --git a/README.md b/README.md index b9ad635..f46596d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,17 @@ All beta versions (0.x.x) can be found here โ --- +### **[1.1.0]** โ *2026-02-09* ๐ +#### โจ Added +- **Desert Storm โ Player Sorting in Info Dialog** + Players can now be **sorted directly** in the **Desert Storm info dialog**: + - Participated + - Start Player โ Did not participate + - Substitute Player โ Did not participate + + This makes it easier to **track participation** and quickly see who was active and who missed Desert Storm. + + ### **[1.0.1]** โ *2026-02-02* ๐ #### โจ Added - **Zombie Siege โ Perfect Checkbox** diff --git a/Ui/src/app/pages/desert-storm/desert-storm-detail/desert-storm-detail.component.html b/Ui/src/app/pages/desert-storm/desert-storm-detail/desert-storm-detail.component.html index 56d0d7d..edb5c89 100644 --- a/Ui/src/app/pages/desert-storm/desert-storm-detail/desert-storm-detail.component.html +++ b/Ui/src/app/pages/desert-storm/desert-storm-detail/desert-storm-detail.component.html @@ -16,29 +16,61 @@
Team: {{desertStormDetail.team}}
-Server: {{desertStormDetail.opponentServer}}
-Opponent participants: {{desertStormDetail.opposingParticipants}}
-Allianz participants: {{desertStormDetail.participants | number}}
+Team: {{desertStormDetail.team}}
+Server: {{desertStormDetail.opponentServer}}
+Opponent participants: {{desertStormDetail.opposingParticipants}}
+Allianz participants: {{desertStormDetail.participants | number}}
Creator: {{desertStormDetail.createdBy}}
+Creator: {{desertStormDetail.createdBy}}
@if (desertStormDetail.modifiedOn) { -Modified: {{desertStormDetail.modifiedOn | date: 'dd.MM.yyyy HH:mm'}} +
Modified: {{desertStormDetail.modifiedOn | date: 'dd.MM.yyyy HH:mm'}} by {{desertStormDetail.modifiedBy}}
}Registered: {{registeredPlayers}}
-Start player: {{startedPlayers}}
-Participated: {{participatedPlayers}}
+Registered: {{registeredPlayers}}
+Start player: {{startedPlayers}}
+Participated: {{participatedPlayers}}
Players
+Players
+