Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Ui/new ride ui #45

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Ui/new ride ui #45

wants to merge 5 commits into from

Conversation

Scttpr
Copy link

@Scttpr Scttpr commented Feb 20, 2020

Checklist

  • I've added a mention in CHANGELOG.md

Charles Capelli added 4 commits February 10, 2020 13:35
- 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
# Conflicts:
#	CHANGELOG.md
#	pages/_campus/index.vue
#	plugins/socket.js
@Scttpr Scttpr requested a review from Nainterceptor February 20, 2020 13:18
@Scttpr
Copy link
Author

Scttpr commented Feb 20, 2020

Comment on lines +9 to +11
export default {

};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useless export here

Comment on lines 6 to 10
<script>
import sidemenuMenu from '~/components/sidemenu-menu.vue';

export default {
components: { sidemenuMenu },

};
</script>
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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;
Copy link
Collaborator

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants