mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
The ongoing permissions denied disaster of 2026 (#22609)
well let's try to fix this --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
+10
-3
@@ -47,16 +47,23 @@
|
||||
"useHookAtTopLevel": "off"
|
||||
},
|
||||
"security": {
|
||||
"noDangerouslySetInnerHtml": "warn"
|
||||
"noDangerouslySetInnerHtml": "off"
|
||||
},
|
||||
"style": {
|
||||
"noNonNullAssertion": "off",
|
||||
"useSelfClosingElements": "error"
|
||||
"useSelfClosingElements": "error",
|
||||
"useTemplate": "off",
|
||||
"useNodejsImportProtocol": "off"
|
||||
},
|
||||
"suspicious": {
|
||||
"noArrayIndexKey": "off",
|
||||
"noExplicitAny": "off",
|
||||
"noImplicitAnyLet": "off"
|
||||
"noImplicitAnyLet": "off",
|
||||
"noShadowRestrictedNames": "off"
|
||||
},
|
||||
"complexity": {
|
||||
"noImportantStyles": "off",
|
||||
"useOptionalChain": "off"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -99,7 +99,7 @@ export const InvalidWindow = (props) => {
|
||||
<Section>
|
||||
<BlockQuote>
|
||||
{data.nocons
|
||||
? 'No scanner bed detected.'
|
||||
? 'No scanner bed detected. TEST EDIT'
|
||||
: !data.occupied
|
||||
? 'No occupant detected.'
|
||||
: data.ipc
|
||||
|
||||
@@ -261,7 +261,6 @@ const ManualSection = (act, data) => (
|
||||
gap: '0.75rem',
|
||||
gridTemplateColumns: 'repeat(3, minmax(0, 1fr))',
|
||||
}}
|
||||
border="1px solid"
|
||||
>
|
||||
<ManualControl label="Roll Port">
|
||||
<Button
|
||||
|
||||
@@ -9,11 +9,9 @@ import {
|
||||
DraggableControl,
|
||||
Icon,
|
||||
Input,
|
||||
Knob,
|
||||
LabeledList,
|
||||
NumberInput,
|
||||
Section,
|
||||
Slider,
|
||||
} from 'tgui-core/components';
|
||||
import { useLocalState } from '../backend';
|
||||
|
||||
|
||||
@@ -9,11 +9,9 @@ import {
|
||||
DraggableControl,
|
||||
Icon,
|
||||
Input,
|
||||
Knob,
|
||||
LabeledList,
|
||||
NumberInput,
|
||||
Section,
|
||||
Slider,
|
||||
} from 'tgui-core/components';
|
||||
import { useLocalState } from '../backend';
|
||||
|
||||
|
||||
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user