-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds "loading" and "no data" messages to graphical and tabular displays when relevant #303
base: main
Are you sure you want to change the base?
Conversation
…ys when data is loading or not available
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me know if the UI aligns with the styling you had in mind. Currently both messages are zIndex: 10
hovering in the top right corner of the graphical and tabular views.
const visibleFeatures = [...seenFeatures.entries()].filter((entry) => { | ||
const [, feature] = entry | ||
return ( | ||
feature.start > visibleRegion.start && feature.end < visibleRegion.end |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re: styling, for the table it might be better to have it centred in the table like a data grid MUI component, subjective though
resolves #286
summary of changes
loading messages:
no data message: