-
Notifications
You must be signed in to change notification settings - Fork 467
refactor: restore FeaturesPage RTK Query migration with MV and CR fixes #6469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Docker builds report
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6469 +/- ##
=======================================
Coverage 98.07% 98.07%
=======================================
Files 1294 1294
Lines 46535 46537 +2
=======================================
+ Hits 45637 45639 +2
Misses 898 898 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0926c8f to
f7540cc
Compare
f7540cc to
459f824
Compare
4270d2a to
459f824
Compare
f57bbe0 to
ed0388b
Compare
frontend/web/components/pages/features/components/FeaturesTableFilters.tsx
Show resolved
Hide resolved
a88c82d to
e62b0b8
Compare
frontend/web/components/pages/features/hooks/useToggleFeatureWithToast.ts
Show resolved
Hide resolved
a5984e5 to
fa112b5
Compare
The service.ts had refetchOnFocus: true configured, but without calling setupListeners() from RTK Query, the window focus event listener was never set up. This restores the refetch-on-focus behaviour that existed in the old FeaturesPage.js implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
QA Plan ENV V1 bisList view (compact and normal views)
In modal
|
QA Plan ENV V1 With change requestsList view (compact and normal views)
In modal
|
Known Issue - Value Filter ClearThere's a known issue where the "Clear all" filters button doesn't properly clear the Value filter due to race conditions with debounced state. Issue: #6523 This will be addressed in a follow-up PR as it requires changes to the shared |
QA Plan ENV V2 With change requestsList view (compact and normal views)
In modal
|
…29-revert-6428-revert-6361-refactor/migrate-critical-components-featurespagejs-2
Summary
Restores the FeaturesPage RTK Query migration
Changes
Test Plan
Automated (E2E)
Manual Testing
QA List
Related Issues