From 0d72c363b57e9a84025cf2959244691dda86f317 Mon Sep 17 00:00:00 2001 From: nickofolas Date: Wed, 4 May 2022 20:26:55 -0500 Subject: [PATCH 1/2] Make it more obvious when augmentations are owned --- src/Augmentation/ui/PurchasableAugmentations.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Augmentation/ui/PurchasableAugmentations.tsx b/src/Augmentation/ui/PurchasableAugmentations.tsx index cb90ad644..2ed5050f3 100644 --- a/src/Augmentation/ui/PurchasableAugmentations.tsx +++ b/src/Augmentation/ui/PurchasableAugmentations.tsx @@ -219,6 +219,7 @@ export function PurchasableAugmentation(props: IPurchasableAugProps): React.Reac textOverflow: "ellipsis", whiteSpace: "nowrap", overflow: "hidden", + color: props.owned ? Settings.theme.disabled : Settings.theme.primary, }} > {aug.name} From 449ec4dee2a43977a8df5a5962b2b76b54b86ed7 Mon Sep 17 00:00:00 2001 From: nickofolas Date: Thu, 5 May 2022 09:23:10 -0500 Subject: [PATCH 2/2] Add faction name to top of augs page --- src/Faction/ui/AugmentationsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faction/ui/AugmentationsPage.tsx b/src/Faction/ui/AugmentationsPage.tsx index d86af05b0..cb3b8cc45 100644 --- a/src/Faction/ui/AugmentationsPage.tsx +++ b/src/Faction/ui/AugmentationsPage.tsx @@ -145,7 +145,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement { <> - Faction Augmentations + Faction Augmentations - {props.faction.name} These are all of the Augmentations that are available to purchase from {props.faction.name}.