From b5cd6414c2f23e51420f97f326324ce0c614041b Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 9 Jun 2022 16:05:03 -0500 Subject: PT ready, however theres a bug with modals. Info button brings up modal of first PT, ignoring completely the pt that it is currently on. May come from each created modal sharing the same PT to be honest (after unrolling the for loop). --- src/components/AssignLabs/PT.svelte | 49 ++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 4 deletions(-) (limited to 'src/components') diff --git a/src/components/AssignLabs/PT.svelte b/src/components/AssignLabs/PT.svelte index 0976fe4..7db84f9 100644 --- a/src/components/AssignLabs/PT.svelte +++ b/src/components/AssignLabs/PT.svelte @@ -1,9 +1,50 @@ -
- {datum.firstname} + +
+ +
+ + {pt.name} + + + + + + + +
+ + +
Hours: {pt.lab_hours}
-- cgit v1.2.3