Fixes 26694#28330
Conversation
chirag-madlani
left a comment
There was a problem hiding this comment.
Add playwright test for the covering case
🟡 Playwright Results — all passed (11 flaky)✅ 4246 passed · ❌ 0 failed · 🟡 11 flaky · ⏭️ 87 skipped
🟡 11 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
Code Review ✅ Approved 1 resolved / 1 findingsRefactors ExploreV1 UI components and resolves stale closure issues in exploreLeftPanel. No issues found. ✅ 1 resolved✅ Bug: exploreLeftPanel useMemo still has incomplete dependencies
OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|



Describe your changes:
Fixes #26694
I worked on ExploreV1.component.tsx to work up the stale closure in exploreLeftPanel and handled the double navigation in handleAdvanceSearchQuickFiltersChange
Type of change:
High-level design:
N/A — small change.
Tests:
Use cases covered
Unit tests
Playwright (UI) tests
Manual testing performed
UI screen recording / screenshots:
Screen Recording 2026-05-21 at 1.39.41 PM
Checklist:
Fixes <issue-number>: <short explanation>Fixes #<issue-number>above.Summary by Gitar
antdbuttons and switches inExploreV1withui-core-componentsandDropdownfor a consistent design language.ExploreV1.test.tsxto reflect the UI component migrations and updated test interactions accordingly.This will update automatically on new commits.