kids-first / kf-ui-fhir-data-dashboard

💡📊 Prototype FHIR data dashboard - what's in my FHIR server?
Apache License 2.0
7 stars 2 forks source link

Enable switch server drop down while resources are loading #62

Closed znatty22 closed 4 years ago

znatty22 commented 4 years ago

Right now I can't interrupt the resource fetching to switch servers because the server drop down is disabled while the page's resource requests are going out. I have to wait until the page is populated.

image

It would be nice if I could interrupt the resource fetching to switch servers. Use cases for this are: current server has an issue and is taking too long to respond, made a mistake with the server I want to connect to and want to switch without waiting for page to load.

abgeorge7 commented 4 years ago

In my redesign, I'm looking at having the server selection page be first so that if an env var isn't set, the user can pick the server first before resources load.