From e42ff51f318a7f40bee23ca931cb62ea7ad92aea Mon Sep 17 00:00:00 2001 From: v0 Date: Sun, 8 Feb 2026 23:34:38 +0000 Subject: [PATCH] style: apply frosted glass design to all components\n\nUpdate bottom nav, feed, search, log, diary, lists, profile, movie detail, and auth pages. --- app/(app)/log/page.tsx | 14 ++++---- app/(app)/search/page.tsx | 6 ++-- app/globals.css | 72 +++++++++++++++++++++++++++++-------- components/bottom-nav.tsx | 2 +- components/feed-content.tsx | 10 +++--- 5 files changed, 74 insertions(+), 30 deletions(-) diff --git a/app/(app)/log/page.tsx b/app/(app)/log/page.tsx index 816272b..068e38a 100644 --- a/app/(app)/log/page.tsx +++ b/app/(app)/log/page.tsx @@ -112,7 +112,7 @@ function LogPageContent() { if (step === "search") { return (
-
+

Film loggen

@@ -123,7 +123,7 @@ function LogPageContent() { value={query} onChange={(e) => setQuery(e.target.value)} placeholder="Welchen Film hast du gesehen?" - className="h-11 w-full rounded-lg border border-border bg-secondary pl-10 pr-4 text-sm text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring" + className="glass-input h-11 w-full pl-10 pr-4 text-sm" autoFocus /> @@ -147,7 +147,7 @@ function LogPageContent() {