From 87b45d138f7cb31e3cecbd07a69736db8916661d Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Mon, 21 Jul 2025 22:42:32 +0200 Subject: [PATCH] some fixes (#18030) * some fixes * . * observer state * . * . * . * . * fix * update * bun up --- .prettierignore | 1 + biome.json | 5 +- code/datums/ghost_spawn.dm | 2 +- dependencies.sh | 2 +- html/create_object.html | 236 ++++++++---------- tgui/bun.lock | 6 +- tgui/package.json | 4 +- tgui/packages/tgui/components/NanoMap.tsx | 1 - .../WikiPages/WikiSubPages/WikiBloodTable.tsx | 230 +++++++++++++++++ tools/build/package.json | 2 +- tools/dm-invalid-utf8-discovery/index.js | 6 +- tools/nano-tester/index.js | 10 +- tools/playsound_finder/index.js | 26 +- 13 files changed, 371 insertions(+), 160 deletions(-) create mode 100644 tgui/packages/tgui/interfaces/PublicLibraryWiki/WikiPages/WikiSubPages/WikiBloodTable.tsx diff --git a/.prettierignore b/.prettierignore index bfb94bab391..5e6414db00e 100644 --- a/.prettierignore +++ b/.prettierignore @@ -8,6 +8,7 @@ juke **/dist **/node_modules html/templates +html/create_object.html # File names / types *.min.* diff --git a/biome.json b/biome.json index 81114a5cc9a..7f8442ce907 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.1.1/schema.json", + "$schema": "https://biomejs.dev/schemas/2.1.2/schema.json", "assist": { "actions": { "source": { @@ -50,7 +50,8 @@ "noDangerouslySetInnerHtml": "off" }, "style": { - "noNonNullAssertion": "off" + "noNonNullAssertion": "off", + "useSelfClosingElements": "error" }, "suspicious": { "noArrayIndexKey": "off", diff --git a/code/datums/ghost_spawn.dm b/code/datums/ghost_spawn.dm index f56146e1270..01bb3a9073a 100644 --- a/code/datums/ghost_spawn.dm +++ b/code/datums/ghost_spawn.dm @@ -11,7 +11,7 @@ GLOBAL_VAR_INIT(allowed_ghost_spawns, 2) var/active_tab = GHOST_POD_TAB /datum/tgui_module/ghost_spawn_menu/tgui_state(mob/user) - return GLOB.tgui_self_state + return GLOB.tgui_observer_state /datum/tgui_module/ghost_spawn_menu/tgui_close(mob/user) . = ..() diff --git a/dependencies.sh b/dependencies.sh index ad77875b17d..1ec51a8aebe 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -17,7 +17,7 @@ export RUST_G_VERSION=3.11.0 export NODE_VERSION_LTS=22.14.0 # Bun version -export BUN_VERSION=1.2.18 +export BUN_VERSION=1.2.19 # SpacemanDMM git tag export SPACEMAN_DMM_VERSION=suite-1.10 diff --git a/html/create_object.html b/html/create_object.html index 92f4bf29e89..c9b8b091b3a 100644 --- a/html/create_object.html +++ b/html/create_object.html @@ -1,149 +1,129 @@ -
-