Skip to content

158 loading debounce

ryanlong requested to merge 158-loading-debounce into main

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

  1. single letter 'c'
  2. 'c' followed by 'm'. The second input is typed after the debounced search for the first input kicks in.
  3. '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.

Feb-21-2024 10-52-50

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.

Merge request reports

Loading