refactor: separate podcasts from downloads — own route + nav item
All checks were successful
Security Checks / dependency-audit (push) Successful in 13s
Security Checks / secret-scanning (push) Successful in 3s
Security Checks / dockerfile-lint (push) Successful in 4s

- /podcasts — new page with PodcastPlayer (headphones icon)
- /downloads — old media page renamed (download icon)
- /media — kept for backward compat (same as downloads)
- Nav: Reader → Podcasts → Downloads → Brain

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yusuf Suleman
2026-04-03 07:42:56 -05:00
parent 587040b7a6
commit 0e9702d494
13 changed files with 105 additions and 3442 deletions

View File

@@ -7,7 +7,9 @@
CalendarDays,
CircleDot,
Compass,
Download,
Dumbbell,
Headphones,
Landmark,
LibraryBig,
Menu,
@@ -42,7 +44,8 @@
{ id: 'budget', href: '/budget', label: 'Budget', icon: Landmark },
{ id: 'inventory', href: '/inventory', label: 'Inventory', icon: Package2 },
{ id: 'reader', href: '/reader', label: 'Reader', icon: BookOpen },
{ id: 'media', href: '/media', label: 'Media', icon: LibraryBig },
{ id: 'media', href: '/podcasts', label: 'Podcasts', icon: Headphones },
{ id: 'downloads', href: '/downloads', label: 'Downloads', icon: Download },
{ id: 'brain', href: '/brain', label: 'Brain', icon: Brain },
{ id: 'settings', href: '/settings', label: 'Settings', icon: Settings2 }
];