helix-website icon indicating copy to clipboard operation
helix-website copied to clipboard

fix(rum-explorer): introduces 3s debounce to filter input field

Open ekremney opened this issue 1 year ago • 1 comments

Description

This update adds debounce functionality to an input field, where input events trigger a 3-second delay before updating the state and redrawing for better user experience.

Related Issue

none

Motivation and Context

This change improves responsiveness and usability by reducing frequent updates caused by rapid typing in the input field. The debounce delay optimizes performance by limiting the frequency of updates.

How Has This Been Tested?

on my local

Screenshots (if appropriate):

none

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x] I have signed the Adobe Open Source CLA.
  • [x] My code follows the code style of this project.
  • [x] My change requires a change to the documentation.
  • [x] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [x] I have added tests to cover my changes.
  • [x] All new and existing tests passed.

ekremney avatar Oct 31 '24 13:10 ekremney

@ekremney move the branch to the current repo, test again, then merge.

trieloff avatar Feb 20 '25 00:02 trieloff

@vdua @ekremney please raise a new PR from the adobe repo

trieloff avatar Oct 09 '25 09:10 trieloff