Open robertknight opened 5 days ago
The DataTable
component has a loading
prop that enables a built-in loading indicator. That is what we should use, although I think it needs some visual tweaks as the current loading indicator is quite large and it doesn't look good particularly if it very briefly flashes on screen while the content is loading.
When group members are loaded, the user just sees a blank table. This is OK if the group members load quickly, but confusing if there is a delay for any reason.
See https://github.com/hypothesis/h/pull/9079 for context.