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
183f669
commit 60e3257
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule api
updated
44 files
Submodule dashboard
updated
40 files
Submodule driver
updated
27 files
+2 −0 | CHANGELOG.md | |
+1 −1 | Dockerfile | |
+0 −13 | api/campuses.js | |
+0 −18 | api/helpers.mjs | |
+0 −15 | api/index.js | |
+0 −22 | api/jwt.js | |
+0 −47 | api/rides.js | |
+0 −67 | api/status.js | |
+34 −0 | components/passenger-call-button.vue | |
+44 −0 | components/reconnecting-hero.vue | |
+10 −8 | components/ride-card.vue | |
+2 −5 | components/ride-status-badge.vue | |
+15 −9 | components/ride-status-change.vue | |
+1 −0 | components/rides-to-accept.vue | |
+24 −57 | nuxt.config.js | |
+1,616 −1,948 | package-lock.json | |
+6 −17 | package.json | |
+3 −0 | pages/_campus.vue | |
+14 −2 | pages/_campus/index.vue | |
+1 −3 | pages/login.vue | |
+0 −10 | plugins/axios.js | |
+0 −19 | plugins/luxon.js | |
+1 −1 | plugins/push-notification.js | |
+8 −10 | plugins/socket.js | |
+0 −15 | plugins/states.js | |
+17 −2 | store/index.js | |
+12 −3 | store/rides.js |
Submodule user
updated
19 files
+2 −0 | CHANGELOG.md | |
+1 −1 | Dockerfile | |
+0 −14 | api/campuses.js | |
+0 −10 | api/forms.js | |
+0 −18 | api/helpers.mjs | |
+0 −17 | api/index.js | |
+0 −42 | api/rides.js | |
+0 −31 | api/routing.js | |
+0 −100 | api/status.js | |
+1 −1 | components/footer.vue | |
+1 −1 | components/header.vue | |
+27 −0 | helpers/routing.js | |
+11 −45 | nuxt.config.js | |
+1,386 −1,438 | package-lock.json | |
+5 −14 | package.json | |
+4 −4 | pages/_ride_id.vue | |
+5 −5 | pages/index.vue | |
+0 −10 | plugins/axios.js | |
+4 −9 | plugins/socket.js |