-
Notifications
You must be signed in to change notification settings - Fork 49
Feature/proof request details styling #542
Feature/proof request details styling #542
Conversation
Signed-off-by: Jason Sy <jasyrotuck@gmail.com>
Signed-off-by: Jason Sy <jasyrotuck@gmail.com>
Signed-off-by: Jason Sy <jasyrotuck@gmail.com>
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.
Maybe change the ordering in PresentationRequestDetails.mount
, start the credentials load first... give it a better chance of being completed before we show the ProofRequest component? Remove text
attribute from BPAButtons and the submitDisabled
property I can't find it anywhere.
@@ -24,19 +24,19 @@ | |||
<v-divider></v-divider> | |||
</v-card-text> | |||
<v-layout align-end justify-end> | |||
<v-btn | |||
<v-bpa-button | |||
color="secondary" | |||
text |
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.
BPAButtons don't add in the 'text' attribute, that will get picked up by the global ux config and handled by the BPAButton component.
> | ||
<v-btn | ||
<v-bpa-button | ||
:loading="this.isBusy" | ||
color="primary" | ||
text | ||
@click="respondToPresentationRequest(presentationRequest)" | ||
:disabled="submitDisabled" |
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.
I can't find where submitDisabled is set?
I think i've addressed both of these. |
Signed-off-by: Jason Sy <jasyrotuck@gmail.com>
Didn't push all my local commits. this cleans up the FE a bit more.