Skip to content

fix: table re-render without debounce#6104

Merged
varonix0 merged 2 commits intomainfrom
daniel/fix-table-render
Apr 21, 2026
Merged

fix: table re-render without debounce#6104
varonix0 merged 2 commits intomainfrom
daniel/fix-table-render

Conversation

@varonix0
Copy link
Copy Markdown
Member

Context

ResourceSearchInput now manages its own state for the text field. It debounces every 500ms and only calls onChange with the debounced value. The overview page now has a single searchFilter state that only updates when the debounced value arrives from the input

Type

  • Fix
  • Feature
  • Improvement
  • Breaking
  • Docs
  • Chore

Checklist

  • Title follows the conventional commit format: type(scope): short description (scope is optional, e.g., fix: prevent crash on sync or fix(api): handle null response).
  • Tested locally
  • Updated docs (if needed)
  • Updated CLAUDE.md files (if needed)
  • Read the contributing guide

@varonix0 varonix0 self-assigned this Apr 21, 2026
@maidul98
Copy link
Copy Markdown
Collaborator

maidul98 commented Apr 21, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@varonix0 varonix0 force-pushed the daniel/fix-table-render branch from e68c23b to ba9a9dd Compare April 21, 2026 02:46
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e68c23b280

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Copy link
Copy Markdown
Contributor

@scott-ray-wilson scott-ray-wilson left a comment

Choose a reason for hiding this comment

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

LGTM

@varonix0 varonix0 merged commit a7cf5c6 into main Apr 21, 2026
8 checks passed
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.

3 participants