From c9fc21e8dbfd3b34307b47b014226bfc0c6aa638 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 3 Mar 2026 16:26:36 -0500 Subject: [PATCH] Add search trigger to mobile header, hide settings/sign-out on mobile The search modal was inaccessible on mobile since the trigger was desktop-only. Replace the settings and sign-out buttons (already available in the mobile tab bar) with a full-width search bar. Co-Authored-By: Claude Opus 4.6 --- .../_components/continue-watching-card.tsx | 2 +- components/nav-bar.tsx | 23 +++++++++++++------ 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/app/(pages)/dashboard/_components/continue-watching-card.tsx b/app/(pages)/dashboard/_components/continue-watching-card.tsx index 3339575..904e3e4 100644 --- a/app/(pages)/dashboard/_components/continue-watching-card.tsx +++ b/app/(pages)/dashboard/_components/continue-watching-card.tsx @@ -59,7 +59,7 @@ export function ContinueWatchingCard({ Up next

- + S{item.nextEpisode.seasonNumber} E {item.nextEpisode.episodeNumber} {" "} diff --git a/components/nav-bar.tsx b/components/nav-bar.tsx index f91b280..89dffa4 100644 --- a/components/nav-bar.tsx +++ b/components/nav-bar.tsx @@ -23,11 +23,11 @@ export function NavBar() { return (

-