From 43fda30a016faae5404985c8a782f2e3f963571f Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Wed, 5 Feb 2025 17:56:08 +0100 Subject: [PATCH] Added default button removal feature --- .idea/.idea.HopFrame/.idea/workspace.xml | 25 ++++++++++++------- .../Components/Pages/HopFrameTablePage.razor | 15 ++++++----- ...lizedEvent.cs => TableInitializedEvent.cs} | 10 +++++++- .../Plugins/Internal/PluginOrchestrator.cs | 1 - 4 files changed, 34 insertions(+), 17 deletions(-) rename src/HopFrame.Web/Plugins/Events/{PageInitializedEvent.cs => TableInitializedEvent.cs} (87%) diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml index fe37142..8e6c065 100644 --- a/.idea/.idea.HopFrame/.idea/workspace.xml +++ b/.idea/.idea.HopFrame/.idea/workspace.xml @@ -11,12 +11,11 @@