From ce2f0512cb93ec5f3df77c14c299394a8763dfa4 Mon Sep 17 00:00:00 2001 From: kawa Date: Thu, 4 Jun 2026 11:32:34 +0200 Subject: [PATCH] Fixed site discovery process that did not return all the sites --- Components/Layout/MainLayout.razor | 2 +- Components/Pages/Settings.razor | 30 +++-- SPToolbox-logo-ico.png | Bin 0 -> 72300 bytes Services/SiteDiscoveryService.cs | 145 +++++++++++++++------- wwwroot/SPToolbox-logo-ico.png | Bin 0 -> 72300 bytes wwwroot/app.css | 6 +- wwwroot/easter-egg.jpg | Bin 0 -> 116184 bytes wwwroot/js/app.js | 190 +++++++++++++++++++++++++++++ wwwroot/screamer.jpg | Bin 0 -> 12918 bytes wwwroot/seb-egg.jpg | Bin 0 -> 15297 bytes 10 files changed, 315 insertions(+), 58 deletions(-) create mode 100644 SPToolbox-logo-ico.png create mode 100644 wwwroot/SPToolbox-logo-ico.png create mode 100644 wwwroot/easter-egg.jpg create mode 100644 wwwroot/screamer.jpg create mode 100644 wwwroot/seb-egg.jpg diff --git a/Components/Layout/MainLayout.razor b/Components/Layout/MainLayout.razor index 46c12f1..2d3a5dd 100644 --- a/Components/Layout/MainLayout.razor +++ b/Components/Layout/MainLayout.razor @@ -21,7 +21,7 @@