@taskmark/ui 0.2.6 → 0.3.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.
- package/README.md +15 -0
- package/app/board/page.tsx +3 -272
- package/app/page.tsx +14 -14
- package/app/setup/actions.ts +4 -4
- package/app/setup/page.tsx +8 -3
- package/bin/taskmark.js +15 -2
- package/components/board/board-screen.tsx +285 -0
- package/components/board/epic-list.tsx +2 -2
- package/components/board/overall-work-items-list.tsx +1 -1
- package/components/board/story-list.tsx +1 -1
- package/dist/prod-next/BUILD_ID +1 -1
- package/dist/prod-next/app-path-routes-manifest.json +2 -2
- package/dist/prod-next/build-manifest.json +3 -3
- package/dist/prod-next/prerender-manifest.json +3 -27
- package/dist/prod-next/react-loadable-manifest.json +2 -2
- package/dist/prod-next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/dist/prod-next/server/app/_global-error.html +1 -1
- package/dist/prod-next/server/app/_global-error.rsc +1 -1
- package/dist/prod-next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/prod-next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/dist/prod-next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/dist/prod-next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/prod-next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/prod-next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/prod-next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/prod-next/server/app/_not-found.html +1 -1
- package/dist/prod-next/server/app/_not-found.rsc +1 -1
- package/dist/prod-next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/dist/prod-next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/prod-next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/dist/prod-next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/prod-next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/prod-next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/dist/prod-next/server/app/board/page.js +2 -50
- package/dist/prod-next/server/app/board/page.js.nft.json +1 -1
- package/dist/prod-next/server/app/board/page_client-reference-manifest.js +1 -1
- package/dist/prod-next/server/app/page.js +2 -2
- package/dist/prod-next/server/app/page.js.nft.json +1 -1
- package/dist/prod-next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/prod-next/server/app/setup/page.js +2 -2
- package/dist/prod-next/server/app/setup/page.js.nft.json +1 -1
- package/dist/prod-next/server/app/setup/page_client-reference-manifest.js +1 -1
- package/dist/prod-next/server/app-paths-manifest.json +2 -2
- package/dist/prod-next/server/chunks/192.js +49 -0
- package/dist/prod-next/server/chunks/463.js +1 -0
- package/dist/prod-next/server/chunks/487.js +1 -0
- package/dist/prod-next/server/chunks/54.js +19 -0
- package/dist/prod-next/server/chunks/57.js +8 -19
- package/dist/prod-next/server/middleware-build-manifest.js +1 -1
- package/dist/prod-next/server/middleware-react-loadable-manifest.js +1 -1
- package/dist/prod-next/server/pages/404.html +1 -1
- package/dist/prod-next/server/pages/500.html +1 -1
- package/dist/prod-next/server/server-reference-manifest.js +1 -1
- package/dist/prod-next/server/server-reference-manifest.json +1 -1
- package/dist/prod-next/static/chunks/636-626c380f021b95c8.js +1 -0
- package/dist/prod-next/static/chunks/909.932f2af3be7f1e89.js +1 -0
- package/dist/prod-next/static/chunks/app/_global-error/page-a1e3320be3da9be1.js +1 -0
- package/dist/prod-next/static/chunks/app/api/taskmark-reload/route-a1e3320be3da9be1.js +1 -0
- package/dist/prod-next/static/chunks/app/board/page-636f60191db62f52.js +1 -0
- package/dist/prod-next/static/chunks/app/page-562a33b50da7665b.js +1 -0
- package/dist/prod-next/static/chunks/app/setup/page-4cf527b758b1d51e.js +1 -0
- package/dist/prod-next/static/chunks/next/dist/client/components/builtin/app-error-a1e3320be3da9be1.js +1 -0
- package/dist/prod-next/static/chunks/next/dist/client/components/builtin/forbidden-a1e3320be3da9be1.js +1 -0
- package/dist/prod-next/static/chunks/next/dist/client/components/builtin/not-found-a1e3320be3da9be1.js +1 -0
- package/dist/prod-next/static/chunks/next/dist/client/components/builtin/unauthorized-a1e3320be3da9be1.js +1 -0
- package/dist/prod-next/static/chunks/webpack-d33b8a6298c94a64.js +1 -0
- package/dist/public/taskmark-snapshot.json +1 -1
- package/lib/taskmark/list-view-mode.ts +1 -1
- package/package.json +1 -1
- package/public/taskmark-snapshot.json +1 -1
- package/scripts/build-static.mjs +61 -3
- package/dist/prod-next/server/app/setup.html +0 -1
- package/dist/prod-next/server/app/setup.meta +0 -17
- package/dist/prod-next/server/app/setup.rsc +0 -22
- package/dist/prod-next/server/app/setup.segments/_full.segment.rsc +0 -22
- package/dist/prod-next/server/app/setup.segments/_head.segment.rsc +0 -6
- package/dist/prod-next/server/app/setup.segments/_index.segment.rsc +0 -8
- package/dist/prod-next/server/app/setup.segments/_tree.segment.rsc +0 -5
- package/dist/prod-next/server/app/setup.segments/setup/__PAGE__.segment.rsc +0 -6
- package/dist/prod-next/server/app/setup.segments/setup.segment.rsc +0 -5
- package/dist/prod-next/server/chunks/318.js +0 -1
- package/dist/prod-next/server/chunks/490.js +0 -8
- package/dist/prod-next/server/chunks/616.js +0 -1
- package/dist/prod-next/server/chunks/708.js +0 -1
- package/dist/prod-next/static/chunks/51.e9139a9ea6eb36b9.js +0 -1
- package/dist/prod-next/static/chunks/app/_global-error/page-d34451c04262dd7d.js +0 -1
- package/dist/prod-next/static/chunks/app/api/taskmark-reload/route-d34451c04262dd7d.js +0 -1
- package/dist/prod-next/static/chunks/app/board/page-cd1d9be0c0127225.js +0 -1
- package/dist/prod-next/static/chunks/app/page-d34451c04262dd7d.js +0 -1
- package/dist/prod-next/static/chunks/app/setup/page-c3003359e8becc84.js +0 -1
- package/dist/prod-next/static/chunks/next/dist/client/components/builtin/app-error-d34451c04262dd7d.js +0 -1
- package/dist/prod-next/static/chunks/next/dist/client/components/builtin/forbidden-d34451c04262dd7d.js +0 -1
- package/dist/prod-next/static/chunks/next/dist/client/components/builtin/not-found-d34451c04262dd7d.js +0 -1
- package/dist/prod-next/static/chunks/next/dist/client/components/builtin/unauthorized-d34451c04262dd7d.js +0 -1
- package/dist/prod-next/static/chunks/webpack-bfe8992962004e2b.js +0 -1
- /package/dist/prod-next/static/{sAWr5ATVuqk6Wqs18kAWs → yyRnYAFQrJjF5_b5ZIeqh}/_buildManifest.js +0 -0
- /package/dist/prod-next/static/{sAWr5ATVuqk6Wqs18kAWs → yyRnYAFQrJjF5_b5ZIeqh}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
import { Suspense } from "react"
|
|
2
|
+
import Link from "next/link"
|
|
3
|
+
import { redirect } from "next/navigation"
|
|
4
|
+
|
|
5
|
+
import { AppBar } from "@/components/board/app-bar"
|
|
6
|
+
import { EpicList } from "@/components/board/epic-list"
|
|
7
|
+
import { ListViewSwitcher } from "@/components/board/list-view-switcher"
|
|
8
|
+
import { OverallWorkItemsList } from "@/components/board/overall-work-items-list"
|
|
9
|
+
import { ProjectStatusMetricsStrip } from "@/components/board/project-status-metrics-strip"
|
|
10
|
+
import { StaticBoardApp } from "@/components/board/static-board-app"
|
|
11
|
+
import { TaskList } from "@/components/board/task-list"
|
|
12
|
+
import { WorkItemsList } from "@/components/board/work-items-list"
|
|
13
|
+
import { WorkItemSheetProvider } from "@/components/board/work-item-sheet"
|
|
14
|
+
import { resolveActiveProject } from "@/lib/taskmark/active-project"
|
|
15
|
+
import {
|
|
16
|
+
getActiveProjectCookie,
|
|
17
|
+
getHideCompletedCookies,
|
|
18
|
+
getMasterFoldersCookie,
|
|
19
|
+
} from "@/lib/taskmark/cookies"
|
|
20
|
+
import {
|
|
21
|
+
LIST_VIEW_LABELS,
|
|
22
|
+
boardHref,
|
|
23
|
+
parseListViewMode,
|
|
24
|
+
type ListViewMode,
|
|
25
|
+
} from "@/lib/taskmark/list-view-mode"
|
|
26
|
+
import { DEV_RELOAD_TOKEN } from "@/lib/taskmark/dev-reload-token"
|
|
27
|
+
import { loadSnapshotFromPublic } from "@/lib/taskmark/load-snapshot-server"
|
|
28
|
+
import { parseEpicsForProject } from "@/lib/taskmark/parse-epics"
|
|
29
|
+
import {
|
|
30
|
+
parseWorkItemsForEpic,
|
|
31
|
+
parseWorkItemsViewForProject,
|
|
32
|
+
} from "@/lib/taskmark/parse-flat-lists"
|
|
33
|
+
import { parseItemsForStory } from "@/lib/taskmark/parse-items"
|
|
34
|
+
import {
|
|
35
|
+
collectCompletedLeafPointSamples,
|
|
36
|
+
collectMetricLeaves,
|
|
37
|
+
computeProjectStatusMetrics,
|
|
38
|
+
} from "@/lib/taskmark/project-metrics"
|
|
39
|
+
import { isStaticRuntime } from "@/lib/taskmark/static-mode"
|
|
40
|
+
import { loadWorkspace } from "@/lib/taskmark/workspace"
|
|
41
|
+
|
|
42
|
+
// Keep this import so `taskmark dev` can touch the token module and refresh RSC.
|
|
43
|
+
void DEV_RELOAD_TOKEN
|
|
44
|
+
|
|
45
|
+
type BoardScreenProps = {
|
|
46
|
+
searchParams: Promise<{
|
|
47
|
+
view?: string | string[]
|
|
48
|
+
epic?: string | string[]
|
|
49
|
+
story?: string | string[]
|
|
50
|
+
item?: string | string[]
|
|
51
|
+
}>
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
function paramValue(value: string | string[] | undefined): string | null {
|
|
56
|
+
if (typeof value === "string" && value.trim()) return value.trim()
|
|
57
|
+
return null
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
function headingForView(view: ListViewMode): string {
|
|
61
|
+
if (view === "overall") return "Epics"
|
|
62
|
+
return LIST_VIEW_LABELS[view]
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export async function BoardScreen({ searchParams }: BoardScreenProps) {
|
|
66
|
+
if (isStaticRuntime()) {
|
|
67
|
+
const snapshot = loadSnapshotFromPublic()
|
|
68
|
+
return (
|
|
69
|
+
<Suspense fallback={<div className="p-8 text-sm text-muted-foreground">Loading board…</div>}>
|
|
70
|
+
<StaticBoardApp snapshot={snapshot} />
|
|
71
|
+
</Suspense>
|
|
72
|
+
)
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
const masters = await getMasterFoldersCookie()
|
|
76
|
+
const workspace = loadWorkspace(masters)
|
|
77
|
+
if (workspace.projects.length === 0) {
|
|
78
|
+
redirect("/setup")
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
const savedActiveId = await getActiveProjectCookie()
|
|
82
|
+
const hideCompletedPrefs = await getHideCompletedCookies()
|
|
83
|
+
const activeProject = resolveActiveProject(
|
|
84
|
+
workspace.projects,
|
|
85
|
+
// Autoconfig: prefer the bound board; ignore stale active-project cookies.
|
|
86
|
+
workspace.autoconfig ? null : savedActiveId
|
|
87
|
+
)
|
|
88
|
+
if (!activeProject) {
|
|
89
|
+
redirect("/setup")
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
const params = await searchParams
|
|
93
|
+
const activeView = parseListViewMode(params.view)
|
|
94
|
+
const selectedEpicId =
|
|
95
|
+
activeView === "overall" ? paramValue(params.epic) : null
|
|
96
|
+
const selectedStoryId =
|
|
97
|
+
activeView === "overall" && selectedEpicId
|
|
98
|
+
? paramValue(params.story)
|
|
99
|
+
: null
|
|
100
|
+
const selectedItemId = paramValue(params.item)
|
|
101
|
+
|
|
102
|
+
const list = parseEpicsForProject(activeProject)
|
|
103
|
+
const epicCount = list.epics.length
|
|
104
|
+
const errorCount = list.errors.length
|
|
105
|
+
|
|
106
|
+
const selectedEpic = selectedEpicId
|
|
107
|
+
? list.epics.find((e) => e.id === selectedEpicId) ?? null
|
|
108
|
+
: null
|
|
109
|
+
|
|
110
|
+
const epicWorkItems =
|
|
111
|
+
activeView === "overall" && selectedEpicId != null
|
|
112
|
+
? parseWorkItemsForEpic(
|
|
113
|
+
activeProject,
|
|
114
|
+
selectedEpicId,
|
|
115
|
+
selectedEpic?.title ?? null
|
|
116
|
+
)
|
|
117
|
+
: null
|
|
118
|
+
|
|
119
|
+
const selectedStory =
|
|
120
|
+
epicWorkItems && selectedStoryId
|
|
121
|
+
? (epicWorkItems.rows.find(
|
|
122
|
+
(row) => row.kind === "story" && row.id === selectedStoryId
|
|
123
|
+
) ?? null)
|
|
124
|
+
: null
|
|
125
|
+
|
|
126
|
+
const itemList =
|
|
127
|
+
activeView === "overall" &&
|
|
128
|
+
selectedEpicId != null &&
|
|
129
|
+
selectedStory != null
|
|
130
|
+
? parseItemsForStory(activeProject, selectedEpicId, selectedStory.id)
|
|
131
|
+
: null
|
|
132
|
+
|
|
133
|
+
const workItemsList =
|
|
134
|
+
activeView === "overall" || activeView === "workitems"
|
|
135
|
+
? parseWorkItemsViewForProject(activeProject)
|
|
136
|
+
: null
|
|
137
|
+
|
|
138
|
+
/** Match Current Speed exactly: completed task/bug leaf points only. */
|
|
139
|
+
const countableCompletions = collectCompletedLeafPointSamples(
|
|
140
|
+
collectMetricLeaves(activeProject)
|
|
141
|
+
)
|
|
142
|
+
|
|
143
|
+
const statusMetrics = computeProjectStatusMetrics(activeProject)
|
|
144
|
+
|
|
145
|
+
return (
|
|
146
|
+
<WorkItemSheetProvider>
|
|
147
|
+
<div className="min-h-svh bg-[linear-gradient(180deg,_#fff_0%,_#f7f4ff_100%)]">
|
|
148
|
+
<AppBar
|
|
149
|
+
projects={workspace.projects}
|
|
150
|
+
activeProjectId={activeProject.id}
|
|
151
|
+
autoconfig={workspace.autoconfig}
|
|
152
|
+
/>
|
|
153
|
+
|
|
154
|
+
<div className="mx-auto flex w-full max-w-5xl flex-col gap-6 px-4 py-8">
|
|
155
|
+
<div className="flex flex-col gap-4 sm:flex-row sm:items-start sm:justify-between">
|
|
156
|
+
<div>
|
|
157
|
+
<h1 className="font-head text-3xl tracking-tight">
|
|
158
|
+
{headingForView(activeView)}
|
|
159
|
+
</h1>
|
|
160
|
+
<p className="mt-1 text-sm text-muted-foreground">
|
|
161
|
+
{activeProject.name}
|
|
162
|
+
{activeView === "overall"
|
|
163
|
+
? ` · ${epicCount} epic${epicCount === 1 ? "" : "s"}`
|
|
164
|
+
: ""}
|
|
165
|
+
{activeView === "overall" && errorCount > 0
|
|
166
|
+
? ` · ${errorCount} parse issue${errorCount === 1 ? "" : "s"}`
|
|
167
|
+
: ""}
|
|
168
|
+
{activeView === "workitems" && workItemsList
|
|
169
|
+
? ` · ${workItemsList.rows.length} item${workItemsList.rows.length === 1 ? "" : "s"}`
|
|
170
|
+
: ""}
|
|
171
|
+
{activeView === "overall" && selectedEpic
|
|
172
|
+
? ` · selected ${selectedEpic.id}`
|
|
173
|
+
: activeView === "overall" && selectedEpicId
|
|
174
|
+
? ` · epic ${selectedEpicId} not in list`
|
|
175
|
+
: activeView === "overall"
|
|
176
|
+
? " · select an epic to view work items"
|
|
177
|
+
: ""}
|
|
178
|
+
{activeView === "overall" && selectedStory
|
|
179
|
+
? ` · story ${selectedStory.id}`
|
|
180
|
+
: activeView === "overall" && selectedStoryId
|
|
181
|
+
? ` · story ${selectedStoryId} not in list`
|
|
182
|
+
: ""}
|
|
183
|
+
</p>
|
|
184
|
+
</div>
|
|
185
|
+
<ListViewSwitcher
|
|
186
|
+
activeView={activeView}
|
|
187
|
+
selectedEpicId={selectedEpicId}
|
|
188
|
+
selectedStoryId={selectedStory?.id ?? null}
|
|
189
|
+
/>
|
|
190
|
+
</div>
|
|
191
|
+
|
|
192
|
+
<ProjectStatusMetricsStrip metrics={statusMetrics} />
|
|
193
|
+
|
|
194
|
+
{activeView === "overall" ? (
|
|
195
|
+
<>
|
|
196
|
+
<EpicList
|
|
197
|
+
lists={[list]}
|
|
198
|
+
selectedEpicId={selectedEpicId}
|
|
199
|
+
countableCompletions={countableCompletions}
|
|
200
|
+
initialHideCompleted={hideCompletedPrefs.epics}
|
|
201
|
+
/>
|
|
202
|
+
|
|
203
|
+
{epicWorkItems ? (
|
|
204
|
+
<div className="flex flex-col gap-3">
|
|
205
|
+
<div className="flex items-baseline justify-between gap-3">
|
|
206
|
+
<h2 className="font-head text-2xl tracking-tight">
|
|
207
|
+
Work items for{" "}
|
|
208
|
+
{epicWorkItems.epicTitle ?? epicWorkItems.epicId}
|
|
209
|
+
</h2>
|
|
210
|
+
<Link
|
|
211
|
+
href={boardHref({
|
|
212
|
+
view: "overall",
|
|
213
|
+
item: selectedItemId,
|
|
214
|
+
})}
|
|
215
|
+
className="text-sm text-muted-foreground underline-offset-2 hover:underline"
|
|
216
|
+
>
|
|
217
|
+
Clear selection
|
|
218
|
+
</Link>
|
|
219
|
+
</div>
|
|
220
|
+
<p className="text-sm text-muted-foreground">
|
|
221
|
+
{epicWorkItems.rows.length} work item
|
|
222
|
+
{epicWorkItems.rows.length === 1 ? "" : "s"}
|
|
223
|
+
{epicWorkItems.errors.length > 0
|
|
224
|
+
? ` · ${epicWorkItems.errors.length} issue${epicWorkItems.errors.length === 1 ? "" : "s"}`
|
|
225
|
+
: ""}
|
|
226
|
+
{!selectedStory
|
|
227
|
+
? " · select a story to view its sub tasks"
|
|
228
|
+
: ""}
|
|
229
|
+
</p>
|
|
230
|
+
<OverallWorkItemsList
|
|
231
|
+
list={epicWorkItems}
|
|
232
|
+
selectedStoryId={selectedStory?.id ?? null}
|
|
233
|
+
countableCompletions={countableCompletions}
|
|
234
|
+
initialHideCompleted={hideCompletedPrefs.overallWorkItems}
|
|
235
|
+
/>
|
|
236
|
+
</div>
|
|
237
|
+
) : null}
|
|
238
|
+
|
|
239
|
+
{itemList && selectedStory ? (
|
|
240
|
+
<div className="flex flex-col gap-3">
|
|
241
|
+
<div className="flex items-baseline justify-between gap-3">
|
|
242
|
+
<h2 className="font-head text-2xl tracking-tight">
|
|
243
|
+
Sub Tasks for{" "}
|
|
244
|
+
{itemList.storyTitle ?? itemList.storyId}
|
|
245
|
+
</h2>
|
|
246
|
+
<Link
|
|
247
|
+
href={boardHref({
|
|
248
|
+
view: "overall",
|
|
249
|
+
epic: itemList.epicId,
|
|
250
|
+
item: selectedItemId,
|
|
251
|
+
})}
|
|
252
|
+
className="text-sm text-muted-foreground underline-offset-2 hover:underline"
|
|
253
|
+
>
|
|
254
|
+
Clear story
|
|
255
|
+
</Link>
|
|
256
|
+
</div>
|
|
257
|
+
<p className="text-sm text-muted-foreground">
|
|
258
|
+
{itemList.items.length} sub task
|
|
259
|
+
{itemList.items.length === 1 ? "" : "s"}
|
|
260
|
+
{itemList.errors.length > 0
|
|
261
|
+
? ` · ${itemList.errors.length} issue${itemList.errors.length === 1 ? "" : "s"}`
|
|
262
|
+
: ""}
|
|
263
|
+
</p>
|
|
264
|
+
<TaskList
|
|
265
|
+
list={itemList}
|
|
266
|
+
countableCompletions={countableCompletions}
|
|
267
|
+
initialHideCompleted={hideCompletedPrefs.tasks}
|
|
268
|
+
/>
|
|
269
|
+
</div>
|
|
270
|
+
) : null}
|
|
271
|
+
</>
|
|
272
|
+
) : null}
|
|
273
|
+
|
|
274
|
+
{activeView === "workitems" && workItemsList ? (
|
|
275
|
+
<WorkItemsList
|
|
276
|
+
list={workItemsList}
|
|
277
|
+
countableCompletions={countableCompletions}
|
|
278
|
+
initialHideCompleted={hideCompletedPrefs.workItems}
|
|
279
|
+
/>
|
|
280
|
+
) : null}
|
|
281
|
+
</div>
|
|
282
|
+
</div>
|
|
283
|
+
</WorkItemSheetProvider>
|
|
284
|
+
)
|
|
285
|
+
}
|
|
@@ -263,7 +263,7 @@ function ProjectEpicCard({
|
|
|
263
263
|
<TableCell className="font-mono text-xs">
|
|
264
264
|
<IdCreatedTooltip id={epic.id} created={epic.created}>
|
|
265
265
|
<Link
|
|
266
|
-
href={
|
|
266
|
+
href={`/?epic=${encodeURIComponent(epic.id)}`}
|
|
267
267
|
className="underline-offset-2 hover:underline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring"
|
|
268
268
|
aria-current={selected ? "true" : undefined}
|
|
269
269
|
>
|
|
@@ -273,7 +273,7 @@ function ProjectEpicCard({
|
|
|
273
273
|
</TableCell>
|
|
274
274
|
<TableCell className="max-w-[18rem] whitespace-normal font-medium">
|
|
275
275
|
<Link
|
|
276
|
-
href={
|
|
276
|
+
href={`/?epic=${encodeURIComponent(epic.id)}`}
|
|
277
277
|
className="underline-offset-2 hover:underline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring"
|
|
278
278
|
>
|
|
279
279
|
{epic.title}
|
|
@@ -243,7 +243,7 @@ export function OverallWorkItemsList({
|
|
|
243
243
|
const isStory = row.kind === "story"
|
|
244
244
|
const selected = isStory && selectedStoryId === row.id
|
|
245
245
|
const href = isStory
|
|
246
|
-
?
|
|
246
|
+
? `/?epic=${encodeURIComponent(epicId)}&story=${encodeURIComponent(row.id)}`
|
|
247
247
|
: null
|
|
248
248
|
const sheetKind = isStory ? "story" : "item"
|
|
249
249
|
return (
|
|
@@ -244,7 +244,7 @@ export function StoryList({
|
|
|
244
244
|
<TableBody>
|
|
245
245
|
{pageRows.map((story) => {
|
|
246
246
|
const selected = selectedStoryId === story.id
|
|
247
|
-
const href =
|
|
247
|
+
const href = `/?epic=${encodeURIComponent(epicId)}&story=${encodeURIComponent(story.id)}`
|
|
248
248
|
return (
|
|
249
249
|
<TableRow
|
|
250
250
|
key={`${project.id}:${story.id}:${story.filePath}`}
|
package/dist/prod-next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
yyRnYAFQrJjF5_b5ZIeqh
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
],
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"lowPriorityFiles": [
|
|
7
|
-
"static/
|
|
8
|
-
"static/
|
|
7
|
+
"static/yyRnYAFQrJjF5_b5ZIeqh/_buildManifest.js",
|
|
8
|
+
"static/yyRnYAFQrJjF5_b5ZIeqh/_ssgManifest.js"
|
|
9
9
|
],
|
|
10
10
|
"rootMainFiles": [
|
|
11
|
-
"static/chunks/webpack-
|
|
11
|
+
"static/chunks/webpack-d33b8a6298c94a64.js",
|
|
12
12
|
"static/chunks/4bd1b696-deb4a0a1da1923b0.js",
|
|
13
13
|
"static/chunks/794-25668765560cb197.js",
|
|
14
14
|
"static/chunks/main-app-bfb36455d24b3e5a.js"
|
|
@@ -78,37 +78,13 @@
|
|
|
78
78
|
"x-next-revalidated-tags",
|
|
79
79
|
"x-next-revalidate-tag-token"
|
|
80
80
|
]
|
|
81
|
-
},
|
|
82
|
-
"/setup": {
|
|
83
|
-
"experimentalBypassFor": [
|
|
84
|
-
{
|
|
85
|
-
"type": "header",
|
|
86
|
-
"key": "next-action"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"type": "header",
|
|
90
|
-
"key": "content-type",
|
|
91
|
-
"value": "multipart/form-data;.*"
|
|
92
|
-
}
|
|
93
|
-
],
|
|
94
|
-
"initialRevalidateSeconds": false,
|
|
95
|
-
"srcRoute": "/setup",
|
|
96
|
-
"dataRoute": "/setup.rsc",
|
|
97
|
-
"allowHeader": [
|
|
98
|
-
"host",
|
|
99
|
-
"x-matched-path",
|
|
100
|
-
"x-prerender-revalidate",
|
|
101
|
-
"x-prerender-revalidate-if-generated",
|
|
102
|
-
"x-next-revalidated-tags",
|
|
103
|
-
"x-next-revalidate-tag-token"
|
|
104
|
-
]
|
|
105
81
|
}
|
|
106
82
|
},
|
|
107
83
|
"dynamicRoutes": {},
|
|
108
84
|
"notFoundRoutes": [],
|
|
109
85
|
"preview": {
|
|
110
|
-
"previewModeId": "
|
|
111
|
-
"previewModeSigningKey": "
|
|
112
|
-
"previewModeEncryptionKey": "
|
|
86
|
+
"previewModeId": "18652d0990c5eff4821a332d92b56611",
|
|
87
|
+
"previewModeSigningKey": "bfdc8be29da9e4364443f48cb4a1c2a59a031493967bd07f5bc911b8a89ea693",
|
|
88
|
+
"previewModeEncryptionKey": "526cfceb3ea63613a46553bac8f44f7c2390098f5d0f122a2e391b10385a2b5f"
|
|
113
89
|
}
|
|
114
90
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"10223":{"*":{"id":"66623","name":"*","chunks":[],"async":false}},"13530":{"*":{"id":"7858","name":"*","chunks":[],"async":false}},"16327":{"*":{"id":"20388","name":"*","chunks":[],"async":false}},"24581":{"*":{"id":"6017","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"29326":{"*":{"id":"52428","name":"*","chunks":[],"async":false}},"49676":{"*":{"id":"67031","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"64791":{"*":{"id":"11117","name":"*","chunks":[],"async":false}},"67095":{"*":{"id":"78091","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"10549","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"82050":{"*":{"id":"18052","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89411":{"*":{"id":"76311","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"93986":{"*":{"id":"87329","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/board-dev-reloader.tsx":{"id":10223,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Archivo_Black\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":\"400\",\"variable\":\"--font-head\",\"display\":\"swap\"}],\"variableName\":\"archivoBlack\"}":{"id":96019,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Space_Grotesk\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"spaceGrotesk\"}":{"id":18276,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/app/globals.css":{"id":66872,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/setup/setup-wizard.tsx":{"id":93986,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/app-bar.tsx":{"id":13530,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/epic-list.tsx":{"id":82050,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/list-view-switcher.tsx":{"id":67095,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/overall-work-items-list.tsx":{"id":64791,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/project-contributors-panel.tsx":{"id":24581,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/static-board-app.tsx":{"id":49676,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/task-list.tsx":{"id":29326,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/work-item-sheet.tsx":{"id":16327,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/work-items-list.tsx":{"id":89411,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/lucide-react/dist/esm/Icon.mjs":{"id":71265,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/menda0/Projects/taskmark/taskmark-frontend/":[],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/layout":[{"inlined":false,"path":"static/css/c593627ceef17a4b.css"},{"inlined":false,"path":"static/css/2e6ec4c80894e3c0.css"}],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/page":[],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/_global-error/page":[]},"rscModuleMapping":{"10223":{"*":{"id":"52929","name":"*","chunks":[],"async":false}},"13530":{"*":{"id":"17771","name":"*","chunks":[],"async":false}},"16327":{"*":{"id":"15377","name":"*","chunks":[],"async":false}},"24581":{"*":{"id":"77155","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"29326":{"*":{"id":"77970","name":"*","chunks":[],"async":false}},"49676":{"*":{"id":"23235","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"64791":{"*":{"id":"8531","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"67095":{"*":{"id":"11938","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"47613","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"82050":{"*":{"id":"80286","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89411":{"*":{"id":"56483","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"93986":{"*":{"id":"9588","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"2734":{"*":{"id":"75040","name":"*","chunks":[],"async":false}},"10223":{"*":{"id":"66623","name":"*","chunks":[],"async":false}},"16327":{"*":{"id":"85710","name":"*","chunks":[],"async":false}},"24581":{"*":{"id":"6017","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"29326":{"*":{"id":"52428","name":"*","chunks":[],"async":false}},"36661":{"*":{"id":"80555","name":"*","chunks":[],"async":false}},"49676":{"*":{"id":"64799","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"64791":{"*":{"id":"11117","name":"*","chunks":[],"async":false}},"67095":{"*":{"id":"28330","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"10549","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"82050":{"*":{"id":"18052","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89411":{"*":{"id":"76311","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/board-dev-reloader.tsx":{"id":10223,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Archivo_Black\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":\"400\",\"variable\":\"--font-head\",\"display\":\"swap\"}],\"variableName\":\"archivoBlack\"}":{"id":96019,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Space_Grotesk\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"spaceGrotesk\"}":{"id":18276,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/app/globals.css":{"id":66872,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/app-bar.tsx":{"id":2734,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/epic-list.tsx":{"id":82050,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/list-view-switcher.tsx":{"id":67095,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/overall-work-items-list.tsx":{"id":64791,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/project-contributors-panel.tsx":{"id":24581,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/static-board-app.tsx":{"id":49676,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/task-list.tsx":{"id":29326,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/work-item-sheet.tsx":{"id":16327,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/work-items-list.tsx":{"id":89411,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/lucide-react/dist/esm/Icon.mjs":{"id":71265,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","669","static/chunks/669-8103441c67b185da.js","636","static/chunks/636-626c380f021b95c8.js","974","static/chunks/app/page-562a33b50da7665b.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/setup/setup-wizard.tsx":{"id":36661,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/menda0/Projects/taskmark/taskmark-frontend/":[],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/layout":[{"inlined":false,"path":"static/css/c593627ceef17a4b.css"},{"inlined":false,"path":"static/css/2e6ec4c80894e3c0.css"}],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/page":[],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/_global-error/page":[]},"rscModuleMapping":{"2734":{"*":{"id":"17771","name":"*","chunks":[],"async":false}},"10223":{"*":{"id":"52929","name":"*","chunks":[],"async":false}},"16327":{"*":{"id":"15377","name":"*","chunks":[],"async":false}},"24581":{"*":{"id":"77155","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"29326":{"*":{"id":"77970","name":"*","chunks":[],"async":false}},"36661":{"*":{"id":"9588","name":"*","chunks":[],"async":false}},"49676":{"*":{"id":"23235","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"64791":{"*":{"id":"8531","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"67095":{"*":{"id":"11938","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"47613","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"82050":{"*":{"id":"80286","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89411":{"*":{"id":"56483","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><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-
|
|
1
|
+
<!DOCTYPE html><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-d33b8a6298c94a64.js"/><script src="/_next/static/chunks/4bd1b696-deb4a0a1da1923b0.js" async=""></script><script src="/_next/static/chunks/794-25668765560cb197.js" async=""></script><script src="/_next/static/chunks/main-app-bfb36455d24b3e5a.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-d33b8a6298c94a64.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[57121,[],\"\"]\n3:I[74581,[],\"\"]\n4:I[90484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[90484,[],\"ViewportBoundary\"]\na:I[90484,[],\"MetadataBoundary\"]\nc:I[27123,[],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"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: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"yyRnYAFQrJjF5_b5ZIeqh\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"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\nb:[]\n"])</script></body></html>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
8:I[90484,[],"ViewportBoundary"]
|
|
7
7
|
a:I[90484,[],"MetadataBoundary"]
|
|
8
8
|
c:I[27123,[],"default",1]
|
|
9
|
-
0:{"P":null,"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: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$@7"]},null,false,"$@7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"
|
|
9
|
+
0:{"P":null,"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: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$@7"]},null,false,"$@7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"yyRnYAFQrJjF5_b5ZIeqh"}
|
|
10
10
|
d:[]
|
|
11
11
|
7:"$Wd"
|
|
12
12
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|