-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate existing inputs to vuetify #380
Migrate existing inputs to vuetify #380
Conversation
Co-authored-by: gabrielademoraes <[email protected]>
…lease and EditUserProfile
Co-authored-by: guilhermesiqueira <[email protected]>
…376-migrate-existing-buttons-to-vuetify
… and EditRetrospective
@rossicler It seems that you're updating all the buttons too, but it was also addressed on #379. |
This reverts commit 44e7e4f.
Thanks for the reply, I reverted the merge commit of the buttons migration. |
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 seems to be good. Please fix the conflicts in package.json
@@ -129,12 +128,12 @@ export default { | |||
max-width: 20em; | |||
} | |||
|
|||
#registerForm input { | |||
/* #registerForm input { |
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 this still used?
@@ -155,14 +161,14 @@ export default { | |||
|
|||
<style scoped> | |||
|
|||
textarea { | |||
/* textarea { |
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 this still being used?
@@ -72,13 +72,13 @@ export default { | |||
</script> | |||
|
|||
<style scoped> | |||
input { | |||
/* input { |
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.
Same here
@@ -66,13 +66,13 @@ export default { | |||
</script> | |||
|
|||
<style scoped> | |||
input { | |||
/* input { |
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.
Same here
Conflict resolved, also deleted the commented unused css. |
@alaxalves @MartinsLucas can you guys take a look at this? |
Proposed Changes
It was migrated the text inputs of the project to vuetify. #378
Type of Changes
What type of change this Pull Request brings to Falko?
Checklist