From 2256a59f9aa5a09af14b54a36ed72a71a8fa0939 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Sat, 1 Feb 2025 16:15:28 +0100 Subject: [PATCH] Added custom views --- .idea/.idea.HopFrame/.idea/workspace.xml | 76 ++++++++++++------- .../Components/HopFrameCard.razor | 35 +++++++++ .../Components/Layout/HopFrameLayout.razor | 21 ++++- .../Components/Layout/HopFrameSideMenu.razor | 26 +++++++ .../Components/Pages/HopFrameHome.razor | 37 +++++---- .../HopFrameConfiguratorExtensions.cs | 32 ++++++++ src/HopFrame.Web/Models/CustomView.cs | 54 +++++++++++++ .../Components/Pages/Counter.razor | 2 + testing/HopFrame.Testing/Program.cs | 10 ++- 9 files changed, 246 insertions(+), 47 deletions(-) create mode 100644 src/HopFrame.Web/Components/HopFrameCard.razor create mode 100644 src/HopFrame.Web/HopFrameConfiguratorExtensions.cs create mode 100644 src/HopFrame.Web/Models/CustomView.cs diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml index a488f67..9b21c57 100644 --- a/.idea/.idea.HopFrame/.idea/workspace.xml +++ b/.idea/.idea.HopFrame/.idea/workspace.xml @@ -11,8 +11,15 @@