From c3af582b7be4af15fd4983fe7e0ffe919554d62b Mon Sep 17 00:00:00 2001 From: Clemens Beese Date: Fri, 18 Sep 2026 18:23:40 +0200 Subject: [PATCH] =?UTF-8?q?fikset=20prettier=20p=C3=A5=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.css | 2 +- src/App.tsx | 101 +++++++++++++++++++++++++--------------------------- 2 files changed, 49 insertions(+), 54 deletions(-) diff --git a/src/App.css b/src/App.css index a35191b..1b0c364 100644 --- a/src/App.css +++ b/src/App.css @@ -41,4 +41,4 @@ padding: 16px; margin-top: auto; font-size: 0.75em; -} \ No newline at end of file +} diff --git a/src/App.tsx b/src/App.tsx index 7c5187d..15498fa 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -60,70 +60,65 @@ function App() { return ( <> -
- - -
- {isSearching ? ( - - ) : view === 'favoritter' ? ( - - ) : ( - + + +
+ {isSearching ? ( + + ) : view === 'favoritter' ? ( + + ) : ( + + )} +
+ + {selectedMovie && ( + setSelectedMovie(null)} /> )} -
- - {selectedMovie && ( - setSelectedMovie(null)} - /> - )} - -
+ + -