ImagingDataCommons / IDC-WebApp

Web Application front end for IDC (CORE REPO)
Apache License 2.0
6 stars 2 forks source link

Show load indicator and disallow selection until left side content is fully loaded #1420

Open fedorov opened 1 month ago

fedorov commented 1 month ago

Currently, initial list is loaded sorted by Alpha, and there is no indication to the user that the page is not fully loaded. After several seconds, when the page is loaded, the list is sorted by count, and the list is completely changed.

The problem with the current behavior is that while the page is not fully loaded, the checkboxes can still be checked. Even more confusing, the actual checkbox label will change between the time user checked and selection is applied!