From 2ddb76ce92ed772488e5cfac5c6bbd3cc78d75eb Mon Sep 17 00:00:00 2001 From: Kriszti Date: Fri, 9 Feb 2024 15:23:45 +0100 Subject: [PATCH] javascript fix, gallery fix, accordion fix --- .../Client/wwwroot/index.html | 13 +- .../Components/Layout/HeroComponent.razor | 2 +- .../Components/Layout/JsInjectComponent.razor | 46 ++ .../Shared/Components/Layout/MainLayout.razor | 24 +- .../Components/Layout/NavbarComponent.razor | 2 +- .../Layout/SuperHeroComponent.razor | 19 +- .../Shared/Components/Pages/Gallery.razor | 553 +++++++++--------- .../Shared/Components/Pages/Help.razor | 14 + .../Shared/Components/Pages/Index.razor | 14 + .../wwwroot/assets/css/style.css | 3 +- .../wwwroot/assets/js/scripts.js | 30 +- .../assets/vendor/isotope/jquery.isotope.js | 12 +- 12 files changed, 415 insertions(+), 317 deletions(-) create mode 100644 MissNationSharedUI/Shared/Components/Layout/JsInjectComponent.razor diff --git a/MissNationBlazorWASM/Client/wwwroot/index.html b/MissNationBlazorWASM/Client/wwwroot/index.html index 1e96581..34076ca 100644 --- a/MissNationBlazorWASM/Client/wwwroot/index.html +++ b/MissNationBlazorWASM/Client/wwwroot/index.html @@ -8,7 +8,7 @@ - + @@ -65,35 +65,36 @@ + + + + - + diff --git a/MissNationSharedUI/Shared/Components/Layout/HeroComponent.razor b/MissNationSharedUI/Shared/Components/Layout/HeroComponent.razor index 6ef553e..6810fdb 100644 --- a/MissNationSharedUI/Shared/Components/Layout/HeroComponent.razor +++ b/MissNationSharedUI/Shared/Components/Layout/HeroComponent.razor @@ -1,6 +1,6 @@