vibe-pal 0.65.0 → 0.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +5 -5
  3. package/.next/build-manifest.json +3 -3
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/react-loadable-manifest.json +2 -2
  6. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  7. package/.next/server/app/_global-error.html +2 -2
  8. package/.next/server/app/_global-error.rsc +1 -1
  9. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  10. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  16. package/.next/server/app/_not-found.html +2 -2
  17. package/.next/server/app/_not-found.rsc +2 -2
  18. package/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  19. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  20. package/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  21. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  22. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  24. package/.next/server/app/api/component-source/resolve/route_client-reference-manifest.js +1 -1
  25. package/.next/server/app/api/credentials/github/repos/route_client-reference-manifest.js +1 -1
  26. package/.next/server/app/api/credentials/route_client-reference-manifest.js +1 -1
  27. package/.next/server/app/api/file-thumbnail/route_client-reference-manifest.js +1 -1
  28. package/.next/server/app/api/fs/open/route_client-reference-manifest.js +1 -1
  29. package/.next/server/app/api/fs/open-terminal/route_client-reference-manifest.js +1 -1
  30. package/.next/server/app/api/git/action/route.js +1 -1
  31. package/.next/server/app/api/git/action/route.js.nft.json +1 -1
  32. package/.next/server/app/api/git/action/route_client-reference-manifest.js +1 -1
  33. package/.next/server/app/api/git/branches/route_client-reference-manifest.js +1 -1
  34. package/.next/server/app/api/git/diff/route.js +1 -1
  35. package/.next/server/app/api/git/diff/route.js.nft.json +1 -1
  36. package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -1
  37. package/.next/server/app/api/git/log/route_client-reference-manifest.js +1 -1
  38. package/.next/server/app/api/git/repo-credentials/route.js +3 -3
  39. package/.next/server/app/api/git/repo-credentials/route_client-reference-manifest.js +1 -1
  40. package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -1
  41. package/.next/server/app/api/notifications/route_client-reference-manifest.js +1 -1
  42. package/.next/server/app/api/notifications/session-list/socket/route_client-reference-manifest.js +1 -1
  43. package/.next/server/app/api/notifications/socket/route_client-reference-manifest.js +1 -1
  44. package/.next/server/app/api/preview-proxy/start/route_client-reference-manifest.js +1 -1
  45. package/.next/server/app/api/projects/clone/route_client-reference-manifest.js +1 -1
  46. package/.next/server/app/api/projects/icon/route_client-reference-manifest.js +1 -1
  47. package/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
  48. package/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
  49. package/.next/server/app/credentials/page.js +2 -2
  50. package/.next/server/app/credentials/page_client-reference-manifest.js +1 -1
  51. package/.next/server/app/credentials.html +2 -2
  52. package/.next/server/app/credentials.rsc +3 -3
  53. package/.next/server/app/credentials.segments/_full.segment.rsc +3 -3
  54. package/.next/server/app/credentials.segments/_head.segment.rsc +1 -1
  55. package/.next/server/app/credentials.segments/_index.segment.rsc +2 -2
  56. package/.next/server/app/credentials.segments/_tree.segment.rsc +2 -2
  57. package/.next/server/app/credentials.segments/credentials/__PAGE__.segment.rsc +2 -2
  58. package/.next/server/app/credentials.segments/credentials.segment.rsc +1 -1
  59. package/.next/server/app/git/changes/page.js +1 -1
  60. package/.next/server/app/git/changes/page.js.nft.json +1 -1
  61. package/.next/server/app/git/changes/page_client-reference-manifest.js +1 -1
  62. package/.next/server/app/git/history/page.js +1 -1
  63. package/.next/server/app/git/history/page.js.nft.json +1 -1
  64. package/.next/server/app/git/history/page_client-reference-manifest.js +1 -1
  65. package/.next/server/app/git/page.js +1 -1
  66. package/.next/server/app/git/page.js.nft.json +1 -1
  67. package/.next/server/app/git/page_client-reference-manifest.js +1 -1
  68. package/.next/server/app/git/stashes/page.js +1 -1
  69. package/.next/server/app/git/stashes/page.js.nft.json +1 -1
  70. package/.next/server/app/git/stashes/page_client-reference-manifest.js +1 -1
  71. package/.next/server/app/index.html +2 -2
  72. package/.next/server/app/index.rsc +4 -4
  73. package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
  74. package/.next/server/app/index.segments/_full.segment.rsc +4 -4
  75. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  76. package/.next/server/app/index.segments/_index.segment.rsc +2 -2
  77. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  78. package/.next/server/app/new/page.js +1 -1
  79. package/.next/server/app/new/page.js.nft.json +1 -1
  80. package/.next/server/app/new/page_client-reference-manifest.js +1 -1
  81. package/.next/server/app/page.js +2 -2
  82. package/.next/server/app/page.js.nft.json +1 -1
  83. package/.next/server/app/page_client-reference-manifest.js +1 -1
  84. package/.next/server/app/session/[sessionId]/page.js +4 -4
  85. package/.next/server/app/session/[sessionId]/page.js.nft.json +1 -1
  86. package/.next/server/app/session/[sessionId]/page_client-reference-manifest.js +1 -1
  87. package/.next/server/app-paths-manifest.json +5 -5
  88. package/.next/server/chunks/2152.js +9 -0
  89. package/.next/server/chunks/{1286.js → 3847.js} +2 -2
  90. package/.next/server/chunks/4161.js +5 -5
  91. package/.next/server/chunks/{780.js → 8511.js} +2 -2
  92. package/.next/server/chunks/8862.js +1 -0
  93. package/.next/server/chunks/{9051.js → 9274.js} +1 -1
  94. package/.next/server/middleware-build-manifest.js +1 -1
  95. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  96. package/.next/server/pages/404.html +2 -2
  97. package/.next/server/pages/500.html +2 -2
  98. package/.next/server/server-reference-manifest.js +1 -1
  99. package/.next/server/server-reference-manifest.json +1 -1
  100. package/.next/static/chunks/1069-2921f1cad4fe5ec9.js +1 -0
  101. package/.next/static/chunks/3898.a5af599e94e9430b.js +1 -0
  102. package/.next/static/chunks/{7352-b0d806f9e340cfe4.js → 7352-4118af0248ceb013.js} +2 -2
  103. package/.next/static/chunks/7808-6843205ee3fcab53.js +9 -0
  104. package/.next/static/chunks/app/credentials/page-25339cb4fe214c0e.js +1 -0
  105. package/.next/static/chunks/app/new/page-ad7e89988edc8828.js +1 -0
  106. package/.next/static/chunks/app/{page-7e940a4581f14210.js → page-258ed61956cf0d4d.js} +1 -1
  107. package/.next/static/chunks/app/session/[sessionId]/page-f13bfbf788bbf081.js +1 -0
  108. package/.next/static/chunks/{webpack-1927ab3f61f717c9.js → webpack-c6ae01c8acb2766a.js} +1 -1
  109. package/.next/static/css/{a66276a8ff1dba7a.css → 566f4be4f03e167c.css} +1 -1
  110. package/package.json +1 -1
  111. package/.next/server/chunks/3435.js +0 -9
  112. package/.next/server/chunks/6778.js +0 -1
  113. package/.next/static/chunks/4700-2b495d9f1736e2b3.js +0 -9
  114. package/.next/static/chunks/8667.de9e6561475942bf.js +0 -1
  115. package/.next/static/chunks/9654-1670af6a9965abdc.js +0 -1
  116. package/.next/static/chunks/app/credentials/page-c385a7059e27860c.js +0 -1
  117. package/.next/static/chunks/app/new/page-69d4cc4779d0788c.js +0 -1
  118. package/.next/static/chunks/app/session/[sessionId]/page-5741cf5cc80a81dc.js +0 -1
  119. /package/.next/static/{76kExlVpqkqzCiJ_pEjU0 → c5cInMftO0RmjkVPjms3F}/_buildManifest.js +0 -0
  120. /package/.next/static/{76kExlVpqkqzCiJ_pEjU0 → c5cInMftO0RmjkVPjms3F}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- 76kExlVpqkqzCiJ_pEjU0
1
+ c5cInMftO0RmjkVPjms3F
@@ -7,27 +7,27 @@
7
7
  "/api/git/action/route": "/api/git/action",
8
8
  "/api/git/branches/route": "/api/git/branches",
9
9
  "/api/git/diff/route": "/api/git/diff",
10
- "/api/git/repo-credentials/route": "/api/git/repo-credentials",
11
10
  "/api/git/log/route": "/api/git/log",
12
11
  "/api/git/status/route": "/api/git/status",
13
- "/api/projects/icon/route": "/api/projects/icon",
12
+ "/api/git/repo-credentials/route": "/api/git/repo-credentials",
14
13
  "/api/projects/clone/route": "/api/projects/clone",
15
- "/api/projects/route": "/api/projects",
14
+ "/api/projects/icon/route": "/api/projects/icon",
16
15
  "/api/settings/route": "/api/settings",
16
+ "/api/projects/route": "/api/projects",
17
17
  "/icon.png/route": "/icon.png",
18
18
  "/api/fs/open-terminal/route": "/api/fs/open-terminal",
19
19
  "/api/fs/open/route": "/api/fs/open",
20
20
  "/api/notifications/session-list/socket/route": "/api/notifications/session-list/socket",
21
21
  "/api/notifications/socket/route": "/api/notifications/socket",
22
+ "/api/component-source/resolve/route": "/api/component-source/resolve",
22
23
  "/api/preview-proxy/start/route": "/api/preview-proxy/start",
23
24
  "/api/notifications/route": "/api/notifications",
24
- "/api/component-source/resolve/route": "/api/component-source/resolve",
25
25
  "/page": "/",
26
26
  "/session/[sessionId]/page": "/session/[sessionId]",
27
27
  "/credentials/page": "/credentials",
28
28
  "/new/page": "/new",
29
29
  "/git/changes/page": "/git/changes",
30
- "/git/stashes/page": "/git/stashes",
31
30
  "/git/page": "/git",
31
+ "/git/stashes/page": "/git/stashes",
32
32
  "/git/history/page": "/git/history"
33
33
  }
@@ -4,11 +4,11 @@
4
4
  ],
5
5
  "devFiles": [],
6
6
  "lowPriorityFiles": [
7
- "static/76kExlVpqkqzCiJ_pEjU0/_buildManifest.js",
8
- "static/76kExlVpqkqzCiJ_pEjU0/_ssgManifest.js"
7
+ "static/c5cInMftO0RmjkVPjms3F/_buildManifest.js",
8
+ "static/c5cInMftO0RmjkVPjms3F/_ssgManifest.js"
9
9
  ],
10
10
  "rootMainFiles": [
11
- "static/chunks/webpack-1927ab3f61f717c9.js",
11
+ "static/chunks/webpack-c6ae01c8acb2766a.js",
12
12
  "static/chunks/4bd1b696-bf5e0dbacfa5baef.js",
13
13
  "static/chunks/3794-cd98b5cd5fb65b19.js",
14
14
  "static/chunks/main-app-a173f7011a061bfc.js"
@@ -131,8 +131,8 @@
131
131
  "dynamicRoutes": {},
132
132
  "notFoundRoutes": [],
133
133
  "preview": {
134
- "previewModeId": "ad9cb6b10f68b352263e58914647f351",
135
- "previewModeSigningKey": "50018d17cbf3955884bf8b307b4730828908d4bb5b4ac257dbba6c926ba3ccb8",
136
- "previewModeEncryptionKey": "8eb28ec47bd2032c06353883b9ec2a055f610589bfd76d6d391f9a8f04988256"
134
+ "previewModeId": "f2e5f54b21585ea9e1432a73639f4bb4",
135
+ "previewModeSigningKey": "bd3783091ec9481ec1f791e359e1ad7730d03c1d77b3669579a76922a245341f",
136
+ "previewModeEncryptionKey": "128e94aacb939a5afa4c25c9d0b8706a70c25a4d3f5657d45193c43ebf511e2a"
137
137
  }
138
138
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "lib/utils.ts -> @/app/actions/config": {
3
- "id": 8667,
3
+ "id": 3898,
4
4
  "files": [
5
- "static/chunks/8667.de9e6561475942bf.js"
5
+ "static/chunks/3898.a5af599e94e9430b.js"
6
6
  ]
7
7
  }
8
8
  }
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"666":{"*":{"id":"6429","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"1810":{"*":{"id":"80336","name":"*","chunks":[],"async":false}},"3871":{"*":{"id":"38478","name":"*","chunks":[],"async":false}},"3905":{"*":{"id":"74373","name":"*","chunks":[],"async":false}},"4015":{"*":{"id":"73829","name":"*","chunks":[],"async":false}},"4249":{"*":{"id":"25113","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4700":{"*":{"id":"56696","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"45229","name":"*","chunks":[],"async":false}},"8002":{"*":{"id":"28620","name":"*","chunks":[],"async":false}},"8437":{"*":{"id":"73836","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"43246","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/palx/palx/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/globals.css":{"id":1743,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/src/app/providers.tsx":{"id":3871,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/src/components/SplatBackground.tsx":{"id":1810,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/image-component.js":{"id":8437,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","9654","static/chunks/9654-1670af6a9965abdc.js","4700","static/chunks/4700-2b495d9f1736e2b3.js","8974","static/chunks/app/page-7e940a4581f14210.js"],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/image-component.js":{"id":8437,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","9654","static/chunks/9654-1670af6a9965abdc.js","4700","static/chunks/4700-2b495d9f1736e2b3.js","8974","static/chunks/app/page-7e940a4581f14210.js"],"async":false},"/home/runner/work/palx/palx/src/components/GitRepoSelector.tsx":{"id":4700,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","9654","static/chunks/9654-1670af6a9965abdc.js","4700","static/chunks/4700-2b495d9f1736e2b3.js","8974","static/chunks/app/page-7e940a4581f14210.js"],"async":false},"/home/runner/work/palx/palx/src/app/session/[sessionId]/SessionPageClient.tsx":{"id":8002,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/credentials/credentials-content.tsx":{"id":4249,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/components/layout/sidebar.tsx":{"id":7185,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/components/workspace-repo-open-tracker.tsx":{"id":9128,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/changes/changes-content.tsx":{"id":4015,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/stashes/stashes-content.tsx":{"id":3905,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/history-content.tsx":{"id":666,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/palx/palx/src/":[],"/home/runner/work/palx/palx/src/app/layout":[{"inlined":false,"path":"static/css/a66276a8ff1dba7a.css"}],"/home/runner/work/palx/palx/src/app/page":[],"/home/runner/work/palx/palx/src/app/_global-error/page":[]},"rscModuleMapping":{"484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"666":{"*":{"id":"49498","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"1810":{"*":{"id":"68122","name":"*","chunks":[],"async":false}},"3871":{"*":{"id":"24709","name":"*","chunks":[],"async":false}},"3905":{"*":{"id":"2447","name":"*","chunks":[],"async":false}},"4015":{"*":{"id":"74267","name":"*","chunks":[],"async":false}},"4249":{"*":{"id":"92430","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"4700":{"*":{"id":"1525","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"49671","name":"*","chunks":[],"async":false}},"8002":{"*":{"id":"68720","name":"*","chunks":[],"async":false}},"8437":{"*":{"id":"58637","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"66920","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"666":{"*":{"id":"6429","name":"*","chunks":[],"async":false}},"697":{"*":{"id":"21976","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"1810":{"*":{"id":"80336","name":"*","chunks":[],"async":false}},"3871":{"*":{"id":"38478","name":"*","chunks":[],"async":false}},"3905":{"*":{"id":"74373","name":"*","chunks":[],"async":false}},"4015":{"*":{"id":"73829","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"4781":{"*":{"id":"61823","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"45229","name":"*","chunks":[],"async":false}},"7808":{"*":{"id":"87165","name":"*","chunks":[],"async":false}},"8437":{"*":{"id":"73836","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"43246","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/palx/palx/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/globals.css":{"id":1743,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/src/app/providers.tsx":{"id":3871,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/src/components/SplatBackground.tsx":{"id":1810,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/image-component.js":{"id":8437,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","1069","static/chunks/1069-2921f1cad4fe5ec9.js","7808","static/chunks/7808-6843205ee3fcab53.js","8974","static/chunks/app/page-258ed61956cf0d4d.js"],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/image-component.js":{"id":8437,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","1069","static/chunks/1069-2921f1cad4fe5ec9.js","7808","static/chunks/7808-6843205ee3fcab53.js","8974","static/chunks/app/page-258ed61956cf0d4d.js"],"async":false},"/home/runner/work/palx/palx/src/components/GitRepoSelector.tsx":{"id":7808,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","1069","static/chunks/1069-2921f1cad4fe5ec9.js","7808","static/chunks/7808-6843205ee3fcab53.js","8974","static/chunks/app/page-258ed61956cf0d4d.js"],"async":false},"/home/runner/work/palx/palx/src/app/session/[sessionId]/SessionPageClient.tsx":{"id":697,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/credentials/credentials-content.tsx":{"id":4781,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/components/layout/sidebar.tsx":{"id":7185,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/components/workspace-repo-open-tracker.tsx":{"id":9128,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/changes/changes-content.tsx":{"id":4015,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/history-content.tsx":{"id":666,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/stashes/stashes-content.tsx":{"id":3905,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/palx/palx/src/":[],"/home/runner/work/palx/palx/src/app/layout":[{"inlined":false,"path":"static/css/566f4be4f03e167c.css"}],"/home/runner/work/palx/palx/src/app/page":[],"/home/runner/work/palx/palx/src/app/_global-error/page":[]},"rscModuleMapping":{"484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"666":{"*":{"id":"49498","name":"*","chunks":[],"async":false}},"697":{"*":{"id":"68720","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"1810":{"*":{"id":"68122","name":"*","chunks":[],"async":false}},"3871":{"*":{"id":"24709","name":"*","chunks":[],"async":false}},"3905":{"*":{"id":"2447","name":"*","chunks":[],"async":false}},"4015":{"*":{"id":"74267","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"4781":{"*":{"id":"92430","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"49671","name":"*","chunks":[],"async":false}},"7808":{"*":{"id":"1525","name":"*","chunks":[],"async":false}},"8437":{"*":{"id":"58637","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"66920","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1,2 +1,2 @@
1
- <!DOCTYPE html><!--76kExlVpqkqzCiJ_pEjU0--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1927ab3f61f717c9.js"/><script src="/_next/static/chunks/4bd1b696-bf5e0dbacfa5baef.js" async=""></script><script src="/_next/static/chunks/3794-cd98b5cd5fb65b19.js" async=""></script><script src="/_next/static/chunks/main-app-a173f7011a061bfc.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
- @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-1927ab3f61f717c9.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[7121,[],\"\"]\n3:I[4581,[],\"\"]\n4:I[484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[484,[],\"ViewportBoundary\"]\n9:I[484,[],\"MetadataBoundary\"]\nb:I[7123,[],\"\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"76kExlVpqkqzCiJ_pEjU0\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{}]}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--c5cInMftO0RmjkVPjms3F--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c6ae01c8acb2766a.js"/><script src="/_next/static/chunks/4bd1b696-bf5e0dbacfa5baef.js" async=""></script><script src="/_next/static/chunks/3794-cd98b5cd5fb65b19.js" async=""></script><script src="/_next/static/chunks/main-app-a173f7011a061bfc.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
+ @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c6ae01c8acb2766a.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[7121,[],\"\"]\n3:I[4581,[],\"\"]\n4:I[484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[484,[],\"ViewportBoundary\"]\n9:I[484,[],\"MetadataBoundary\"]\nb:I[7123,[],\"\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"c5cInMftO0RmjkVPjms3F\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{}]}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
@@ -6,7 +6,7 @@
6
6
  7:I[484,[],"ViewportBoundary"]
7
7
  9:I[484,[],"MetadataBoundary"]
8
8
  b:I[7123,[],""]
9
- 0:{"P":null,"b":"76kExlVpqkqzCiJ_pEjU0","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{}]}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b",[]],"S":true}
9
+ 0:{"P":null,"b":"c5cInMftO0RmjkVPjms3F","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{}]}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b",[]],"S":true}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
11
  6:null
12
12
  a:[]
@@ -6,7 +6,7 @@
6
6
  7:I[484,[],"ViewportBoundary"]
7
7
  9:I[484,[],"MetadataBoundary"]
8
8
  b:I[7123,[],""]
9
- 0:{"P":null,"b":"76kExlVpqkqzCiJ_pEjU0","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{}]}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b",[]],"S":true}
9
+ 0:{"P":null,"b":"c5cInMftO0RmjkVPjms3F","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{}]}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b",[]],"S":true}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
11
  6:null
12
12
  a:[]
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[484,[],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"76kExlVpqkqzCiJ_pEjU0","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"c5cInMftO0RmjkVPjms3F","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[7121,[],""]
3
3
  3:I[4581,[],""]
4
- 0:{"buildId":"76kExlVpqkqzCiJ_pEjU0","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"c5cInMftO0RmjkVPjms3F","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -2,4 +2,4 @@
2
2
  2:I[484,[],"ViewportBoundary"]
3
3
  3:I[484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"buildId":"76kExlVpqkqzCiJ_pEjU0","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],null]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"c5cInMftO0RmjkVPjms3F","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[7121,[],""]
3
3
  3:I[4581,[],""]
4
- 0:{"buildId":"76kExlVpqkqzCiJ_pEjU0","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"c5cInMftO0RmjkVPjms3F","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1 +1 @@
1
- 0:{"buildId":"76kExlVpqkqzCiJ_pEjU0","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"_global-error","paramType":null,"paramKey":"_global-error","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
1
+ 0:{"buildId":"c5cInMftO0RmjkVPjms3F","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"_global-error","paramType":null,"paramKey":"_global-error","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"666":{"*":{"id":"6429","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"1810":{"*":{"id":"80336","name":"*","chunks":[],"async":false}},"3871":{"*":{"id":"38478","name":"*","chunks":[],"async":false}},"3905":{"*":{"id":"74373","name":"*","chunks":[],"async":false}},"4015":{"*":{"id":"73829","name":"*","chunks":[],"async":false}},"4249":{"*":{"id":"25113","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4700":{"*":{"id":"56696","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"45229","name":"*","chunks":[],"async":false}},"8002":{"*":{"id":"28620","name":"*","chunks":[],"async":false}},"8437":{"*":{"id":"73836","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"43246","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/palx/palx/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/globals.css":{"id":1743,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/src/app/providers.tsx":{"id":3871,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/src/components/SplatBackground.tsx":{"id":1810,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/image-component.js":{"id":8437,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","9654","static/chunks/9654-1670af6a9965abdc.js","4700","static/chunks/4700-2b495d9f1736e2b3.js","8974","static/chunks/app/page-7e940a4581f14210.js"],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/image-component.js":{"id":8437,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","9654","static/chunks/9654-1670af6a9965abdc.js","4700","static/chunks/4700-2b495d9f1736e2b3.js","8974","static/chunks/app/page-7e940a4581f14210.js"],"async":false},"/home/runner/work/palx/palx/src/components/GitRepoSelector.tsx":{"id":4700,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","9654","static/chunks/9654-1670af6a9965abdc.js","4700","static/chunks/4700-2b495d9f1736e2b3.js","8974","static/chunks/app/page-7e940a4581f14210.js"],"async":false},"/home/runner/work/palx/palx/src/app/session/[sessionId]/SessionPageClient.tsx":{"id":8002,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/credentials/credentials-content.tsx":{"id":4249,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/components/layout/sidebar.tsx":{"id":7185,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/components/workspace-repo-open-tracker.tsx":{"id":9128,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/changes/changes-content.tsx":{"id":4015,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/stashes/stashes-content.tsx":{"id":3905,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/history-content.tsx":{"id":666,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/palx/palx/src/":[],"/home/runner/work/palx/palx/src/app/layout":[{"inlined":false,"path":"static/css/a66276a8ff1dba7a.css"}],"/home/runner/work/palx/palx/src/app/page":[],"/home/runner/work/palx/palx/src/app/_not-found/page":[]},"rscModuleMapping":{"484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"666":{"*":{"id":"49498","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"1810":{"*":{"id":"68122","name":"*","chunks":[],"async":false}},"3871":{"*":{"id":"24709","name":"*","chunks":[],"async":false}},"3905":{"*":{"id":"2447","name":"*","chunks":[],"async":false}},"4015":{"*":{"id":"74267","name":"*","chunks":[],"async":false}},"4249":{"*":{"id":"92430","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"4700":{"*":{"id":"1525","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"49671","name":"*","chunks":[],"async":false}},"8002":{"*":{"id":"68720","name":"*","chunks":[],"async":false}},"8437":{"*":{"id":"58637","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"66920","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"666":{"*":{"id":"6429","name":"*","chunks":[],"async":false}},"697":{"*":{"id":"21976","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"1810":{"*":{"id":"80336","name":"*","chunks":[],"async":false}},"3871":{"*":{"id":"38478","name":"*","chunks":[],"async":false}},"3905":{"*":{"id":"74373","name":"*","chunks":[],"async":false}},"4015":{"*":{"id":"73829","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"4781":{"*":{"id":"61823","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"45229","name":"*","chunks":[],"async":false}},"7808":{"*":{"id":"87165","name":"*","chunks":[],"async":false}},"8437":{"*":{"id":"73836","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"43246","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/palx/palx/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/globals.css":{"id":1743,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/src/app/providers.tsx":{"id":3871,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/src/components/SplatBackground.tsx":{"id":1810,"name":"*","chunks":["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/client/image-component.js":{"id":8437,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","1069","static/chunks/1069-2921f1cad4fe5ec9.js","7808","static/chunks/7808-6843205ee3fcab53.js","8974","static/chunks/app/page-258ed61956cf0d4d.js"],"async":false},"/home/runner/work/palx/palx/node_modules/next/dist/esm/client/image-component.js":{"id":8437,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","1069","static/chunks/1069-2921f1cad4fe5ec9.js","7808","static/chunks/7808-6843205ee3fcab53.js","8974","static/chunks/app/page-258ed61956cf0d4d.js"],"async":false},"/home/runner/work/palx/palx/src/components/GitRepoSelector.tsx":{"id":7808,"name":"*","chunks":["5339","static/chunks/5339-4fc4a334d540a2df.js","9425","static/chunks/9425-1e46ad860b62a958.js","683","static/chunks/683-37d230d2a42cd0b3.js","1069","static/chunks/1069-2921f1cad4fe5ec9.js","7808","static/chunks/7808-6843205ee3fcab53.js","8974","static/chunks/app/page-258ed61956cf0d4d.js"],"async":false},"/home/runner/work/palx/palx/src/app/session/[sessionId]/SessionPageClient.tsx":{"id":697,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/credentials/credentials-content.tsx":{"id":4781,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/components/layout/sidebar.tsx":{"id":7185,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/components/workspace-repo-open-tracker.tsx":{"id":9128,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/changes/changes-content.tsx":{"id":4015,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/history-content.tsx":{"id":666,"name":"*","chunks":[],"async":false},"/home/runner/work/palx/palx/src/app/git/stashes/stashes-content.tsx":{"id":3905,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/palx/palx/src/":[],"/home/runner/work/palx/palx/src/app/layout":[{"inlined":false,"path":"static/css/566f4be4f03e167c.css"}],"/home/runner/work/palx/palx/src/app/page":[],"/home/runner/work/palx/palx/src/app/_not-found/page":[]},"rscModuleMapping":{"484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"666":{"*":{"id":"49498","name":"*","chunks":[],"async":false}},"697":{"*":{"id":"68720","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"1810":{"*":{"id":"68122","name":"*","chunks":[],"async":false}},"3871":{"*":{"id":"24709","name":"*","chunks":[],"async":false}},"3905":{"*":{"id":"2447","name":"*","chunks":[],"async":false}},"4015":{"*":{"id":"74267","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"4781":{"*":{"id":"92430","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"49671","name":"*","chunks":[],"async":false}},"7808":{"*":{"id":"1525","name":"*","chunks":[],"async":false}},"8437":{"*":{"id":"58637","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"66920","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><!--76kExlVpqkqzCiJ_pEjU0--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/a66276a8ff1dba7a.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1927ab3f61f717c9.js"/><script src="/_next/static/chunks/4bd1b696-bf5e0dbacfa5baef.js" async=""></script><script src="/_next/static/chunks/3794-cd98b5cd5fb65b19.js" async=""></script><script src="/_next/static/chunks/main-app-a173f7011a061bfc.js" async=""></script><script src="/_next/static/chunks/6066-04285163e8a21391.js" async=""></script><script src="/_next/static/chunks/app/layout-e34c05794a7eafd6.js" async=""></script><link rel="preload" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css" as="style"/><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Palx</title><link rel="icon" href="/palx-icon.png"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"/><script>
1
+ <!DOCTYPE html><!--c5cInMftO0RmjkVPjms3F--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/566f4be4f03e167c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c6ae01c8acb2766a.js"/><script src="/_next/static/chunks/4bd1b696-bf5e0dbacfa5baef.js" async=""></script><script src="/_next/static/chunks/3794-cd98b5cd5fb65b19.js" async=""></script><script src="/_next/static/chunks/main-app-a173f7011a061bfc.js" async=""></script><script src="/_next/static/chunks/6066-04285163e8a21391.js" async=""></script><script src="/_next/static/chunks/app/layout-e34c05794a7eafd6.js" async=""></script><link rel="preload" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css" as="style"/><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Palx</title><link rel="icon" href="/palx-icon.png"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"/><script>
2
2
  (() => {
3
3
  const storageKey = 'viba:theme-mode';
4
4
  const runtimeKey = '__vibaThemeSyncInstalled';
@@ -51,4 +51,4 @@
51
51
  window.addEventListener('storage', handleStorageChange);
52
52
  window.addEventListener('viba:theme-refresh', handleThemeRefresh);
53
53
  })();
54
- </script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><canvas class="pointer-events-none fixed inset-0 z-0" style="filter:blur(140px);transform:scale(1.1);opacity:0;transition:opacity 600ms ease-in-out"></canvas><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("data-theme","theme","system",null,["light","dark"],null,true,true)</script><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-1927ab3f61f717c9.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[1810,[\"6066\",\"static/chunks/6066-04285163e8a21391.js\",\"7177\",\"static/chunks/app/layout-e34c05794a7eafd6.js\"],\"default\"]\n4:I[3871,[\"6066\",\"static/chunks/6066-04285163e8a21391.js\",\"7177\",\"static/chunks/app/layout-e34c05794a7eafd6.js\"],\"Providers\"]\n5:I[7121,[],\"\"]\n6:I[4581,[],\"\"]\n7:I[484,[],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\nc:I[7123,[],\"\"]\n:HL[\"/_next/static/css/a66276a8ff1dba7a.css\",\"style\"]\n:HL[\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\",\"style\"]\n2:T61b,"])</script><script>self.__next_f.push([1,"\n(() =\u003e {\n const storageKey = 'viba:theme-mode';\n const runtimeKey = '__vibaThemeSyncInstalled';\n const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');\n const resolveThemeMode = () =\u003e {\n try {\n const stored = window.localStorage.getItem(storageKey);\n if (stored === 'light' || stored === 'dark' || stored === 'auto') {\n return stored;\n }\n } catch {\n // Ignore localStorage access errors and fall back to auto mode.\n }\n return 'auto';\n };\n const applyThemeMode = () =\u003e {\n const mode = resolveThemeMode();\n const shouldUseDark = mode === 'dark' || (mode === 'auto' \u0026\u0026 mediaQuery.matches);\n document.documentElement.classList.toggle('dark', shouldUseDark);\n document.documentElement.dataset.themeMode = mode;\n };\n\n applyThemeMode();\n\n if (window[runtimeKey]) {\n return;\n }\n window[runtimeKey] = true;\n\n const handleMediaChange = () =\u003e {\n if (resolveThemeMode() === 'auto') {\n applyThemeMode();\n }\n };\n const handleStorageChange = (event) =\u003e {\n if (!event || !event.key || event.key === storageKey) {\n applyThemeMode();\n }\n };\n const handleThemeRefresh = () =\u003e {\n applyThemeMode();\n };\n\n if (typeof mediaQuery.addEventListener === 'function') {\n mediaQuery.addEventListener('change', handleMediaChange);\n } else if (typeof mediaQuery.addListener === 'function') {\n mediaQuery.addListener(handleMediaChange);\n }\n\n window.addEventListener('storage', handleStorageChange);\n window.addEventListener('viba:theme-refresh', handleThemeRefresh);\n})();\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"76kExlVpqkqzCiJ_pEjU0\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/a66276a8ff1dba7a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]]}],[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$La\",\"$Lb\",null]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"d:I[484,[],\"ViewportBoundary\"]\nf:I[484,[],\"MetadataBoundary\"]\na:[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}]\nb:[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}]\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[6869,[],\"IconMark\"]\n9:null\n10:[[\"$\",\"title\",\"0\",{\"children\":\"Palx\"}],[\"$\",\"link\",\"1\",{\"rel\":\"icon\",\"href\":\"/palx-icon.png\"}],[\"$\",\"$L11\",\"2\",{}]]\n"])</script></body></html>
54
+ </script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><canvas class="pointer-events-none fixed inset-0 z-0" style="filter:blur(140px);transform:scale(1.1);opacity:0;transition:opacity 600ms ease-in-out"></canvas><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("data-theme","theme","system",null,["light","dark"],null,true,true)</script><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c6ae01c8acb2766a.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[1810,[\"6066\",\"static/chunks/6066-04285163e8a21391.js\",\"7177\",\"static/chunks/app/layout-e34c05794a7eafd6.js\"],\"default\"]\n4:I[3871,[\"6066\",\"static/chunks/6066-04285163e8a21391.js\",\"7177\",\"static/chunks/app/layout-e34c05794a7eafd6.js\"],\"Providers\"]\n5:I[7121,[],\"\"]\n6:I[4581,[],\"\"]\n7:I[484,[],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\nc:I[7123,[],\"\"]\n:HL[\"/_next/static/css/566f4be4f03e167c.css\",\"style\"]\n:HL[\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\",\"style\"]\n2:T61b,"])</script><script>self.__next_f.push([1,"\n(() =\u003e {\n const storageKey = 'viba:theme-mode';\n const runtimeKey = '__vibaThemeSyncInstalled';\n const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');\n const resolveThemeMode = () =\u003e {\n try {\n const stored = window.localStorage.getItem(storageKey);\n if (stored === 'light' || stored === 'dark' || stored === 'auto') {\n return stored;\n }\n } catch {\n // Ignore localStorage access errors and fall back to auto mode.\n }\n return 'auto';\n };\n const applyThemeMode = () =\u003e {\n const mode = resolveThemeMode();\n const shouldUseDark = mode === 'dark' || (mode === 'auto' \u0026\u0026 mediaQuery.matches);\n document.documentElement.classList.toggle('dark', shouldUseDark);\n document.documentElement.dataset.themeMode = mode;\n };\n\n applyThemeMode();\n\n if (window[runtimeKey]) {\n return;\n }\n window[runtimeKey] = true;\n\n const handleMediaChange = () =\u003e {\n if (resolveThemeMode() === 'auto') {\n applyThemeMode();\n }\n };\n const handleStorageChange = (event) =\u003e {\n if (!event || !event.key || event.key === storageKey) {\n applyThemeMode();\n }\n };\n const handleThemeRefresh = () =\u003e {\n applyThemeMode();\n };\n\n if (typeof mediaQuery.addEventListener === 'function') {\n mediaQuery.addEventListener('change', handleMediaChange);\n } else if (typeof mediaQuery.addListener === 'function') {\n mediaQuery.addListener(handleMediaChange);\n }\n\n window.addEventListener('storage', handleStorageChange);\n window.addEventListener('viba:theme-refresh', handleThemeRefresh);\n})();\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"c5cInMftO0RmjkVPjms3F\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/566f4be4f03e167c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]]}],[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$La\",\"$Lb\",null]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"d:I[484,[],\"ViewportBoundary\"]\nf:I[484,[],\"MetadataBoundary\"]\na:[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}]\nb:[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}]\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[6869,[],\"IconMark\"]\n9:null\n10:[[\"$\",\"title\",\"0\",{\"children\":\"Palx\"}],[\"$\",\"link\",\"1\",{\"rel\":\"icon\",\"href\":\"/palx-icon.png\"}],[\"$\",\"$L11\",\"2\",{}]]\n"])</script></body></html>
@@ -6,7 +6,7 @@
6
6
  7:I[484,[],"OutletBoundary"]
7
7
  8:"$Sreact.suspense"
8
8
  c:I[7123,[],""]
9
- :HL["/_next/static/css/a66276a8ff1dba7a.css","style"]
9
+ :HL["/_next/static/css/566f4be4f03e167c.css","style"]
10
10
  :HL["https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css","style"]
11
11
  2:T61b,
12
12
  (() => {
@@ -61,7 +61,7 @@ c:I[7123,[],""]
61
61
  window.addEventListener('storage', handleStorageChange);
62
62
  window.addEventListener('viba:theme-refresh', handleThemeRefresh);
63
63
  })();
64
- 0:{"P":null,"b":"76kExlVpqkqzCiJ_pEjU0","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a66276a8ff1dba7a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":[["$","$L3",null,{}],["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],"$La","$Lb",null]}],false]],"m":"$undefined","G":["$c",[]],"S":true}
64
+ 0:{"P":null,"b":"c5cInMftO0RmjkVPjms3F","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/566f4be4f03e167c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":[["$","$L3",null,{}],["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],"$La","$Lb",null]}],false]],"m":"$undefined","G":["$c",[]],"S":true}
65
65
  d:I[484,[],"ViewportBoundary"]
66
66
  f:I[484,[],"MetadataBoundary"]
67
67
  a:["$","$Ld",null,{"children":"$Le"}]
@@ -6,7 +6,7 @@
6
6
  7:I[484,[],"OutletBoundary"]
7
7
  8:"$Sreact.suspense"
8
8
  c:I[7123,[],""]
9
- :HL["/_next/static/css/a66276a8ff1dba7a.css","style"]
9
+ :HL["/_next/static/css/566f4be4f03e167c.css","style"]
10
10
  :HL["https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css","style"]
11
11
  2:T61b,
12
12
  (() => {
@@ -61,7 +61,7 @@ c:I[7123,[],""]
61
61
  window.addEventListener('storage', handleStorageChange);
62
62
  window.addEventListener('viba:theme-refresh', handleThemeRefresh);
63
63
  })();
64
- 0:{"P":null,"b":"76kExlVpqkqzCiJ_pEjU0","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a66276a8ff1dba7a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":[["$","$L3",null,{}],["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],"$La","$Lb",null]}],false]],"m":"$undefined","G":["$c",[]],"S":true}
64
+ 0:{"P":null,"b":"c5cInMftO0RmjkVPjms3F","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/566f4be4f03e167c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":[["$","$L3",null,{}],["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],"$La","$Lb",null]}],false]],"m":"$undefined","G":["$c",[]],"S":true}
65
65
  d:I[484,[],"ViewportBoundary"]
66
66
  f:I[484,[],"MetadataBoundary"]
67
67
  a:["$","$Ld",null,{"children":"$Le"}]
@@ -3,4 +3,4 @@
3
3
  3:I[484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[6869,[],"IconMark"]
6
- 0:{"buildId":"76kExlVpqkqzCiJ_pEjU0","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Palx"}],["$","link","1",{"rel":"icon","href":"/palx-icon.png"}],["$","$L5","2",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"c5cInMftO0RmjkVPjms3F","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Palx"}],["$","link","1",{"rel":"icon","href":"/palx-icon.png"}],["$","$L5","2",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -3,7 +3,7 @@
3
3
  4:I[3871,["6066","static/chunks/6066-04285163e8a21391.js","7177","static/chunks/app/layout-e34c05794a7eafd6.js"],"Providers"]
4
4
  5:I[7121,[],""]
5
5
  6:I[4581,[],""]
6
- :HL["/_next/static/css/a66276a8ff1dba7a.css","style"]
6
+ :HL["/_next/static/css/566f4be4f03e167c.css","style"]
7
7
  :HL["https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css","style"]
8
8
  2:T61b,
9
9
  (() => {
@@ -58,4 +58,4 @@
58
58
  window.addEventListener('storage', handleStorageChange);
59
59
  window.addEventListener('viba:theme-refresh', handleThemeRefresh);
60
60
  })();
61
- 0:{"buildId":"76kExlVpqkqzCiJ_pEjU0","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a66276a8ff1dba7a.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":[["$","$L3",null,{}],["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}]}]}]]}]]}]]}],"loading":null,"isPartial":false}
61
+ 0:{"buildId":"c5cInMftO0RmjkVPjms3F","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/566f4be4f03e167c.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":[["$","$L3",null,{}],["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}]}]}]]}]]}]]}],"loading":null,"isPartial":false}
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[484,[],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"76kExlVpqkqzCiJ_pEjU0","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"c5cInMftO0RmjkVPjms3F","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null