@if (node.isRoot) {
} @else if (node.id === selectedFolder) {
diff --git a/src/Turnierplan.App/Client/src/app/portal/components/groups/groups.component.html b/src/Turnierplan.App/Client/src/app/portal/components/groups/groups.component.html
index fd36623a..d6ce3dd9 100644
--- a/src/Turnierplan.App/Client/src/app/portal/components/groups/groups.component.html
+++ b/src/Turnierplan.App/Client/src/app/portal/components/groups/groups.component.html
@@ -1,37 +1,38 @@
@for (group of groups; track group.alphabeticalId; let isLast = $last) {
-
- |
-
- @if (group.showLoadingIndicator) {
-
- } @else {
- {{ group.displayName }}
- }
-
-
- |
-
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
+
+ |
+
+ @if (group.showLoadingIndicator) {
+
+ } @else {
+ {{ group.displayName }}
+ }
+
+
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
@for (team of group.teams; track team.id) {
@@ -56,22 +57,22 @@
} @empty {
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
-
- |
-
+
+ |
+
}
diff --git a/src/Turnierplan.App/Client/src/app/portal/components/illustration/illustration.component.html b/src/Turnierplan.App/Client/src/app/portal/components/illustration/illustration.component.html
index cb05d3b7..00579446 100644
--- a/src/Turnierplan.App/Client/src/app/portal/components/illustration/illustration.component.html
+++ b/src/Turnierplan.App/Client/src/app/portal/components/illustration/illustration.component.html
@@ -1,3 +1,4 @@
-
+
diff --git a/src/Turnierplan.App/Client/src/app/portal/components/image-chooser/image-chooser.component.html b/src/Turnierplan.App/Client/src/app/portal/components/image-chooser/image-chooser.component.html
index 91f20057..55953eb8 100644
--- a/src/Turnierplan.App/Client/src/app/portal/components/image-chooser/image-chooser.component.html
+++ b/src/Turnierplan.App/Client/src/app/portal/components/image-chooser/image-chooser.component.html
@@ -13,14 +13,22 @@
-
+
-
![]()
+
@@ -35,25 +43,46 @@
} @else {
-
+
}
@if (hasUploadError) {
-
+
}
@for (image of existingImages; track image.id) {
-
-
+
+
@if (image.id !== currentImageId) {
-
+
}
-
![]()
+
} @empty {
@@ -68,7 +97,10 @@
} @else {
@if (currentImageId !== undefined && !isInImageDetailView) {
-
+
}
}
diff --git a/src/Turnierplan.App/Client/src/app/portal/components/image-widget/image-widget.component.html b/src/Turnierplan.App/Client/src/app/portal/components/image-widget/image-widget.component.html
index c700fa52..91799dd7 100644
--- a/src/Turnierplan.App/Client/src/app/portal/components/image-widget/image-widget.component.html
+++ b/src/Turnierplan.App/Client/src/app/portal/components/image-widget/image-widget.component.html
@@ -1,20 +1,23 @@
@if (currentImage) {
-
-
![]()
+
+
} @else {
-
diff --git a/src/Turnierplan.App/Client/src/app/portal/components/live-indicator/live-indicator.component.html b/src/Turnierplan.App/Client/src/app/portal/components/live-indicator/live-indicator.component.html
index 1f4adcc9..8c14cfec 100644
--- a/src/Turnierplan.App/Client/src/app/portal/components/live-indicator/live-indicator.component.html
+++ b/src/Turnierplan.App/Client/src/app/portal/components/live-indicator/live-indicator.component.html
@@ -1,4 +1,4 @@
-
+
LIVE
diff --git a/src/Turnierplan.App/Client/src/app/portal/components/loading-error/loading-error.component.html b/src/Turnierplan.App/Client/src/app/portal/components/loading-error/loading-error.component.html
index ec3e6828..9f04657b 100644
--- a/src/Turnierplan.App/Client/src/app/portal/components/loading-error/loading-error.component.html
+++ b/src/Turnierplan.App/Client/src/app/portal/components/loading-error/loading-error.component.html
@@ -1,5 +1,7 @@
@if (statusCode === 404) {
-
-
- |
- |
- @if (showCourtColumn) {
- |
- }
- |
- |
- |
-
-
-
- @if (matchCount === 0) {
- |
+ |
+ |
+ @if (showCourtColumn) {
+ |
+ }
+ |
+ |
+ |
- }
- @for (matchGroup of groupedMatches; track matchGroup) {
- @if (matchGroup.title.displayName.length > 0 && !matchGroup.title.hideOnMatchPlan) {
+
+
+ @if (matchCount === 0) {
- | {{ matchGroup.title.displayName }} |
+ |
}
- @for (match of matchGroup.matches; track match) {
-
- | {{ match.index }} |
- {{ match.group }} |
- @if (showCourtColumn) {
- {{ match.court }} |
- }
-
- @if (match.kickoff) {
- {{ match.kickoff | translateDate : (showKickoffWithSeconds ? 'mediumTime' : 'shortTime') }}
+ @for (matchGroup of groupedMatches; track matchGroup) {
+ @if (matchGroup.title.displayName.length > 0 && !matchGroup.title.hideOnMatchPlan) {
+ |
+ | {{ matchGroup.title.displayName }} |
+
+ }
+ @for (match of matchGroup.matches; track match) {
+
+ | {{ match.index }} |
+ {{ match.group }} |
+ @if (showCourtColumn) {
+ {{ match.court }} |
}
-
-
-
- {{ match.teamA }}
- {{ match.teamSelectorA }}
-
- |
-
-
- {{ match.teamB }}
- {{ match.teamSelectorB }}
-
- |
-
- @if (match.showLoadingIndicator) {
-
- } @else {
- {{ match.scoreA ?? '' }}:{{ match.scoreB ?? ''}}
- @if (match.outcomeType !== undefined && match.outcomeType !== 'Standard') {
-
- }
- @if (match.isLive) {
-
+ |
+ @if (match.kickoff) {
+ {{ match.kickoff | translateDate: (showKickoffWithSeconds ? 'mediumTime' : 'shortTime') }}
}
- }
- |
- @if (showAccumulatedScore) {
+
+
+
+ {{ match.teamA }}
+ {{ match.teamSelectorA }}
+
+ |
+
+
+ {{ match.teamB }}
+ {{ match.teamSelectorB }}
+
+ |
- {{ match.scoreAccumulated ?? '' }}
+ @if (match.showLoadingIndicator) {
+
+ } @else {
+ {{ match.scoreA ?? '' }}:{{ match.scoreB ?? '' }}
+ @if (match.outcomeType !== undefined && match.outcomeType !== 'Standard') {
+
+ }
+ @if (match.isLive) {
+
+ }
+ }
|
- }
-
+ @if (showAccumulatedScore) {
+
+ {{ match.scoreAccumulated ?? '' }}
+ |
+ }
+
+ }
}
- }
diff --git a/src/Turnierplan.App/Client/src/app/portal/components/match-tree/match-tree.component.html b/src/Turnierplan.App/Client/src/app/portal/components/match-tree/match-tree.component.html
index 5bc65c52..2ee10614 100644
--- a/src/Turnierplan.App/Client/src/app/portal/components/match-tree/match-tree.component.html
+++ b/src/Turnierplan.App/Client/src/app/portal/components/match-tree/match-tree.component.html
@@ -12,7 +12,12 @@
}
-