This repository has been archived by the owner on May 29, 2020. It is now read-only.
-
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
1 parent
0d95146
commit bff8da0
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule api
updated
7 files
+5 −0 | CHANGELOG.md | |
+2 −0 | models/rights.mjs | |
+2 −0 | models/role.mjs | |
+4 −0 | models/rules.mjs | |
+183 −141 | package-lock.json | |
+15 −15 | package.json | |
+7 −2 | routes/jwt.mjs |
Submodule dashboard
updated
7 files
+8 −0 | CHANGELOG.md | |
+3 −3 | components/calendar.vue | |
+75 −55 | package-lock.json | |
+10 −10 | package.json | |
+9 −3 | pages/_campus/drivers/index.vue | |
+2 −14 | pages/_campus/history.vue | |
+7 −3 | pages/users/index.vue |
Submodule driver
updated
5 files
+5 −0 | CHANGELOG.md | |
+1 −1 | components/ride-status-change.vue | |
+46 −28 | package-lock.json | |
+2 −2 | package.json | |
+12 −0 | store/rides.js |