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

Dapp draft patch1 #4756

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Dapp draft patch1 #4756

merged 1 commit into from
Apr 30, 2024

Conversation

drafish
Copy link
Contributor

@drafish drafish commented Apr 23, 2024

Add two more parameters to edit method, so that dapp-draft could auto input the instructions from devdoc.

image

@ryestew @yann300

Copy link

netlify bot commented Apr 23, 2024

👷 Deploy request for remixproject pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 57001ac

@yann300 yann300 requested a review from LianaHus April 24, 2024 07:18
@yann300 yann300 added the ready-to-review PR ready to review label Apr 24, 2024
@@ -297,7 +297,7 @@ export function UniversalDappUI(props: UdappProps) {
<label>
<b><FormattedMessage id="udapp.balance" />:</b> {instanceBalance} ETH
</label>
{props.exEnvironment === 'injected' && <i className="fas fa-edit btn btn-sm p-0" onClick={() => {props.editInstance(props.instance)}}></i>}
{props.exEnvironment.indexOf('MetaMask') > -1 && <i className="fas fa-edit btn btn-sm p-0" onClick={() => {props.editInstance(props.instance)}}></i>}
Copy link
Contributor

Choose a reason for hiding this comment

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

why do you restrict it to metamask?

Copy link
Contributor

@yann300 yann300 Apr 24, 2024

Choose a reason for hiding this comment

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

oh ok i see... but we have to find another solution...

Copy link
Contributor

Choose a reason for hiding this comment

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

i will look at it.

Copy link
Contributor

Choose a reason for hiding this comment

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

can you rebase and remove that changes from this PR?

@yann300 yann300 enabled auto-merge April 30, 2024 12:45
auto-merge was automatically disabled April 30, 2024 13:51

Head branch was pushed to by a user without write access

@yann300
Copy link
Contributor

yann300 commented Apr 30, 2024

merging as the metamask test always fails for external PR, and this isn't linked to that PR.

@yann300 yann300 merged commit 2b01ad7 into ethereum:master Apr 30, 2024
25 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-review PR ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants