From 11d92c1a791ca5effee7866bb7bc966632fe0461 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 06:50:56 +0000 Subject: [PATCH 1/2] Initial plan From 90bbe07834a111dbf954db568c65551277e6d13c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:18:44 +0000 Subject: [PATCH 2/2] Adopt design color palette (#f8eedf) for all text headers Agent-Logs-Url: https://github.com/codewit-us/codewit.us/sessions/e7322396-01ee-458e-ad35-94cfcd42a3b4 Co-authored-by: kbuffardi <8324410+kbuffardi@users.noreply.github.com> --- codewit/client/src/pages/Home.tsx | 4 ++-- codewit/client/src/pages/ImportExercisesPanel.tsx | 2 +- codewit/client/src/pages/Read.tsx | 2 +- codewit/client/src/pages/course/TeacherView.tsx | 4 ++-- codewit/client/src/pages/create/exercise/exercise_id.tsx | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/codewit/client/src/pages/Home.tsx b/codewit/client/src/pages/Home.tsx index d67875d..ab92f29 100644 --- a/codewit/client/src/pages/Home.tsx +++ b/codewit/client/src/pages/Home.tsx @@ -117,7 +117,7 @@ interface StudentCourseListProps { function StudentCourseList({ courses }: StudentCourseListProps) { return
-

Attending

+

Attending

{courses.map(course => { return

@@ -157,7 +157,7 @@ interface InstructorCourseListProps { function InstructorCourseList({ courses }: InstructorCourseListProps) { return
-

Instructing

+

Instructing

{courses.map(course => { return

diff --git a/codewit/client/src/pages/ImportExercisesPanel.tsx b/codewit/client/src/pages/ImportExercisesPanel.tsx index e46a466..00443a4 100644 --- a/codewit/client/src/pages/ImportExercisesPanel.tsx +++ b/codewit/client/src/pages/ImportExercisesPanel.tsx @@ -46,7 +46,7 @@ export default function ImportExercisesPanel({ return (
-

Import Exercises (CSV)

+

Import Exercises (CSV)