From 23c5115c99fd64052b721988767718241f186b20 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Wed, 5 Feb 2025 17:35:12 +0100 Subject: [PATCH] Added plugin buttons --- .idea/.idea.HopFrame/.idea/workspace.xml | 24 +++-- .../Components/Pages/HopFrameTablePage.razor | 41 ++++++-- .../Plugins/Events/PageInitializedEvent.cs | 93 +++++++++++++++++++ src/HopFrame.Web/Plugins/HopFramePlugin.cs | 6 +- testing/HopFrame.Testing/Program.cs | 2 - testing/HopFrame.Testing/TestPlugin.cs | 26 ------ 6 files changed, 145 insertions(+), 47 deletions(-) create mode 100644 src/HopFrame.Web/Plugins/Events/PageInitializedEvent.cs delete mode 100644 testing/HopFrame.Testing/TestPlugin.cs diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml index 041222e..fe37142 100644 --- a/.idea/.idea.HopFrame/.idea/workspace.xml +++ b/.idea/.idea.HopFrame/.idea/workspace.xml @@ -11,12 +11,11 @@