-
Notifications
You must be signed in to change notification settings - Fork 0
Ui/new ride ui #45
base: develop
Are you sure you want to change the base?
Ui/new ride ui #45
Conversation
- Created history page - Set API calls and logic on client side only
- Redirecting to break/inactive/active depending on steps number and workStatus - Handling mutual rides mutations in steps - Handling cancel ride from dashboard - Added ride history for current day - New UI for Account page, closer to new overall UI
ad77fe3
to
8ea583c
Compare
# Conflicts: # CHANGELOG.md # pages/_campus/index.vue # plugins/socket.js
export default { | ||
|
||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
useless export here
<script> | ||
import sidemenuMenu from '~/components/sidemenu-menu.vue'; | ||
|
||
export default { | ||
components: { sidemenuMenu }, | ||
|
||
}; | ||
</script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this export become useless
@@ -0,0 +1,17 @@ | |||
<svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to get icon like this but in fontawesome ?
@@ -0,0 +1,31 @@ | |||
<svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to get icon like this but in fontawesome ?
@@ -0,0 +1,25 @@ | |||
<svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to get icon like this but in fontawesome ?
@@ -0,0 +1,21 @@ | |||
<svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to get icon like this but in fontawesome ?
@@ -17,6 +17,10 @@ export const mutations = { | |||
|
|||
export const getters = { | |||
hasCampus: (s) => s.campus !== null, | |||
globalCampus(s, g, rs, rg) { | |||
// eslint-disable-next-line no-unused-expressions | |||
rg.campus; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mhhh ? eslint seems right here.
Checklist