-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fabo/1835 signing methods #1860
Conversation
please don't include that line in the form below amount. |
which line? |
ahhh, ok |
Codecov Report
@@ Coverage Diff @@
## develop #1860 +/- ##
===========================================
- Coverage 95.08% 94.51% -0.58%
===========================================
Files 124 125 +1
Lines 2910 2916 +6
Branches 121 117 -4
===========================================
- Hits 2767 2756 -11
- Misses 135 150 +15
- Partials 8 10 +2
|
Codecov Report
@@ Coverage Diff @@
## develop #1860 +/- ##
===========================================
- Coverage 95.08% 94.54% -0.54%
===========================================
Files 124 125 +1
Lines 2910 2916 +6
Branches 121 117 -4
===========================================
- Hits 2767 2757 -10
- Misses 135 150 +15
- Partials 8 9 +1
|
Codecov Report
@@ Coverage Diff @@
## develop #1860 +/- ##
===========================================
- Coverage 94.97% 94.95% -0.02%
===========================================
Files 125 125
Lines 2905 2896 -9
Branches 117 117
===========================================
- Hits 2759 2750 -9
- Misses 135 137 +2
+ Partials 11 9 -2
|
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.
untested review comments:
Co-Authored-By: faboweb <[email protected]>
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.
LGTM
this.sending = true | ||
this.$v.$touch() | ||
|
||
let subFormValid = this.validate() |
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.
what's a subForm? and what is this.validate()
?
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.
The actual form like SendModal
. Added a bit of explanation.
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.
few small comments - requesting changes because @fedekunze already approved - but this is an amazing next step for ActionModals!
|
||
// An ActionModal is only the prototype of a parent modal | ||
// here we trigger the validation of the form that this parent modal | ||
let childFormValid = this.validate() |
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.
nice rename. thank you!
Closes #1835
Description:
Missing:
❤️ Thank you!
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorer