From 084f120008038364357c833eb9e853e1687dd47a Mon Sep 17 00:00:00 2001 From: CodeWithMaBot <310216433+CodeWithMaBot@users.noreply.github.com> Date: Fri, 4 Sep 2026 09:45:55 +0200 Subject: [PATCH 1/3] feat(home): center cards and contain posters so actions stay visible --- src/app/components/home/home.component.ts | 55 ++++++++++++++--------- 1 file changed, 34 insertions(+), 21 deletions(-) diff --git a/src/app/components/home/home.component.ts b/src/app/components/home/home.component.ts index 2606419..96411a4 100644 --- a/src/app/components/home/home.component.ts +++ b/src/app/components/home/home.component.ts @@ -15,36 +15,43 @@ import { ProviderSettingsService } from '../../services/provider-settings.servic
@if (hasSeries()) { @if (hasInProgressSeries()) { @@ -67,35 +74,41 @@ import { ProviderSettingsService } from '../../services/provider-settings.servic }
@if (hasMovies()) { No movies currently being watched From 14d379f813ebb120a98bb0640e36867e06f2d2e6 Mon Sep 17 00:00:00 2001 From: CodeWithMaBot <310216433+CodeWithMaBot@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:00:43 +0200 Subject: [PATCH 2/3] fix(home): show full poster artwork without cropping --- src/app/components/home/home.component.ts | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/src/app/components/home/home.component.ts b/src/app/components/home/home.component.ts index 96411a4..61473da 100644 --- a/src/app/components/home/home.component.ts +++ b/src/app/components/home/home.component.ts @@ -16,7 +16,7 @@ import { ProviderSettingsService } from '../../services/provider-settings.servic