forked from AdrianBZG/InterMine-Data-Browser-Tool
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display loading indicators while content is loading (#88)
This commit displays indicators while content is loading. Because the PieChart and BarChart components are managed by `recharts`, I could not use `blueprintjs` skeleton classes. Therefore these have manual loading effects, and may appear slightly different than the table, which uses the `blueprintjs` skeleton class. Progress bars were added as an extra visual indicator for people with bad eyesight. Building the search index for the constraints is now done in a web worker so that the UI does not hang up while loading data. Closes: #87 Squashed commits: * Upgrade yarn to 2.1 * Show loader for pie chart * show progress bar * Show loader for bar chart * Show loader for table chart * Fix: index large data for searching in a web worker
- Loading branch information
Showing
20 changed files
with
800 additions
and
157 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.