Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Feature/proof request details styling #542

Merged
merged 6 commits into from
Jul 13, 2021

Conversation

Jsyro
Copy link
Contributor

@Jsyro Jsyro commented Jul 13, 2021

Didn't push all my local commits. this cleans up the FE a bit more.

Signed-off-by: Jason Sy <jasyrotuck@gmail.com>
Signed-off-by: Jason Sy <jasyrotuck@gmail.com>
Signed-off-by: Jason Sy <jasyrotuck@gmail.com>
Copy link
Contributor

@usingtechnology usingtechnology left a 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
Copy link
Contributor

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"
Copy link
Contributor

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?

Signed-off-by: Jason Sy <jasyrotuck@gmail.com>
@Jsyro
Copy link
Contributor Author

Jsyro commented Jul 13, 2021

I think i've addressed both of these.

@Jsyro Jsyro merged commit 2a92d58 into hyperledger-labs:master Jul 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants