Skip to content

Search loading and Data Table updates

Compare
Choose a tag to compare
@dgading dgading released this 11 Feb 18:41
8989289

Search

A new react content loading library has been added to add a shimmer loading effect for the content in the search content and search sidebar components. Before these sections were basically blank during loading states.

Data Table updates

  • Swap checks for data.values for data.columns when showing or hiding the data table and data table header. This should fix the bug when no results were found, the entire table was removed from the page and needed a reload to try filtering again.
  • When no results are found, a new no results found message appears where the table body should be.

SCSS in dist

When building the library for npm, we now include the raw scss files for use along side the the compiled css. This means if you want to only use some of the scss in your app you can now control what styles are loaded at the app level instead of loading the entire compiled css. This should allow for more component based styling and easier overwrites when customizing your app.