Skip to content

fix(frontend): set experiments table search debounce interval to 600ms - #1545

Merged
yoganandaness merged 7 commits into
developfrom
copilot/experiments-debounce-600
Jun 8, 2026
Merged

fix(frontend): set experiments table search debounce interval to 600ms#1545
yoganandaness merged 7 commits into
developfrom
copilot/experiments-debounce-600

Conversation

@yoganandaness

Copy link
Copy Markdown
Contributor

Description

Updated the experiments table search debounce interval to 600ms in the frontend to align with the intended behavior.

Motivation and Context

The experiments table debounce value needed to be standardized to 600ms to match expected search behavior and avoid premature search triggering.

How Has This Been Tested

  • Ran frontend/e2e lint checks:
    • cd apps/e2e && npm run lint
  • Performed debounce interval validation sweep during implementation (100, 200, 300, 400, 500, 600) and confirmed the expected behavior pattern for the timing assertion used during verification.

Fixes

N/A

Changes

  • Frontend change:
    • Updated debounceInterval for experiments table search in apps/frontend/src/components/experiment/ExperimentsTable.tsx.

Depends on

N/A

Tests included/Docs Updated?

  • I have added tests to cover my changes.
  • All relevant doc has been updated

@yoganandaness
yoganandaness requested a review from a team as a code owner May 29, 2026 10:05
@yoganandaness
yoganandaness requested review from EdwardHaynes, Junjiequan, ellen-wright and jekabs-karklins and removed request for a team May 29, 2026 10:05
data={fetchExperimentsData}
options={{
search: true,
debounceInterval: 100,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is debounceInterval: 100 equal to 600ms?

@yoganandaness

Copy link
Copy Markdown
Contributor Author

@copilot get the debounce time to 600ms from 100

Copilot AI commented May 29, 2026

Copy link
Copy Markdown
Contributor

@copilot get the debounce time to 600ms from 100

Updated in commit f9b3c1b: debounceInterval is now set to 600 in ExperimentsTable.tsx.

@yoganandaness
yoganandaness requested review from TCMeldrum and removed request for EdwardHaynes and ellen-wright June 2, 2026 12:25

@zacharyjhankin zacharyjhankin left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yoganandaness
yoganandaness enabled auto-merge (squash) June 4, 2026 10:58
@yoganandaness
yoganandaness merged commit 2f0633f into develop Jun 8, 2026
36 of 37 checks passed
@yoganandaness
yoganandaness deleted the copilot/experiments-debounce-600 branch June 8, 2026 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants