this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update next

alice a9c31ea0 85fa5cb3

+5 -34
bun.lockb

This is a binary file and will not be displayed.

+1 -1
package.json
··· 18 18 "bookmarkleter": "^1.1.0", 19 19 "eslint": "^9.9.1", 20 20 "eslint-config-next": "^14.2.8", 21 - "next": "14.0.4-canary.4", 21 + "next": "^14.2.8", 22 22 "patch-package": "^8.0.0", 23 23 "postcss": "^8.4.45", 24 24 "prism-react-renderer": "^2.4.0",
-32
patches/next+14.0.4-canary.4.patch
··· 1 - diff --git a/node_modules/next/dist/client/components/app-router.js b/node_modules/next/dist/client/components/app-router.js 2 - index 69d3063..89f154f 100644 3 - --- a/node_modules/next/dist/client/components/app-router.js 4 - +++ b/node_modules/next/dist/client/components/app-router.js 5 - @@ -326,6 +326,11 @@ function copyNextJsInternalHistoryState(data) { 6 - if (!event.persisted || !((_window_history_state = window.history.state) == null ? void 0 : _window_history_state.__PRIVATE_NEXTJS_INTERNALS_TREE)) { 7 - return; 8 - } 9 - + // If restoring from a MPA navigation, globalMutable.pendingMpaPath might be set to 10 - + // the URL we navigated to. This breaks future navigations to that URL, so we need to clear it 11 - + if (globalMutable.pendingMpaPath) { 12 - + globalMutable.pendingMpaPath = undefined; 13 - + } 14 - dispatch({ 15 - type: _routerreducertypes.ACTION_RESTORE, 16 - url: new URL(window.location.href), 17 - diff --git a/node_modules/next/dist/esm/client/components/app-router.js b/node_modules/next/dist/esm/client/components/app-router.js 18 - index d6ee706..a35fb4a 100644 19 - --- a/node_modules/next/dist/esm/client/components/app-router.js 20 - +++ b/node_modules/next/dist/esm/client/components/app-router.js 21 - @@ -295,6 +295,11 @@ function copyNextJsInternalHistoryState(data) { 22 - if (!event.persisted || !((_window_history_state = window.history.state) == null ? void 0 : _window_history_state.__PRIVATE_NEXTJS_INTERNALS_TREE)) { 23 - return; 24 - } 25 - + // If restoring from a MPA navigation, globalMutable.pendingMpaPath might be set to 26 - + // the URL we navigated to. This breaks future navigations to that URL, so we need to clear it 27 - + if (globalMutable.pendingMpaPath) { 28 - + globalMutable.pendingMpaPath = undefined; 29 - + } 30 - dispatch({ 31 - type: ACTION_RESTORE, 32 - url: new URL(window.location.href),
+4 -1
src/app/page.tsx
··· 16 16 <Link href={`${protocol}://likebomb.${host}`}>๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</Link> 17 17 <Link href={`${protocol}://showall.${host}`}>๐Ÿ™ˆ show all bookmarklet ๐Ÿ™ˆ</Link> 18 18 <Link href={`${protocol}://alice.${host}`}>me</Link> 19 + <Link href={`${protocol}://sortinghat.${host}`}>sorting hat</Link> 19 20 {/* <a href={`${protocol}://likebomb.${host}`}>๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</a> 20 21 <a href={`${protocol}://showall.${host}`}>๐Ÿ™ˆ show all bookmarklet ๐Ÿ™ˆ</a> 21 - <a href={`${protocol}://alice.${host}`}>me</a> */} 22 + <a href={`${protocol}://alice.${host}`}>me</a> 23 + <a href={`${protocol}://sortinghat.${host}`}>sorting hat</a> 24 + */} 22 25 </div> 23 26 <footer> 24 27 <Image src="/underconstruction.gif" width={459} height={51} alt="under construction" />