From cad51c47bda4c7dfd1dac66d502df80ba1d6ec60 Mon Sep 17 00:00:00 2001 From: Dudley C Date: Sat, 11 Sep 2021 14:18:01 +0900 Subject: [PATCH 1/2] get ignored scrubed --- .gitignore | 1 + src/TestPanel.js | 55 ++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 54 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6e6b43f..a237c2a 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +.vscode/settings.json diff --git a/src/TestPanel.js b/src/TestPanel.js index 32f8102..82bdc18 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -426,6 +426,8 @@ const [classSkillTreeWindowOpen,setClassSkillTreeWindowOpen] = useState(false) const [treePage,setTreePage] = useState(1) const [weaponSelectWindowOpen,setWeaponSelectWindowOpen] = useState(false) const [armorSelectWindowOpen,setArmorSelectWindowOpen] = useState(false) +const [augmentSelectWindowOpen,setAugmentSelectWindowOpen] = useState(false) + const [selectedWeapon,setSelectedWeapon] = useState([]) const [selectedArmor1,setSelectedArmor1] = useState([]) @@ -657,7 +659,7 @@ useEffect(()=>{
-

Edit

+
{setAugmentSelectWindowOpen(true)}}>

Edit

Soulspring Unit Lv.3
Fixa Attack Lv.3
@@ -702,7 +704,7 @@ useEffect(()=>{

Ability Details

Stat Adjustment

-
+
  • Dynamo Unit Lv.3
  • Fixa Attack Lv.3
  • @@ -942,6 +944,55 @@ useEffect(()=>{ foodPointData={foodPointData} setFoodPointData={setFoodPointData}/> +{setAugmentSelectWindowOpen(false)}} shouldFocusAfterRender={true} shouldCloseOnOverlayClick={true} shouldCloseOnEsc={true} className="modal" overlayClassName="modalOverlay"> +
    +
    +

    Equipped Weapon

    +
    +

    {GetSpecialWeaponName(selectedWeapon)}

    +
    +

    Edit

    + +40
    +
    + + {weaponPage === 1 ? + +
    +

    Ability Details

    +

    Stat Adjustment

    +
    +
      +
    • Dynamo Unit Lv.3
    • +
    • Fixa Attack Lv.3
    • +
    • test
    • +
    • test
    • +
    • test
    • +
    • test
    • +
    +
    +
    + + + + + + + + + + + +
    HP+99
    PP+9
    +
    +
    + : + <>hi2 + } + + +
    + +
    ) } From b1e6e6d089c5f6db98e1e1663697dec47dba083f Mon Sep 17 00:00:00 2001 From: Dudley C Date: Sat, 11 Sep 2021 15:32:24 +0900 Subject: [PATCH 2/2] sig said that commit comments dont matter whooooooooooooooooa --- src/TestPanel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TestPanel.js b/src/TestPanel.js index 82bdc18..81aad72 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -315,7 +315,7 @@ function FoodItem(p) { }, { name:"Potency", - icon:"pot", + icon:"", val:potency }, { @@ -340,7 +340,7 @@ function FoodItem(p) { }, { name:"Weak Point Damage", - icon:"atk", + icon:"", val:weak_point_dmg }] @@ -357,7 +357,7 @@ function FoodItem(p) {
 
- {boosts.filter((val)=>val.val).map((val=>Up))} + {boosts.filter((val)=>val.val).map((val=>))}
{e.stopPropagation();modifyPoints(name,-1)}}>-