From 3d9c442687f5a76611e3afc2d92d8c203b5e7d3f Mon Sep 17 00:00:00 2001 From: maxDorninger <97409287+maxDorninger@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:51:12 +0200 Subject: [PATCH] make season page responsive --- .../routes/dashboard/tv/[showId=uuid]/+page.svelte | 12 ++++++------ .../tv/[showId=uuid]/[SeasonId=uuid]/+page.svelte | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/web/src/routes/dashboard/tv/[showId=uuid]/+page.svelte b/web/src/routes/dashboard/tv/[showId=uuid]/+page.svelte index 75dbcc4..5292391 100644 --- a/web/src/routes/dashboard/tv/[showId=uuid]/+page.svelte +++ b/web/src/routes/dashboard/tv/[showId=uuid]/+page.svelte @@ -52,8 +52,8 @@ {getFullyQualifiedShowName(show())}
-
-
+
+
{#if show().id} {:else} @@ -64,13 +64,13 @@
{/if}
-
+

{show().overview}

{#if user().is_superuser} @@ -78,7 +78,7 @@
-
+
A list of all seasons. @@ -114,7 +114,7 @@
-
+
diff --git a/web/src/routes/dashboard/tv/[showId=uuid]/[SeasonId=uuid]/+page.svelte b/web/src/routes/dashboard/tv/[showId=uuid]/[SeasonId=uuid]/+page.svelte index 1364f7f..cfbb79e 100644 --- a/web/src/routes/dashboard/tv/[showId=uuid]/[SeasonId=uuid]/+page.svelte +++ b/web/src/routes/dashboard/tv/[showId=uuid]/[SeasonId=uuid]/+page.svelte @@ -55,16 +55,16 @@ {getFullyQualifiedShowName(show())} Season {season.number}
-
-
+
+
-
+

{show().overview}

-
+
A list of all downloaded/downloading versions of this season. @@ -94,7 +94,7 @@
-
+
A list of all episodes.