Norbert Maciaszek
|
7a7bc2575b
|
feat: integrate database operations for movie management in global store and UI components; enhance MovieCast with dynamic cast display and button for full cast visibility
|
2025-08-18 00:24:08 +02:00 |
Norbert Maciaszek
|
f88b7ede7d
|
Refactor layout and add new pages for movie browsing and searching: update RootLayout to include GlobalStoreProvider and Navbar, create new Home, Odkrywaj, and Search pages with movie listings and API integration for enhanced user experience.
|
2025-08-16 13:42:42 +02:00 |
Norbert Maciaszek
|
181826cceb
|
Refactor layout components: separate layout with global data into its own file, restore GlobalStoreProvider in the new layout, and update global state management to accept initial movies as a prop for improved data handling.
|
2025-08-09 00:43:15 +02:00 |
Norbert Maciaszek
|
050295babd
|
Refactor global state management for movies: remove initialMovies prop from GlobalStoreProvider, implement useEffect to fetch movies on mount, and update layout metadata for a personalized movie tracking experience.
|
2025-08-08 17:34:37 +02:00 |
Norbert Maciaszek
|
3809110a39
|
Refactor movie filtering and management features: update MovieList and MovieCard components to use new filter props; enhance global store with updateMovie functionality; implement movie state updates for seen and favorite statuses.
|
2025-08-05 22:30:53 +02:00 |
Norbert Maciaszek
|
08d766bf8c
|
Implement global state management for movies; refactor RootLayout to fetch movies and wrap children in GlobalStoreProvider; enhance database schema with additional movie fields and CRUD operations.
|
2025-08-05 21:51:32 +02:00 |