From b6a7c508db98c04e4fad6b52f1b595b5644d5e21 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Mon, 27 Jan 2025 17:58:40 +0100 Subject: [PATCH] Implemented async delegates --- .idea/.idea.HopFrame/.idea/workspace.xml | 43 ++++++++++------ src/HopFrame.Core/Config/PropertyConfig.cs | 28 ++++++++--- src/HopFrame.Core/Config/TableConfig.cs | 11 ++++ src/HopFrame.Core/Services/ITableManager.cs | 2 +- .../Services/Implementations/TableManager.cs | 12 ++--- .../Components/Dialogs/HopFrameEditor.razor | 6 +-- .../Components/Pages/HopFrameTablePage.razor | 2 +- .../Services/DisplayPropertyTests.cs | 50 +++++++++---------- 8 files changed, 97 insertions(+), 57 deletions(-) diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml index b43db74..92837c1 100644 --- a/.idea/.idea.HopFrame/.idea/workspace.xml +++ b/.idea/.idea.HopFrame/.idea/workspace.xml @@ -11,16 +11,14 @@