Refactor shop.jsx #96
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since the integration of webpack, there is no real reason to keep all the code in single file. Components may be split between files, to make them easier to navigate and reuse. Overall maintainability should increase after reorganization of components.
Also upcoming shop options may be reorganized as well.
Refactor
checkAlerts()
function (and warnings system, to fix the #108) to make it more generic and flexible, so various warnings can be added at any time. For now it is >300 lines of hot mess.