diff --git a/assets/styles/app.css b/assets/styles/app.css index cf2acbf..bf33987 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -137,7 +137,7 @@ dialog[data-dialog-target="dialog"][closing] { #search .ts-dropdown { background: unset; - @apply bg-orange-500/80 backdrop-filter backdrop-blur-md text-white border border-orange-500 rounded-md + @apply bg-orange-500/80 backdrop-filter backdrop-blur-md text-white border border-orange-500 rounded-md z-20 } #search .ts-dropdown .ts-dropdown-content .option.active { diff --git a/templates/broadcast/Download.stream.html.twig b/templates/broadcast/Download.stream.html.twig index 25920a2..932dcb3 100644 --- a/templates/broadcast/Download.stream.html.twig +++ b/templates/broadcast/Download.stream.html.twig @@ -14,10 +14,15 @@ {% if entity.status != "Complete" %} diff --git a/templates/components/Alert.html.twig b/templates/components/Alert.html.twig index 69b85a3..6074a64 100644 --- a/templates/components/Alert.html.twig +++ b/templates/components/Alert.html.twig @@ -6,8 +6,12 @@ - Info +

{{ title|default('') }}

+ + + + Info
{{ message }} diff --git a/templates/components/Card.html.twig b/templates/components/Card.html.twig index 55274ca..8c61e17 100644 --- a/templates/components/Card.html.twig +++ b/templates/components/Card.html.twig @@ -1,13 +1,11 @@ -
+

{{ title }}

-
+
{% block content %}{% endblock %}
diff --git a/templates/components/DownloadList.html.twig b/templates/components/DownloadList.html.twig index 8a1229c..2160036 100644 --- a/templates/components/DownloadList.html.twig +++ b/templates/components/DownloadList.html.twig @@ -7,45 +7,45 @@
{% endif %} - +
- + - + {% if this.downloads.items|length > 0 %} {% for download in this.downloads.items %} {% endfor %} {% if this.isWidget == true and this.downloads.items|length > this.perPage %} - {% endif %} {% else %} - diff --git a/templates/components/DownloadListRow.html.twig b/templates/components/DownloadListRow.html.twig index 6d7746e..a79a35b 100644 --- a/templates/components/DownloadListRow.html.twig +++ b/templates/components/DownloadListRow.html.twig @@ -1,4 +1,4 @@ - - - - @@ -46,7 +46,7 @@
-
{{ download.progress }}%
diff --git a/templates/components/MonitorList.html.twig b/templates/components/MonitorList.html.twig index 21c27d0..72aa17f 100644 --- a/templates/components/MonitorList.html.twig +++ b/templates/components/MonitorList.html.twig @@ -4,57 +4,57 @@ {% endif %} -
+ class="px-6 py-3 truncate text-start"> Title + class="px-6 py-3 truncate text-start {{ isWidget == true ? "hidden" : "r-tablecell" }}"> Filename + class="px-6 py-3 truncate text-start {{ isWidget == true ? "hidden" : "r-tablecell" }}"> Media type + class="px-6 py-3 text-start"> Progress + class="px-6 py-3 text-start">
+ View All Downloads
+ No downloads
+ {% if download.mediaType == "movies" %} {% set routeParams = {imdbId: download.imdbId, mediaType: download.mediaType} %} {% set route = path('app_search_result', routeParams) %} @@ -31,11 +31,11 @@ {% endif %} + {{ download.filename }} + {{ download.mediaType }}
- + - + {% if this.monitors.items|length > 0 %} {% for monitor in this.monitors.items %} {% endfor %} {% if this.isWidget and this.monitors.items|length > 5 %} - {% endif %} {% else %} - diff --git a/templates/components/MonitorListRow.html.twig b/templates/components/MonitorListRow.html.twig index 11dc61d..d57e705 100644 --- a/templates/components/MonitorListRow.html.twig +++ b/templates/components/MonitorListRow.html.twig @@ -1,4 +1,4 @@ - + class="mr-1 hover:underline rounded-md max-w-[10ch] md:max-w-[unset] truncate dark:text-white"> {{ monitor.title }} - - - - - - {% if monitor|monitor_media_id != "-" %} - {% endif %} - -
+ class="px-6 py-3 text-start truncate"> Title + class="px-6 py-3 text-start"> ID + class="px-6 py-3 text-start"> Status
+ View All Monitors
+ No monitors
+ {{ monitor|monitor_media_id }} + {% if monitor.status == "New" %} {% elseif monitor.status == "In Progress" or monitor.status == "Active" %} @@ -72,11 +72,11 @@ {{ monitor.title }} + {{ monitor|monitor_media_id }} + {% if monitor.monitorType == "tvshow" %} {% elseif monitor.monitorType == "tvseason" %} @@ -85,7 +85,7 @@ {% endif %} + {% if monitor.status == "New" %} {% elseif monitor.status == "In Progress" or monitor.status == "Active" %}