From af4689d726ea2aceab70b664dcf6f8dd2271a967 Mon Sep 17 00:00:00 2001 From: Norbert Maciaszek Date: Mon, 25 Aug 2025 23:00:53 +0200 Subject: [PATCH] refactor: update Pagination and MovieList components for improved styling and functionality; adjust Button themes, enhance movie loading logic, and ensure consistent display of search results --- src/components/atoms/Pagination/index.tsx | 10 +++-- src/components/molecules/MovieList/index.tsx | 22 ++++----- .../molecules/SearchMovies/index.tsx | 45 ++++++++++--------- 3 files changed, 41 insertions(+), 36 deletions(-) diff --git a/src/components/atoms/Pagination/index.tsx b/src/components/atoms/Pagination/index.tsx index ed1e8cc..795190d 100644 --- a/src/components/atoms/Pagination/index.tsx +++ b/src/components/atoms/Pagination/index.tsx @@ -13,12 +13,13 @@ export const Pagination: FC = ({ onPageChange, }) => { return ( -