hsunami10 / LDR-App-client

0 stars 0 forks source link

handle loading and showing an alert bug #35

Closed hsunami10 closed 6 years ago

hsunami10 commented 6 years ago

When the user performs an AJAX request and the app state is set to "loading", and the requests finishes and the app state is set to "not loading" and an alert is shown, the alert closes automatically and the loading hangs

hsunami10 commented 6 years ago

fixed: only show loading when on the current route, and use FullScreenLoading instead of SpinnerOverlay