Skip to content

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

Open
yoganandaness wants to merge 3 commits into
developfrom
copilot/experiments-debounce-600
Open

fix(frontend): set experiments table search debounce interval to 600ms#1545
yoganandaness wants to merge 3 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

Copy link
Copy Markdown
Contributor

Copilot AI commented May 29, 2026

@copilot get the debounce time to 600ms from 100

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

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.

4 participants