floratos-lab/geworkbench-web

freezing the application during data loading

Closed this issue · 1 comments

The current implementation chose to freeze the application during potentially long data loading. This is problematic. Instead, it should disable certain part of functionality - even more parts than strictly necessary is OK - and leave the application responsive.

UploadDataUI.java

A relatively large refactoring is done for UploadDataUI.java, which covers many code problems beyond this issue.