Enhance SheetHeader component: add error handling, implement loading states, support conditional rendering for attributes, and improve state management with useCallback.

This commit is contained in:
2025-07-12 20:13:48 +02:00
parent 44f60270eb
commit 2a1d0a470f
3 changed files with 168 additions and 97 deletions

View File

@@ -61,19 +61,23 @@
}
],
"attributeAdjustmentSelected": "ATTR_3",
"ae": 0,
"kp": 0,
"lp": 0,
"ae": 15,
"kp": 15,
"lp": 15,
"sp": 2,
"permanentAE": {
"lost": 0,
"lost": 3,
"redeemed": 0
},
"permanentKP": {
"lost": 0,
"lost": 2,
"redeemed": 0
},
"permanentLP": {
"lost": 0
"lost": 12
},
"permanentSP": {
"lost": 1
}
},
"activatable": {