convert game saved to snackbar, index.html is nearly empty now

This commit is contained in:
Olivier Gagnon
2021-09-25 14:10:32 -04:00
parent d49fea4cbc
commit 97624395c1
4 changed files with 33 additions and 7 deletions
+2
View File
@@ -66,6 +66,7 @@ import { CharacterOverview } from "./React/CharacterOverview";
import { BladeburnerCinematic } from "../Bladeburner/ui/BladeburnerCinematic";
import { workerScripts } from "../Netscript/WorkerScripts";
import { Unclickable } from "../Exploits/Unclickable";
import { Snackbar } from "./React/Snackbar";
import { enterBitNode } from "../RedPill";
import { Context } from "./Context";
@@ -392,6 +393,7 @@ export function GameRoot({ player, engine, terminal }: IProps): React.ReactEleme
</Box>
)}
<Unclickable />
<Snackbar />
</Context.Router.Provider>
</Context.Player.Provider>
);