Media
![image](https://github.com/user-attachments/assets/e9a50f41-9440-474b-b06f-a4387f12ae0b)
![image](https://github.com/user-attachments/assets/31dc2f1e-f1be-4489-bd6f-9390dfee4e72)
![image](https://github.com/user-attachments/assets/f2507f9a-f4a6-4d64-b554-e648e87ff16f)
![image](https://github.com/user-attachments/assets/724fa5c7-9abf-43e0-9eb0-af4484d00f03)
![image](https://github.com/user-attachments/assets/127e6a39-d0e8-426e-95d7-13f46ca40e17)
![image](https://github.com/user-attachments/assets/3856780a-75ca-4804-8832-1b8eed0be8d2)
![image](https://github.com/user-attachments/assets/eb9b9e88-c6fe-4755-a244-6af5b06acb54)
![image](https://github.com/user-attachments/assets/d0960206-2501-4afa-b030-e00ff0a44c01)
![image](https://github.com/user-attachments/assets/891df87e-d8c4-4c6d-a599-9706d592770e)
---
# Changelog
:cl:
ADMIN:
- add: Add Time Transfer Panel
---------
Co-authored-by: BombasterDS <115770678+BombasterDS@users.noreply.github.com>
Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Co-authored-by: flyingkarii <123355664+flyingkarii@users.noreply.github.com>
---
.../UI/Tabs/AdminTab/AdminTab.xaml | 1 +
.../TimeTransferPanel/TimeTransferEntry.xaml | 28 +++
.../TimeTransferEntry.xaml.cs | 46 ++++
.../TimeTransferPanel/TimeTransferPanel.xaml | 44 ++++
.../TimeTransferPanel.xaml.cs | 210 ++++++++++++++++++
.../TimeTransferPanel/TimeTransferPanelEui.cs | 44 ++++
.../Commands/PlayTimeCommands.cs | 103 +++++++--
.../PlayTimeTrackingManager.cs | 13 ++
.../Commands/TimeTransferPanelCommand.cs | 25 +++
.../Administration/TimeTransferPanelEui.cs | 141 ++++++++++++
.../Administration/TimeTransferPanelEui.cs | 61 +++++
.../administration/time_transfer.ftl | 23 ++
12 files changed, 725 insertions(+), 14 deletions(-)
create mode 100644 Content.Client/_Goobstation/Administration/UI/TimeTransferPanel/TimeTransferEntry.xaml
create mode 100644 Content.Client/_Goobstation/Administration/UI/TimeTransferPanel/TimeTransferEntry.xaml.cs
create mode 100644 Content.Client/_Goobstation/Administration/UI/TimeTransferPanel/TimeTransferPanel.xaml
create mode 100644 Content.Client/_Goobstation/Administration/UI/TimeTransferPanel/TimeTransferPanel.xaml.cs
create mode 100644 Content.Client/_Goobstation/Administration/UI/TimeTransferPanel/TimeTransferPanelEui.cs
create mode 100644 Content.Server/_Goobstation/Administration/Commands/TimeTransferPanelCommand.cs
create mode 100644 Content.Server/_Goobstation/Administration/TimeTransferPanelEui.cs
create mode 100644 Content.Shared/_Goobstation/Administration/TimeTransferPanelEui.cs
create mode 100644 Resources/Locale/en-US/_Goobstation/administration/time_transfer.ftl
diff --git a/Content.Client/Administration/UI/Tabs/AdminTab/AdminTab.xaml b/Content.Client/Administration/UI/Tabs/AdminTab/AdminTab.xaml
index 8b68487547f..c5452731fc9 100644
--- a/Content.Client/Administration/UI/Tabs/AdminTab/AdminTab.xaml
+++ b/Content.Client/Administration/UI/Tabs/AdminTab/AdminTab.xaml
@@ -16,6 +16,7 @@