158 loading debounce
Created by: ri-pandey
Description
Adds debounce to the new DatasetSelect. Adds loading indicators to the SearchAndSelect widget, and to the Project-Datasets table.
Related Issue(s)
Closes #158 (closed)
Changes Made
-
Feature added -
Code refactored -
Documentation updated -
Other changes: - Added loading indicators to Project-Dataset table and DatasetSelect
- Added debounce to the DatasetSelect search input
Screenshots (if applicable)
The GIF shows results for 3 inputs
- single letter 'c'
- 'c' followed by 'm'. The second input is typed after the debounced search for the first input kicks in.
- 'c' followed by 'm'. The second input is typed before the debounced search for the first input kicks in.
Search results are same for 2. and 3.
Checklist
Before submitting this PR, please make sure that:
-
Your code passes linting and coding style checks. -
Documentation has been updated to reflect the changes. -
You have reviewed your own code and resolved any merge conflicts. -
You have requested a review from at least one team member. -
Any relevant issue(s) have been linked to this PR.