• Joined on 2025-05-29
kcar pushed to tldraw at kcar/full-stack-school 2026-03-07 17:32:15 +00:00
5e61f40911 major major
kcar pushed to tldraw at kcar/full-stack-school 2026-03-02 07:09:04 +00:00
ea95bf965f whiteboards
kcar created branch tldraw in kcar/full-stack-school 2026-03-01 22:42:16 +00:00
kcar pushed to tldraw at kcar/full-stack-school 2026-03-01 22:42:16 +00:00
2b7f446c03 tldraw implementation
kcar pushed to main at kcar/full-stack-school 2026-03-01 20:37:24 +00:00
9c9d1e8ae4 pagination updates; fix subject name in lesson list
kcar pushed to main at kcar/full-stack-school 2026-03-01 18:33:00 +00:00
3754ea4c28 mian commit
kcar created branch main in kcar/full-stack-school 2026-03-01 18:30:45 +00:00
kcar pushed to main at kcar/full-stack-school 2026-03-01 18:30:45 +00:00
c7e1203187 first commit
kcar created repository kcar/full-stack-school 2026-03-01 18:17:24 +00:00
kcar pushed to master at ClassroomCopilot/app 2026-02-26 17:47:39 +00:00
0f4956d4a4 fix: correct enrollment service method aliases
kcar pushed to master at ClassroomCopilot/app 2026-02-26 07:49:55 +00:00
d17acffd41 fix: add method aliases to timetableService for store compatibility
kcar pushed to master at ClassroomCopilot/app 2026-02-26 07:44:35 +00:00
fc6b6c3d10 fix: rename timetableServiceExports to timetableService to fix store imports
kcar pushed to master at ClassroomCopilot/app 2026-02-26 07:38:06 +00:00
51c0bfaeaf fix: correct MUI icon usage in Header and NotFoundPublic
kcar pushed to master at ClassroomCopilot/app 2026-02-26 07:36:41 +00:00
856816c36a fix: TimetablePage fetchTimetableDetail -> fetchTimetable and add null check for currentLessons
kcar pushed to master at ClassroomCopilot/app 2026-02-26 07:28:54 +00:00
067df34c50 fix: correct Material UI icon naming in Header.tsx and update timetable components
kcar pushed to master at ClassroomCopilot/app 2026-02-26 07:09:46 +00:00
00a6f941c7 fix(contexts): replace ProfileContext with UserContext in timetable pages
kcar pushed to master at ClassroomCopilot/app 2026-02-26 07:06:13 +00:00
c7207eb805 fix(icons): replace lucide-react with @mui/icons-material
kcar pushed to master at ClassroomCopilot/app 2026-02-26 03:28:09 +00:00
a64836c94a feat(timetable): add navigation links to Header component
kcar pushed to master at ClassroomCopilot/app 2026-02-26 03:27:48 +00:00
11c139b410 feat(timetable): add page components, services, stores and types
kcar pushed to master at ClassroomCopilot/app 2026-02-26 03:27:31 +00:00
d5c53f2c17 feat(timetable): add frontend routes and comprehensive documentation