diff --git a/src/TestPanel.js b/src/TestPanel.js index d485a1a..7168b2b 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -81,7 +81,7 @@ function EditableClass(p){ function PopupWindow(p) { return {p.setModalOpen(false)}} shouldFocusAfterRender={true} shouldCloseOnOverlayClick={true} shouldCloseOnEsc={true} className="modal" overlayClassName="modalOverlay"> -
+

{p.title}

{p.showCloseButton&&
{p.setModalOpen(false)}}>
} @@ -739,27 +739,7 @@ useEffect(()=>{ -
-
-

To Do List

-
-
UI
-
Grids. Grids everywhere.
-
Finish "Item Details" for Weapons/Armor
-
Class Skill Window Mobile View
-
Enemy Stats Box
-
Food/Buffs Menu
-
Get all the fckn icons
-
Functionality
-
Food/Buffs Menu
-
Augments
-
Save/Load Build
-
fOrMuLaS
-
Data
-
Skill Trees
-
Everything tbh
-
-
+ diff --git a/src/style.css b/src/style.css index f706793..2654c17 100644 --- a/src/style.css +++ b/src/style.css @@ -594,6 +594,7 @@ header a { "img properties controls controls"; gap: 5px 0; border-bottom: 4px solid transparent; + cursor: pointer; } .itemWrapperActive { background-color: rgba(255,192,0,0.25);