Add wired creator tools monitor and inspection UI

- add the new :wired inspection/monitor panel with furni, user and global tabs

- add live variables, previews, inline editing and keep-selected behavior

- add global room diagnostics placeholders, monitor artwork and server/client timezone display

- add editor support for wf_xtra_text_output_furni_name and related UI texts/assets
This commit is contained in:
Lorenzune
2026-03-27 09:37:13 +01:00
parent ce03a850a5
commit 31e51297e7
10 changed files with 1723 additions and 28 deletions
+1
View File
@@ -66,4 +66,5 @@ export class WiredActionLayoutCode
public static EXECUTION_LIMIT_EXTRA: number = 65;
public static OR_EVAL_EXTRA: number = 66;
public static TEXT_OUTPUT_USERNAME_EXTRA: number = 67;
public static TEXT_OUTPUT_FURNI_NAME_EXTRA: number = 68;
}