From d8596aa5e1ca6c8c40193b7a6f4f575e19769825 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Thu, 16 Jan 2025 16:16:50 +0100 Subject: [PATCH] Added property validation --- .idea/.idea.HopFrame/.idea/workspace.xml | 22 +++--- src/HopFrame.Core/Config/PropertyConfig.cs | 13 +++- .../Implementations/ContextExplorer.cs | 7 ++ .../Components/Dialogs/HopFrameEditor.razor | 69 +++++++++++++++---- testing/HopFrame.Testing/Program.cs | 14 ++++ 5 files changed, 101 insertions(+), 24 deletions(-) diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml index cafd9ca..3892c01 100644 --- a/.idea/.idea.HopFrame/.idea/workspace.xml +++ b/.idea/.idea.HopFrame/.idea/workspace.xml @@ -9,14 +9,11 @@