GMOD / Apollo3

JBrowse 2 plugin for editing annotations on an Apollo server
Apache License 2.0
6 stars 4 forks source link

"Loading" and "No data" messages #286

Open garrettjstevens opened 9 months ago

garrettjstevens commented 9 months ago

In the graphical display and the tabular display, it would be good to have a "Loading" message while the data is being loaded so the user knows that something is happening.

When the loading is finished, if there is no data to show in the displayed area, the tabular display should also show a "No data in this region" or some sort of other message.

May need to add a loading status flag to the client data store.

garrettjstevens commented 9 months ago

Possible implementation for loading message:

I'll have to think more about the "No data" message