-
+
+
Pre-session reflection
-
+
What changed since last time?
-
+
Final MVP should let the client answer this before a
session, then feed the response into the coach prep brief.
diff --git a/frontend/src/pages/clients.tsx b/frontend/src/pages/clients.tsx
index 204b081..23060af 100644
--- a/frontend/src/pages/clients.tsx
+++ b/frontend/src/pages/clients.tsx
@@ -55,7 +55,7 @@ function Panel({
}) {
return (
@@ -64,7 +64,7 @@ function Panel({
function EmptyState({ label }: { label: string }) {
return (
-
+
{label}
);
@@ -113,33 +113,33 @@ const Clients = () => {
-
+
-
+
Client CRM
Client records
-
+
Open a client record to review goals, coach notes, recent
sessions, and commitments.
-
+
{clients.length} clients
-
-
+
-
+
{clients.map((client) => (