From ce97ca74c707459369b5ad23a979550d39c2ef67 Mon Sep 17 00:00:00 2001 From: Oliver Pelly Date: Wed, 8 Apr 2026 13:36:23 -0700 Subject: [PATCH 1/6] first commit --- .../add-goal-modal/add-goal-modal.html | 109 ++---- .../add-goal-modal/add-goal-modal.scss | 147 +------- .../add-goal-modal/add-goal-modal.ts | 31 +- .../add-student-modal/add-student-modal.html | 82 +---- .../add-student-modal/add-student-modal.scss | 131 +------ .../add-student-modal/add-student-modal.ts | 22 +- .../benchmark-card-full.scss | 116 +++--- .../benchmark-card-full.ts | 2 +- .../edit-benchmark-modal.html | 21 ++ .../edit-benchmark-modal.scss | 1 + .../edit-benchmark-modal.ts | 54 +++ .../edit-event-modal/edit-event-modal.html | 36 ++ .../edit-event-modal/edit-event-modal.scss | 21 ++ .../edit-event-modal/edit-event-modal.ts | 98 +++++ .../edit-goal-modal/edit-goal-modal.html | 29 ++ .../edit-goal-modal/edit-goal-modal.scss | 1 + .../edit-goal-modal/edit-goal-modal.ts | 58 +++ .../edit-student-modal.html | 21 ++ .../edit-student-modal.scss | 1 + .../edit-student-modal/edit-student-modal.ts | 51 +++ .../components/modal-shell/modal-shell.html | 10 + .../components/modal-shell/modal-shell.scss | 134 +++++++ .../components/modal-shell/modal-shell.ts | 19 + .../desktop/components/reports/reports.scss | 48 ++- .../student-progress-report.scss | 111 +++--- .../components/workspace/workspace.html | 135 +++++++ .../components/workspace/workspace.scss | 276 ++++++++++++++ .../desktop/components/workspace/workspace.ts | 230 ++++++++++++ .../src/app/desktop/desktop.routes.ts | 24 +- .../src/app/desktop/pages/home/home.html | 85 ++++- .../src/app/desktop/pages/home/home.scss | 297 ++++++++++----- .../src/app/desktop/pages/home/home.ts | 339 +++++------------- .../src/app/shared/classes/category-colors.ts | 22 ++ ui/winstudentgoaltracker/src/styles.scss | 67 +++- 34 files changed, 1813 insertions(+), 1016 deletions(-) create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-benchmark-modal/edit-benchmark-modal.html create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-benchmark-modal/edit-benchmark-modal.scss create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-benchmark-modal/edit-benchmark-modal.ts create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-event-modal/edit-event-modal.html create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-event-modal/edit-event-modal.scss create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-event-modal/edit-event-modal.ts create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-goal-modal/edit-goal-modal.html create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-goal-modal/edit-goal-modal.scss create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-goal-modal/edit-goal-modal.ts create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-student-modal/edit-student-modal.html create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-student-modal/edit-student-modal.scss create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/edit-student-modal/edit-student-modal.ts create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/modal-shell/modal-shell.html create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/modal-shell/modal-shell.scss create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/modal-shell/modal-shell.ts create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/workspace/workspace.html create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/workspace/workspace.scss create mode 100644 ui/winstudentgoaltracker/src/app/desktop/components/workspace/workspace.ts create mode 100644 ui/winstudentgoaltracker/src/app/shared/classes/category-colors.ts diff --git a/ui/winstudentgoaltracker/src/app/desktop/components/add-goal-modal/add-goal-modal.html b/ui/winstudentgoaltracker/src/app/desktop/components/add-goal-modal/add-goal-modal.html index 96cabbf..a5d4b23 100644 --- a/ui/winstudentgoaltracker/src/app/desktop/components/add-goal-modal/add-goal-modal.html +++ b/ui/winstudentgoaltracker/src/app/desktop/components/add-goal-modal/add-goal-modal.html @@ -1,83 +1,32 @@ -
- -