From 2c50a229662916bb87221d26890ae675513b4366 Mon Sep 17 00:00:00 2001 From: TGyAkos Date: Thu, 5 Mar 2026 00:13:05 +0100 Subject: [PATCH 1/9] add ability to add multiple categories/pages to events --- .config/StartSch.run.xml | 2 +- StartSch/Components/Pages/EventEditPage.razor | 109 +++++++++++++++++- StartSch/Data/CollaborationRequest.cs | 18 +++ StartSch/Data/Db.cs | 5 +- .../Sqlite/SqliteDbModelSnapshot.cs | 66 +++++++++++ StartSch/Services/UserInfoService.cs | 13 ++- 6 files changed, 205 insertions(+), 8 deletions(-) create mode 100644 StartSch/Data/CollaborationRequest.cs diff --git a/.config/StartSch.run.xml b/.config/StartSch.run.xml index b2b73e62..7d8ad232 100644 --- a/.config/StartSch.run.xml +++ b/.config/StartSch.run.xml @@ -1,5 +1,5 @@ - +