Commit Graph

6 Commits

Author SHA1 Message Date
mmcghen 9f238ebafc Remove redundant comments and update list initialization
Removed unnecessary inline comments from SearchMovies.razor, SearchShows.razor, Movie.cs, and MovieService.cs to improve code readability. Also updated Movie.Results list initialization to use collection expression syntax.
2025-08-25 20:59:05 -04:00
mmcghen 48082b64f8 Replace emoji icons with Bootstrap icons in search pages
Updated SearchMovies.razor and SearchShows.razor to use Bootstrap icon classes instead of emoji icons for navigation, input, and state indicators. Also improved the matched movie result layout and styling in SearchMovies.razor for a more modern and consistent UI.
2025-08-25 20:56:42 -04:00
mmcghen 1dbcc39bc7 Redesign movie and show search pages with new UI
Major UI/UX overhaul for SearchMovies.razor and SearchShows.razor, including new navigation toggles, animated search forms, improved results display, and enhanced styling. Moved layout and header styles from MainLayout.razor to CSS, unified button styles on Home.razor, and added interactive elements and animations for a more engaging user experience.
2025-08-25 20:26:37 -04:00
mmcghen 7c88bf9909 NavBar layout achieved 2025-08-25 14:03:24 -04:00
mmcghen 7de11a5340 Initial overhaul of Movie Search 2025-08-23 12:45:14 -04:00
mmcghen 74efad656a first push 2025-05-06 10:37:33 -04:00