From f39dde70a0bddcdd2894c69194cd484f34eb7aa6 Mon Sep 17 00:00:00 2001 From: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Date: Mon, 26 May 2025 06:32:44 -0700 Subject: [PATCH] Fixes some tgui bluescreen issues (#91292) ## About The Pull Request Fixes #90730 both `localstorage.remainingStorage` and `marquee` are invalid this century ![image](https://github.com/user-attachments/assets/b9fda011-1bb9-460e-8a2d-e418bfa70021) ## Why It's Good For The Game Bug fix ## Changelog :cl: fix: Fixed unwrapped tgui bluescreen text /:cl: --- tgui/packages/tgui/stories/Storage.stories.tsx | 4 ---- tgui/public/tgui.html | 5 ++--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/tgui/packages/tgui/stories/Storage.stories.tsx b/tgui/packages/tgui/stories/Storage.stories.tsx index 5c63cf82be4..c5234a1e31d 100644 --- a/tgui/packages/tgui/stories/Storage.stories.tsx +++ b/tgui/packages/tgui/stories/Storage.stories.tsx @@ -6,7 +6,6 @@ import { storage } from 'common/storage'; import { Button, LabeledList, NoticeBox, Section } from 'tgui-core/components'; -import { formatSiUnit } from 'tgui-core/format'; export const meta = { title: 'Storage', @@ -37,9 +36,6 @@ const Story = (props) => { {localStorage.length} - - {formatSiUnit(localStorage.remainingSpace, 0, 'B')} - ); diff --git a/tgui/public/tgui.html b/tgui/public/tgui.html index 3a1dc36332e..923d858279f 100644 --- a/tgui/public/tgui.html +++ b/tgui/public/tgui.html @@ -1,7 +1,6 @@ - @@ -35,12 +34,12 @@ ooooo ooo . .oooooo. .oooooo..o 8 `888 888 . `88b d88' oo .d8P o8o `8 "888" `Y8bood8P' 8""88888P' - +

A fatal exception has occurred at 002B:C562F1B7 in TGUI. The current application will be terminated. Send the copy of the following stack trace to an authorized Nanotrasen incident handler at https://github.com/tgstation/tgstation. Thank you for your cooperation. -

+