mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
uplink (#47727)
small tweaks proper theme search + input bar theming properly functional input theme rebuild
This commit is contained in:
committed by
Emmett Gaines
parent
494dac37fa
commit
525d39d9f1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user