-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replace navigation guard
onBeforeRouteUpdate()
with deep watcher …
…to fix the timing of query cannot get the `fetchedPage` as route hasn't changed at that time + `queryStartedAtSSR` & `isQueriedBySSR` to fix not timing from the point of fetch started while SSR * rename variable `startTime` to `queryStartedAt`, const `isCached` to `isQueryCached`, `(network|render)Time` to `-Duration` - ref `isRouteNewQuery` as moved scrolling to top from watcher of query timing to waterch of route @ pages/posts.vue * fix ref of `data.pages` fetched from `useInfiniteQuery()` may contain nesting refs at root level: TanStack/query#6657 @ `<RendererList>` * using media query in css instead of js before hydrate like 9603faf for noscript user @ `<PostNav>` * partial revert 8283197 as only scroll to `savedPosition` when it's not scrolling to top * fix regression of `isPathsFirstDirectorySame()` from d5fcc95 @ app/router.options.ts @ fe
- Loading branch information
Showing
4 changed files
with
49 additions
and
21 deletions.
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
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
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
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