Skip to content

Conversation

@latonv
Copy link
Contributor

@latonv latonv commented Jun 25, 2025

When the management UI is opened, we attempt to load a larger first page of results, which entails resetting any pages that have been loaded in already. Currently this invalidates all fetches in progress by the data source, including facet fetches.

However, since the facets will be the same with either result set, we do still want those fetches to succeed. This PR ensures we do not invalidate facet fetches when resetting the result pages for item management.

@github-actions
Copy link

github-actions bot commented Jun 25, 2025

PR Preview Action v1.6.1
Preview removed because the pull request was closed.
2025-06-26 18:44 UTC

@codecov
Copy link

codecov bot commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.71%. Comparing base (3a10a9e) to head (70c8133).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #459      +/-   ##
==========================================
+ Coverage   92.69%   92.71%   +0.02%     
==========================================
  Files         109      109              
  Lines       17488    17490       +2     
  Branches     1368     1372       +4     
==========================================
+ Hits        16210    16216       +6     
+ Misses       1215     1211       -4     
  Partials       63       63              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@latonv latonv merged commit 8e7d167 into main Jun 26, 2025
4 checks passed
@latonv latonv deleted the webdev7587-manage-facets branch June 26, 2025 18:43
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