From 0d6a6299c49cc7796944b6276567059d84d53fa0 Mon Sep 17 00:00:00 2001 From: Artur Date: Tue, 30 Jun 2020 18:22:57 +0300 Subject: [PATCH] More fixes --- .../tgui/interfaces/TelecommsInteraction.js | 13 +- .../tgui/interfaces/TelecommsLogBrowser.js | 169 ++++++------ .../tgui/interfaces/TelecommsMonitor.js | 261 ++++++++++-------- tgui/packages/tgui/public/tgui.bundle.js | 2 +- 4 files changed, 243 insertions(+), 202 deletions(-) diff --git a/tgui/packages/tgui/interfaces/TelecommsInteraction.js b/tgui/packages/tgui/interfaces/TelecommsInteraction.js index 829a4d9152..27d4443070 100644 --- a/tgui/packages/tgui/interfaces/TelecommsInteraction.js +++ b/tgui/packages/tgui/interfaces/TelecommsInteraction.js @@ -1,8 +1,9 @@ import { Fragment } from 'inferno'; +import { Window } from '../layouts'; import { useBackend } from '../backend'; import { toFixed } from 'common/math'; import { RADIO_CHANNELS } from '../constants'; -import { Button, LabeledList, NumberInput, NoticeBox, Section, Input, Window } from '../components'; +import { Button, LabeledList, NumberInput, NoticeBox, Section, Input } from '../components'; export const TelecommsInteraction = (props, context) => { const { act, data } = useBackend(context); @@ -24,7 +25,7 @@ export const TelecommsInteraction = (props, context) => { isbus = false, } = machine; return ( - + {!!notice && ( @@ -96,9 +97,11 @@ export const TelecommsInteraction = (props, context) => { {isbus ? (