diff --git a/Moonlight.Client/UI/Views/Admin/Sys/Diagnose.razor b/Moonlight.Client/UI/Views/Admin/Sys/Diagnose.razor new file mode 100644 index 00000000..079cf665 --- /dev/null +++ b/Moonlight.Client/UI/Views/Admin/Sys/Diagnose.razor @@ -0,0 +1,46 @@ +@page "/admin/system/diagnose" + +@using MoonCore.Attributes +@using MoonCore.Helpers + +@attribute [RequirePermission("admin.system.diagnose")] + +@inject HttpApiClient ApiClient +@inject DownloadService DownloadService + +
+ If you're experiencing issues or need help via our Discord, you're in the right place here! + By pressing the button below, Moonlight will run all available diagnostic checks and package the results into a + downloadable zip file. + The report includes useful information about your system, plugins, and environment, making it easier to identify problems or share with support. +
+ +