From 81c0b1e17436c434cbefc9e5ae6ad2634e7cf30e Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Thu, 9 Dec 2021 00:05:42 +0100 Subject: [PATCH] Add admin logs window pop out button, default to docked Default to unmaximized --- .../UI/Logs/AdminLogsControl.xaml | 68 +++ .../UI/Logs/AdminLogsControl.xaml.cs | 432 ++++++++++++++++++ .../Administration/UI/Logs/AdminLogsEui.cs | 99 ++-- .../UI/Logs/AdminLogsWindow.xaml | 67 +-- .../UI/Logs/AdminLogsWindow.xaml.cs | 424 +---------------- .../Commands/OpenAdminLogsCommand.cs | 1 - .../Administration/Logs/AdminLogsEui.cs | 2 - .../en-US/administration/ui/admin-logs.ftl | 1 + 8 files changed, 575 insertions(+), 519 deletions(-) create mode 100644 Content.Client/Administration/UI/Logs/AdminLogsControl.xaml create mode 100644 Content.Client/Administration/UI/Logs/AdminLogsControl.xaml.cs diff --git a/Content.Client/Administration/UI/Logs/AdminLogsControl.xaml b/Content.Client/Administration/UI/Logs/AdminLogsControl.xaml new file mode 100644 index 0000000000..fc091c9999 --- /dev/null +++ b/Content.Client/Administration/UI/Logs/AdminLogsControl.xaml @@ -0,0 +1,68 @@ + + + + + + + + +