This repository was archived by the owner on Sep 10, 2021. It is now read-only.
This release is packaged with the qri backend v0.8.1
This release contains two major updates. First, we have fixed pagination throughout the app! Not only do our dataset lists paginate correctly, but we have added preliminary pagination to the dataset body. Second, we have added storybook to our app for help with development and design. So far there is a short list of components that you can view on storybook, but we plan on continuing to add components as we work on them. We used storybook to iterate on the new DownloadBar
component, which features in the readonly version of the webapp, and it allowed for quicker iteration. We are pumped to continue to use it in the future.
Bug Fixes
- Button: fix logic in download button! (27594d4)
- pagination: fixes pagination on datasets, registry datasets, profiles, search results, and history (2633d76)
- scss: Use valid monospace font name (#494) (f5b2d6c)
- StructureForm: make json-schema link an ExternalLink (#496) (7ba8a42), closes #495
- storybook: add custom webpack file to storybook config to load scss (5edae8d)