-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
1 parent
4ae35d1
commit f7da22d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule magma
updated
9 files
+48 −5 | package-lock.json | |
+1 −0 | package.json | |
+3 −0 | src/components/core/Navigation.vue | |
+359 −0 | src/components/schedules/CreateScheduleModal.vue | |
+42 −0 | src/components/schedules/DeleteScheduleModal.vue | |
+6 −0 | src/router.js | |
+4 −0 | src/stores/coreDisplayStore.js | |
+56 −0 | src/stores/schedulesStore.js | |
+77 −0 | src/views/SchedulesView.vue |