More admin verb conversion & Secrets panel overhaul (#17893)

* More admin verb conversion & Secrets panel overhaul

* convert to tsx

* Rest of the secrets update

* Update secrets.dm

* ummm

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Selis
2025-06-28 22:10:16 +02:00
committed by GitHub
co-authored by Kashargul
parent 947ae7e83d
commit 8e7345eb2e
73 changed files with 1949 additions and 1179 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//DO NOT ADD MORE TO THIS FILE.
//Use vv_do_topic()!
/client/proc/view_var_Topic(href, href_list, hsrc)
if((usr.client != src) || check_rights(R_HOLDER))
if((usr.client != src) || !check_rights(R_HOLDER))
return
var/datum/target = locate(href_list["target"])
if(istype(target))