-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
fix(nuxt,schema): allow showing spa loader til after hydration #29776
Merged
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
344940a
fix(nuxt, schema) Keep showing the spa-loading-template until suspensβ¦
RokeAlvo 70cbf80
Merge remote-tracking branch 'origin/main' into fix/21721-spa-loading
danielroe 096b6d6
[autofix.ci] apply automated fixes
autofix-ci[bot] aed5212
Merge branch 'main' into fix/21721-spa-loading
RokeAlvo ffe807b
add experimental.spaPreloaderOutside flag
RokeAlvo b4a279d
add tests for sapPreloaderOutside
RokeAlvo 872da31
Merge branch 'main' into fix/21721-spa-loading
RokeAlvo 45a5a54
[autofix.ci] apply automated fixes
autofix-ci[bot] d2491a0
Merge branch 'main' into fix/21721-spa-loading
RokeAlvo 86db10e
Merge branch 'main' into fix/21721-spa-loading
RokeAlvo 84d1bcb
perf: tree-shake spa loader handling
danielroe e1c89be
Merge remote-tracking branch 'origin/main' into fix/21721-spa-loading
danielroe aa830c5
chore: initialise strings within spa template
danielroe 07cd634
fix: set default `spaPreloaderOutside` when `compatibilityVersion: 4`
danielroe 020f212
refactor: rename to `spaLoadingTemplateLocation`
danielroe 4b5b8ce
docs: add documentation
danielroe 6ca7600
chore: remove default value for `spaLoaderAttrs`
danielroe df1d397
chore: lint
danielroe ef927bb
test: use correct test id
danielroe 24a0253
Merge branch 'main' into fix/21721-spa-loading
RokeAlvo f4106a7
chore: add back default id value for spaLoaderAttrs
danielroe c5f3d53
skip test in dev mode
RokeAlvo 86b6be7
Merge branch 'main' into fix/21721-spa-loading
RokeAlvo 29f0663
Merge remote-tracking branch 'origin/main' into fix/21721-spa-loading
danielroe a7726ad
test: remove server dir
danielroe 7ac69b6
chore: update workspace name
danielroe 0651291
chore: remove comment
danielroe 2da2115
tetst: remove newline
danielroe db27a07
fix: global re
danielroe 2f778d2
chore: returns too
danielroe fcf076d
Merge remote-tracking branch 'origin/main' into fix/21721-spa-loading
danielroe 967c861
chore: add engines
danielroe b9ae10c
test: update bundle size
danielroe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: returns too
- Loading branch information
commit 2f778d2a367b63a1079029b816e81d62cb3fbdd9
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how to fix it.