Skip to content
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

Support Option type in Contract Tab #596

Merged
merged 2 commits into from
Aug 29, 2023
Merged

Support Option type in Contract Tab #596

merged 2 commits into from
Aug 29, 2023

Conversation

BriungRi
Copy link
Contributor

No description provided.

@netlify
Copy link

netlify bot commented Aug 24, 2023

Deploy Preview for aptos-explorer ready!

Name Link
🔨 Latest commit 40ccb3d
🔍 Latest deploy log https://app.netlify.com/sites/aptos-explorer/deploys/64e775c3649b0300083a53ae
😎 Deploy Preview https://deploy-preview-596--aptos-explorer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@kaw2k kaw2k left a comment

Choose a reason for hiding this comment

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

Love it, just tested with run and view.

@@ -683,16 +688,18 @@ function ContractForm({
<TextField label="signer" disabled fullWidth />
))}
{fnParams.map((param, i) => {
// TODO: Need a nice way to differentiate between option and empty string
Copy link
Contributor

Choose a reason for hiding this comment

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

Talking with @BriungRi , we would probably want a dropdown between some and none

@kaw2k
Copy link
Contributor

kaw2k commented Aug 29, 2023

@kent-white thoughts?

Copy link
Collaborator

@kent-white kent-white left a comment

Choose a reason for hiding this comment

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

looks good to me.

@BriungRi BriungRi merged commit af57548 into main Aug 29, 2023
8 checks passed
@BriungRi BriungRi deleted the bl/option branch August 29, 2023 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants