From 48082b64f84514259855e98818bb4ec95a73f290 Mon Sep 17 00:00:00 2001 From: Mike McGhen Date: Mon, 25 Aug 2025 20:56:42 -0400 Subject: [PATCH] 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. --- .../Components/Pages/SearchMovies.razor | 124 ++++++++++++++---- .../Components/Pages/SearchShows.razor | 13 +- 2 files changed, 106 insertions(+), 31 deletions(-) diff --git a/MovieActorLookup/Components/Pages/SearchMovies.razor b/MovieActorLookup/Components/Pages/SearchMovies.razor index 6e58e5c..37e2bdf 100644 --- a/MovieActorLookup/Components/Pages/SearchMovies.razor +++ b/MovieActorLookup/Components/Pages/SearchMovies.razor @@ -10,7 +10,7 @@
@@ -26,7 +26,7 @@ @bind="_movieTitle" placeholder="Enter movie title..." @onkeypress="@(async (e) => { if (e.Key == "Enter") await SearchForActorAndCharacters(); })" /> -
🎬
+
-
🎭
+
@@ -74,25 +74,20 @@ @if (_matchedMovie != null) {
-

Your Search Match

-