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
|
556bb38589
|
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 |
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 |
Norbert Maciaszek
|
2c329e9ff3
|
Add Drizzle ORM configuration and database schema for movie management app
|
2025-08-05 16:27:33 +02:00 |