mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes some tgui bluescreen issues (#91292)
## About The Pull Request Fixes #90730 both `localstorage.remainingStorage` and `marquee` are invalid this century  ## Why It's Good For The Game Bug fix ## Changelog 🆑 fix: Fixed unwrapped tgui bluescreen text /🆑
This commit is contained in:
@@ -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) => {
|
||||
<LabeledList.Item label="Keys in use">
|
||||
{localStorage.length}
|
||||
</LabeledList.Item>
|
||||
<LabeledList.Item label="Remaining space">
|
||||
{formatSiUnit(localStorage.remainingSpace, 0, 'B')}
|
||||
</LabeledList.Item>
|
||||
</LabeledList>
|
||||
</Section>
|
||||
);
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<!-- Inlined metadata -->
|
||||
@@ -35,12 +34,12 @@ ooooo ooo . .oooooo. .oooooo..o
|
||||
8 `888 888 . `88b d88' oo .d8P
|
||||
o8o `8 "888" `Y8bood8P' 8""88888P'
|
||||
</div>
|
||||
<marquee class="FatalError__header">
|
||||
<p class="FatalError__header">
|
||||
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.
|
||||
</marquee>
|
||||
</p>
|
||||
<div id="FatalError__stack" class="FatalError__stack"></div>
|
||||
<div class="FatalError__footer">
|
||||
<!-- tgui:nt-copyright -->
|
||||
|
||||
Reference in New Issue
Block a user