diff --git a/angular.json b/angular.json
index 6cf01da..f39ca94 100644
--- a/angular.json
+++ b/angular.json
@@ -51,7 +51,7 @@
"docx",
"qrcode"
]
-},
+ },
"configurations": {
"production": {
"fileReplacements": [
@@ -64,7 +64,7 @@
{
"type": "initial",
"maximumWarning": "500kB",
- "maximumError": "1MB"
+ "maximumError": "10MB"
},
{
"type": "anyComponentStyle",
@@ -82,7 +82,7 @@
},
"defaultConfiguration": "production"
},
- "serve": {
+ "serve": {
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
@@ -99,5 +99,8 @@
}
}
}
+ },
+ "cli": {
+ "analytics": false
}
}
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 321da3c..49fec08 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1,5 +1,5 @@
-
-
+
+
diff --git a/src/app/modules/presentation/remote/remote.component.html b/src/app/modules/presentation/remote/remote.component.html
index ba69847..1f55146 100644
--- a/src/app/modules/presentation/remote/remote.component.html
+++ b/src/app/modules/presentation/remote/remote.component.html
@@ -1,83 +1,81 @@
@if (show) {
-
-
- @if (!progress) {
-
- @if (show) {
-
-
-
+
+ @if (!progress) {
+
+ @if (show) {
+
- @for (song of presentationSongs; track trackBy($index, song)) {
-
- @if (show) {
-
- } @if (show) {
-
- @for (section of song.sections; track section.type + '-' + section.number + '-' + $index; let i = $index) {
-
+ @for (song of presentationSongs; track trackBy($index, song)) {
+
+ @if (show) {
+
+ } @if (show) {
+
+ @for (section of song.sections; track section.type + '-' + section.number + '-' + $index; let i = $index) {
+
-
{{ section.type | sectionType }} {{ section.number + 1 }}
-
{{ getFirstLine(section) }}
-
- }
+ class="song-part"
+ >
+
{{ section.type | sectionType }} {{ section.number + 1 }}
+
{{ getFirstLine(section) }}
}
}
-
- @if (show) {
-
- }
-
- Überschrift
-
-
-
- Text
-
-
-
+
+ }
+
@if (show) {
-
-
-
- Hintergrund
-
- kein Hintergrund
- Sternenhimmel
- Blätter
- Leder
- Lobpreis
- Bibel
-
-
-
-
+
- } @if (show) {
-
- } }
-
-
+ }
+
+ Überschrift
+
+
+
+ Text
+
+
+
+ @if (show) {
+
+
+
+ Hintergrund
+
+ kein Hintergrund
+ Sternenhimmel
+ Blätter
+ Leder
+ Lobpreis
+ Bibel
+
+
+
+
+
+ } @if (show) {
+
+ } }
+
}
diff --git a/src/app/modules/songs/song-list/filter/filter.component.less b/src/app/modules/songs/song-list/filter/filter.component.less
index 7d183ee..7e9b9b9 100644
--- a/src/app/modules/songs/song-list/filter/filter.component.less
+++ b/src/app/modules/songs/song-list/filter/filter.component.less
@@ -1,5 +1,15 @@
-.third {
- display: grid;
- grid-template-columns: 1fr 1fr 1fr 1fr;
- column-gap: 20px;
+.third,
+:host ::ng-deep form,
+div[formGroup] {
+ display: flex;
+ flex-direction: column;
+ gap: 12px;
+}
+
+.third {
+ gap: 0;
+}
+
+:host ::ng-deep .mat-mdc-form-field {
+ width: 100%;
}
diff --git a/src/app/modules/songs/song-list/song-list.component.html b/src/app/modules/songs/song-list/song-list.component.html
index f12f95a..5bf5028 100644
--- a/src/app/modules/songs/song-list/song-list.component.html
+++ b/src/app/modules/songs/song-list/song-list.component.html
@@ -1,43 +1,48 @@
@if (songs$ | async; as songs) {
-