diff --git a/css/menupages.scss b/css/menupages.scss index 9e1c7cc6d..b97dadc36 100644 --- a/css/menupages.scss +++ b/css/menupages.scss @@ -12,6 +12,11 @@ overflow-y: scroll; } +#generic-react-container { + position: fixed; + padding: 10px; +} + /* Character Info */ #character-container { padding-top: 10px; diff --git a/src/Augmentation/ui/Root.tsx b/src/Augmentation/ui/Root.tsx index b363e4763..aaabd43d7 100644 --- a/src/Augmentation/ui/Root.tsx +++ b/src/Augmentation/ui/Root.tsx @@ -44,47 +44,49 @@ export class AugmentationsRoot extends React.Component { } return ( -
-

Purchased Augmentations

-

- Below is a list of all Augmentations you have purchased but not yet installed. Click the button below to - install them. -

-

WARNING: Installing your Augmentations resets most of your progress, including:

-
-

- Stats/Skill levels and Experience

-

- Money

-

- Scripts on every computer but your home computer

-

- Purchased servers

-

- Hacknet Nodes

-

- Faction/Company reputation

-

- Stocks

-
-

- Installing Augmentations lets you start over with the perks and benefits granted by all of the Augmentations - you have ever installed. Also, you will keep any scripts and RAM/Core upgrades on your home computer (but you - will lose all programs besides NUKE.exe) -

- - - -

Installed Augmentations

-

- {`List of all Augmentations ${Player.sourceFiles.length > 0 ? "and Source Files " : ""} ` + - `that have been installed. You have gained the effects of these.`} -

- -

- +
+
+

Purchased Augmentations

+

+ Below is a list of all Augmentations you have purchased but not yet installed. Click the button below to + install them. +

+

WARNING: Installing your Augmentations resets most of your progress, including:

+
+

- Stats/Skill levels and Experience

+

- Money

+

- Scripts on every computer but your home computer

+

- Purchased servers

+

- Hacknet Nodes

+

- Faction/Company reputation

+

- Stocks

+
+

+ Installing Augmentations lets you start over with the perks and benefits granted by all of the Augmentations + you have ever installed. Also, you will keep any scripts and RAM/Core upgrades on your home computer (but + you will lose all programs besides NUKE.exe) +

+ + + +

Installed Augmentations

+

+ {`List of all Augmentations ${Player.sourceFiles.length > 0 ? "and Source Files " : ""} ` + + `that have been installed. You have gained the effects of these.`} +

+ +

+ +
); } diff --git a/src/Bladeburner/ui/Root.tsx b/src/Bladeburner/ui/Root.tsx index 1fc293c77..c66b045f0 100644 --- a/src/Bladeburner/ui/Root.tsx +++ b/src/Bladeburner/ui/Root.tsx @@ -15,7 +15,7 @@ interface IProps { export function Root(props: IProps): React.ReactElement { return ( - <> +
- +
); } diff --git a/src/Corporation/ui/CorporationRoot.tsx b/src/Corporation/ui/CorporationRoot.tsx index 0895703bc..d6b655f41 100644 --- a/src/Corporation/ui/CorporationRoot.tsx +++ b/src/Corporation/ui/CorporationRoot.tsx @@ -56,7 +56,7 @@ export function CorporationRoot(props: IProps): React.ReactElement { }, []); return ( - <> +
- +
); } diff --git a/src/DevMenu.tsx b/src/DevMenu.tsx index 8f56df0fe..b7c9910d7 100644 --- a/src/DevMenu.tsx +++ b/src/DevMenu.tsx @@ -757,7 +757,7 @@ export function DevMenuRoot(props: IProps): React.ReactElement { } return ( -
+

Development Menu - Only meant to be used for testing/debugging

diff --git a/src/Faction/FactionHelpers.jsx b/src/Faction/FactionHelpers.jsx index e8769b689..eca8288a7 100644 --- a/src/Faction/FactionHelpers.jsx +++ b/src/Faction/FactionHelpers.jsx @@ -86,7 +86,7 @@ export function displayFactionContent(factionName, initiallyOnAugmentationsPage p={Player} startHackingMissionFn={startHackingMission} />, - Engine.Display.factionContent, + Engine.Display.content, ); } diff --git a/src/Faction/ui/FactionList.tsx b/src/Faction/ui/FactionList.tsx index 358771ed2..6633e0590 100644 --- a/src/Faction/ui/FactionList.tsx +++ b/src/Faction/ui/FactionList.tsx @@ -24,7 +24,7 @@ export function FactionList(props: IProps): React.ReactElement { } return ( - <> +

Factions

Lists all factions you have joined


@@ -60,6 +60,6 @@ export function FactionList(props: IProps): React.ReactElement { ))} - +
); } diff --git a/src/Faction/ui/Root.tsx b/src/Faction/ui/Root.tsx index 8a4652794..ba9cbae46 100644 --- a/src/Faction/ui/Root.tsx +++ b/src/Faction/ui/Root.tsx @@ -223,7 +223,7 @@ export class FactionRoot extends React.Component { } return ( -
+

{faction.name}

{canAccessGang &&