ivanceras / diwata

A user-friendly database interface
Apache License 2.0
395 stars 15 forks source link

Loading of window perception time is too long #1

Closed ivanceras closed 6 years ago

ivanceras commented 6 years ago

Loading of a window takes a long time, since the init function also fetches the records to be displayed in the window as well. To overcome this, the window has to be initialize and displayed first and then the loading of the records will have to kick in afterwards.

ivanceras commented 6 years ago

Perception of load-time seems to improve when displaying the loading indicators.