wehaveweneed / whwn-dep

Light-weight inventory management for humanitarians. [deprecated - see new repo]
whwn.org
0 stars 0 forks source link

Disable UI until all page elements are loaded. #1

Open wesvetter opened 11 years ago

wesvetter commented 11 years ago

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.