diff --git a/frontend/src/app/boards/[boardId]/edit/page.tsx b/frontend/src/app/boards/[boardId]/edit/page.tsx index f9393673..210c8dcc 100644 --- a/frontend/src/app/boards/[boardId]/edit/page.tsx +++ b/frontend/src/app/boards/[boardId]/edit/page.tsx @@ -333,7 +333,6 @@ export default function EditBoardPage() { Update board settings and gateway.

- )}
@@ -347,179 +346,181 @@ export default function EditBoardPage() { onSubmit={handleSubmit} className="space-y-6 rounded-xl border border-slate-200 bg-white p-6 shadow-sm" > - {resolvedBoardType !== "general" && - baseBoard && - !(baseBoard.goal_confirmed ?? false) ? ( -
-
-

- Goal needs confirmation -

-

- Start onboarding to draft an objective and success - metrics. + {resolvedBoardType !== "general" && + baseBoard && + !(baseBoard.goal_confirmed ?? false) ? ( +

+
+

+ Goal needs confirmation +

+

+ Start onboarding to draft an objective and success + metrics. +

+
+ +
+ ) : null} +
+
+ + setName(event.target.value)} + placeholder="Board name" + disabled={isLoading || !baseBoard} + /> +
+
+ + +
+
+ +
+
+ + +
+
+ + +

+ Boards in the same group can share cross-board context + for agents.

- +
+ + + setTargetDate(event.target.value) + } + disabled={isLoading} + /> +
- ) : null} -
-
- - setName(event.target.value)} - placeholder="Board name" - disabled={isLoading || !baseBoard} - /> -
-
- - -
-
-
- +