From 17f2b8bff64a1247a5e8e78e37ca791e92effe02 Mon Sep 17 00:00:00 2001 From: Anton Chubov Date: Mon, 12 Jun 2023 23:30:31 +0300 Subject: [PATCH 1/2] WIP Ability to copy admin logs Set of AdminLogsLabel have been changed to single TextEdit Recieved logs now stored in class's field Only content of TextEdit refreshes on filter changes Filters now recieve base SharedAdminLog as input instead AdminLogLabel TODO: Add autoscroll to the end --- .../UI/Logs/AdminLogsControl.xaml | 4 +- .../UI/Logs/AdminLogsControl.xaml.cs | 78 +++++++++---------- 2 files changed, 37 insertions(+), 45 deletions(-) diff --git a/Content.Client/Administration/UI/Logs/AdminLogsControl.xaml b/Content.Client/Administration/UI/Logs/AdminLogsControl.xaml index 9d3506c6ba04f2..e5bc610f7ff462 100644 --- a/Content.Client/Administration/UI/Logs/AdminLogsControl.xaml +++ b/Content.Client/Administration/UI/Logs/AdminLogsControl.xaml @@ -61,8 +61,8 @@