small tweaks

proper theme

search + input bar theming

properly functional input theme

rebuild
This commit is contained in:
Rob Bailey
2019-11-20 20:46:55 -08:00
committed by Emmett Gaines
parent 494dac37fa
commit 525d39d9f1
8 changed files with 291 additions and 49 deletions

View File

@@ -56,6 +56,7 @@ import { SuitStorageUnit } from './interfaces/SuitStorageUnit';
import { TankDispenser } from './interfaces/TankDispenser';
import { ThermoMachine } from './interfaces/ThermoMachine';
import { TurbineComputer } from './interfaces/TurbineComputer';
import { Uplink } from './interfaces/Uplink';
import { VaultController } from './interfaces/VaultController';
import { Wires } from './interfaces/Wires';
import { Holodeck } from './interfaces/Holodeck';
@@ -314,6 +315,10 @@ const ROUTES = {
component: () => TurbineComputer,
scrollable: false,
},
uplink: {
component: () => Uplink,
scrollable: true,
},
vault_controller: {
component: () => VaultController,
scrollable: false,