moviebox/src
Norbert Maciaszek fd642832c1 fix: simplify movie page 2025-08-17 22:50:47 +02:00
..
app fix: simplify movie page 2025-08-17 22:50:47 +02:00
components fix: simplify movie page 2025-08-17 22:50:47 +02:00
hooks Add SWR for data fetching and implement useSWRStorage hook: update package.json and package-lock.json to include SWR dependency, and create a custom hook for managing localStorage with SWR for improved data persistence. 2025-08-16 13:42:33 +02:00
lib Add movie details and cast components: implement Page, HeroMovie, and MovieCast components to display detailed movie information, including cast, genres, and financial data. Integrate new BackButton and GenreLabel components for enhanced navigation and presentation. 2025-08-17 19:56:38 +02:00
types Add migration for movies table: create a new movies table with necessary fields, migrate existing data from the old movies table, and update database schema to reflect changes. 2025-08-11 23:52:04 +02:00