From 6d0c75ceff71938ec69de115b2533d10dd4fb2c9 Mon Sep 17 00:00:00 2001
From: Masu-Baumgartner <68913099+Masu-Baumgartner@users.noreply.github.com>
Date: Tue, 29 Oct 2024 16:13:53 +0100
Subject: [PATCH] Smaller ui adjustments
---
.../UI/Screens/AuthenticationScreen.razor | 6 ++---
.../UI/Views/Admin/Sys/Index.razor | 17 +++++--------
Moonlight.Client/wwwroot/js/moonlight.js | 25 ++++++++++++++-----
3 files changed, 28 insertions(+), 20 deletions(-)
diff --git a/Moonlight.Client/UI/Screens/AuthenticationScreen.razor b/Moonlight.Client/UI/Screens/AuthenticationScreen.razor
index 2fdc2862..cd6298a2 100644
--- a/Moonlight.Client/UI/Screens/AuthenticationScreen.razor
+++ b/Moonlight.Client/UI/Screens/AuthenticationScreen.razor
@@ -131,8 +131,8 @@ else
$"&redirect_uri={authStartData.RedirectUri}" +
$"&response_type=code";
- Navigation.NavigateTo(uri, true);
- return;
+ //Navigation.NavigateTo(uri, true);
+ //return;
try
{
@@ -140,7 +140,7 @@ else
uri,
"OAuth2 Flow",
600,
- 450
+ 470
);
IsAuthenticating = true;
diff --git a/Moonlight.Client/UI/Views/Admin/Sys/Index.razor b/Moonlight.Client/UI/Views/Admin/Sys/Index.razor
index be694ea7..92dfaddb 100644
--- a/Moonlight.Client/UI/Views/Admin/Sys/Index.razor
+++ b/Moonlight.Client/UI/Views/Admin/Sys/Index.razor
@@ -11,17 +11,12 @@