-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule peerly
updated
11 files
+35 −32 | backend/src/api/subjects.ts | |
+37 −32 | backend/src/api/timeslots.ts | |
+29 −27 | backend/src/api/tutelages.ts | |
+13 −6 | frontend/src/api.ts | |
+8 −7 | frontend/src/components/Calendar.tsx | |
+21 −5 | frontend/src/components/NavBar.tsx | |
+111 −70 | frontend/src/components/RequestsList.tsx | |
+112 −85 | frontend/src/pages/HomePage.tsx | |
+6 −1 | frontend/src/pages/LearnerSetupPage.tsx | |
+4 −1 | frontend/src/pages/RequestTutelagePage.tsx | |
+13 −28 | frontend/src/pages/RequestsPage.tsx |