Publisher pages lazy imports, pt2#5461
Merged
edisile merged 1 commit intopublisher-lazy-importfrom Nov 19, 2025
Merged
Conversation
ilayda-cp
approved these changes
Nov 19, 2025
This was referenced Nov 19, 2025
edisile
added a commit
that referenced
this pull request
Nov 25, 2025
* Publisher pages lazy imports, pt1 (#5460) * feature: lazy Suspense wrapper component * feature: lazy import AccountDetails * fix: linting * feature: importComponent test * feature: lazy import snap management pages (#5461) * Publisher pages lazy import, pt3 (#5465) * chore: restructure snaps management pages layout * feature: test SnapsManagementLayout * chore: cleanup * fix: old broken tests * feature: better coverage for tabs and breadcrumbs * fix: comments to explain TODO items * Publisher pages lazy import, pt4 (#5471) * feature: lazy import account snaps and name registration pages * fix: use Link components for SPA navigation * Publisher pages lazy import, pt5 (#5476) * fix: use Link components for SPA navigation * feature: lazy import models, model details and policies pages * chore: refactor model page layout to fix ugly rerender * fix: use default loader * fix: bad useQuery key (fix #5452) * fix: test that now fails * Publisher pages lazy import, pt6 (#5477) * feature: lazy load more brand store pages * fix: ignore AbortError when using AbourController.abort() * feature: lazy load validations sets and keys pages (#5478) * fix: /admin page redirect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Done
Due to how these pages are implemented (the breadcrumbs and tabs are rendered inside in each component rather than in a common layout) there will be an ugly redraw that will be addressed in another PR.
How to QA
Testing