On production servers, it's very easy to start clicking buttons before everything finishes loading, causing unpredictable behavior that we can't control. It makes sense to disable all active UI elements until all necessary page elements are loaded.
An example would be clicking 'Add Item' before the inventory fetch request finishes.
On production servers, it's very easy to start clicking buttons before everything finishes loading, causing unpredictable behavior that we can't control. It makes sense to disable all active UI elements until all necessary page elements are loaded.
An example would be clicking 'Add Item' before the inventory fetch request finishes.