refactors statpanel to use tgui API (#66971)

refactors the status panel to utilize the tgui/byond communication APIs instead of passing along href data, as well as converts the entirety of it into a datum/tgui_window

Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
This commit is contained in:
magatsuchi
2022-05-16 07:12:05 +03:00
committed by GitHub
co-authored by Aleksej Komarov
parent b245c72994
commit bea9387458
20 changed files with 1421 additions and 1421 deletions
+1 -1
View File
@@ -837,7 +837,7 @@ GLOBAL_PROTECT(admin_verbs_hideable)
set name = "Debug Stat Panel"
set category = "Debug"
src << output("", "statbrowser:create_debug")
src.stat_panel.send_message("create_debug")
/client/proc/admin_2fa_verify()
set name = "Verify Admin"