From ca0f5b44dca24151f283bbc40dc32671506f31f4 Mon Sep 17 00:00:00 2001 From: Jim Hodapp Date: Sat, 17 Aug 2024 13:35:44 -0500 Subject: [PATCH 1/3] Fix the overarching goal div alignment to always line up with the coaching notes div on the left and right sides --- src/app/coaching-sessions/[id]/page.tsx | 132 ++++++++++++------------ 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/src/app/coaching-sessions/[id]/page.tsx b/src/app/coaching-sessions/[id]/page.tsx index 2bc2ddb..bb15dc8 100644 --- a/src/app/coaching-sessions/[id]/page.tsx +++ b/src/app/coaching-sessions/[id]/page.tsx @@ -144,76 +144,76 @@ export default function CoachingSessionsPage() { -
- -
-
- - {/* - - */} -
- -
- - - Agreements - Actions - Program - - -
Agreements
-
- -
Actions
-
- -
Program
-
-
+ {/* + + */}
-
- - + +
+ + + Agreements + Actions + Program + + +
Agreements
+
+ +
Actions
+
+ +
Program
+
+
+
+
+ + -
-
+
From 70c3c13bb6a225d47922960fdfe5264601087a44 Mon Sep 17 00:00:00 2001 From: Jim Hodapp Date: Tue, 20 Aug 2024 21:44:15 -0500 Subject: [PATCH 2/3] Make sure the coaching session title div stays aligned with coaching notes on left and right sides as the window size changes. --- src/app/coaching-sessions/[id]/page.tsx | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/app/coaching-sessions/[id]/page.tsx b/src/app/coaching-sessions/[id]/page.tsx index bb15dc8..30434da 100644 --- a/src/app/coaching-sessions/[id]/page.tsx +++ b/src/app/coaching-sessions/[id]/page.tsx @@ -129,7 +129,7 @@ export default function CoachingSessionsPage() { return ( <>
-
+

Session Title

@@ -217,16 +217,15 @@ export default function CoachingSessionsPage() {
- + Notes - Program Console - + {/*
Coach's Notes
-
+
*/}
@@ -240,11 +239,6 @@ export default function CoachingSessionsPage() {

- -
- Program -
-
Console From 545195ba58787681f6d4d1a789c60252c8973d95 Mon Sep 17 00:00:00 2001 From: Jim Hodapp Date: Tue, 20 Aug 2024 21:51:59 -0500 Subject: [PATCH 3/3] Remove the CodeViewer and PresetShare components from the coaching session page. --- src/app/coaching-sessions/[id]/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/coaching-sessions/[id]/page.tsx b/src/app/coaching-sessions/[id]/page.tsx index 30434da..3cdfd91 100644 --- a/src/app/coaching-sessions/[id]/page.tsx +++ b/src/app/coaching-sessions/[id]/page.tsx @@ -133,10 +133,6 @@ export default function CoachingSessionsPage() {

Session Title

-
- - -