From 80e4ec8b2bc8dd11ea35762c7331be65ae22baeb Mon Sep 17 00:00:00 2001 From: Ricardo Date: Tue, 3 Feb 2026 18:05:02 +0100 Subject: [PATCH] fix: populate podcast dropdown from sources, filter via API The podcast filter dropdown was built from loaded episodes only, so podcasts with older episodes didn't appear until scrolling. Now uses the full sources list and queries the API server-side when filtering by a specific podcast. Co-Authored-By: Claude Opus 4.5 --- podroll.njk | 46 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 34 insertions(+), 12 deletions(-) diff --git a/podroll.njk b/podroll.njk index 96d035b..9901531 100644 --- a/podroll.njk +++ b/podroll.njk @@ -53,8 +53,8 @@ permalink: /podroll/ class="w-full sm:w-auto appearance-none bg-surface-100 dark:bg-surface-800 border border-surface-300 dark:border-surface-600 rounded-lg px-4 py-2 pr-10 text-sm text-surface-700 dark:text-surface-300 focus:outline-none focus:ring-2 focus:ring-primary-500" > -