From 93dbe4f51c2bfb25a6a0cc9e5e94da741c3618b4 Mon Sep 17 00:00:00 2001 From: Kayla Glick Date: Mon, 19 Feb 2024 13:39:54 -0500 Subject: [PATCH 1/2] add gear picker note --- ui/core/components/gear_picker.tsx | 13 +++++++++++++ ui/scss/core/components/_gear_picker.scss | 1 + 2 files changed, 14 insertions(+) diff --git a/ui/core/components/gear_picker.tsx b/ui/core/components/gear_picker.tsx index 85e343690a..fecbe5442b 100644 --- a/ui/core/components/gear_picker.tsx +++ b/ui/core/components/gear_picker.tsx @@ -425,6 +425,19 @@ export class SelectorModal extends BaseModal { this.contentElem = this.rootElem.querySelector('.selector-modal-tab-content') as HTMLElement; this.setData(); + + this.body.appendChild( +
+ + + If gear is missing check the selected phase and your gear filters. +
+ If the problem persists, save any un-saved data, click the + + to open your sim options, then click the "Restore Defaults". +
+
+ ) } // Could be 'Items' 'Enchants' or 'Gem1'-'Gem3' diff --git a/ui/scss/core/components/_gear_picker.scss b/ui/scss/core/components/_gear_picker.scss index 3e07b9938e..f6f24ec911 100644 --- a/ui/scss/core/components/_gear_picker.scss +++ b/ui/scss/core/components/_gear_picker.scss @@ -219,6 +219,7 @@ overflow-y: auto; overflow-x: hidden; padding: 0; + margin-bottom: 0; &.hide-ep { .selector-modal-list-item-ep { From 924c57c7748a61a33c0fb75c38373f4213b78d0f Mon Sep 17 00:00:00 2001 From: Kayla Glick Date: Mon, 19 Feb 2024 13:41:58 -0500 Subject: [PATCH 2/2] add comma --- ui/core/components/gear_picker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/core/components/gear_picker.tsx b/ui/core/components/gear_picker.tsx index fecbe5442b..c720b9bc13 100644 --- a/ui/core/components/gear_picker.tsx +++ b/ui/core/components/gear_picker.tsx @@ -430,7 +430,7 @@ export class SelectorModal extends BaseModal {
- If gear is missing check the selected phase and your gear filters. + If gear is missing, check the selected phase and your gear filters.
If the problem persists, save any un-saved data, click the