-
Notifications
You must be signed in to change notification settings - Fork 20
feat(tangle-cloud): Implement blueprint instance deployment page #2918
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
Conversation
✅ Deploy Preview for tangle-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for tangle-cloud ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for tangle-leaderboard canceled.
|
|
@danielbui12 I just wrote the |
|
@yurixander do you plan to finish this soon or should we hand it to @danielbui12 ? |
e709311 to
c01c40c
Compare
✅ Deploy Preview for tangle-leaderboard ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
need to merge #2937 first |
apps/tangle-cloud/src/pages/registrationReview/RegistrationForm/FieldTypeInput.tsx
Show resolved
Hide resolved
| onSave={(params) => { | ||
| tokenSymbol={network.tokenSymbol} | ||
| amountValue={amount[blueprint.id] ?? ''} | ||
| paramsValue={registrationParams[blueprint.id] ?? {}} |
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.
Might be good to put this on a useMemo
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.
This is in map to render component, not a specific value. I tried useMemo got a bug, then I have to unwrap the useMemo
apps/tangle-cloud/src/pages/blueprints/[id]/deploy/DeploySteps/DeployStep1.tsx
Outdated
Show resolved
Hide resolved
apps/tangle-cloud/src/pages/blueprints/[id]/deploy/DeploySteps/DeployStep1.tsx
Show resolved
Hide resolved
apps/tangle-cloud/src/pages/blueprints/[id]/deploy/DeploySteps/DeployStep1.tsx
Outdated
Show resolved
Hide resolved
apps/tangle-cloud/src/pages/blueprints/[id]/deploy/DeploySteps/DeployStep1.tsx
Outdated
Show resolved
Hide resolved
apps/tangle-cloud/src/pages/blueprints/[id]/deploy/DeploySteps/DeployStep1.tsx
Outdated
Show resolved
Hide resolved
|
Why is the diff so large? Package lock? |
6451293 to
3eacf86
Compare
| }; | ||
| }); | ||
|
|
||
| return data as PrimitiveField[]; |
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.
@yuri-xyz The type is too malicious to be covered so it's better to cast here
Co-authored-by: danielbui12 <[email protected]> Co-authored-by: yurixander <[email protected]> Co-authored-by: Trung-Tin Pham <[email protected]>
Summary of changes
Provide a detailed description of proposed changes.
/deploypage that allows setting up a blueprint instance's settings for deployment.Proposed area of change
Put an
xin the boxes that apply.apps/tangle-dappapps/tangle-cloudapps/leaderboardlibs/tangle-shared-uilibs/ui-componentsAssociated issue(s)
Specify any issues that can be closed from these changes (e.g.
Closes #233).Screen Recording
If possible provide screenshots and/or a screen recording of proposed change.
deploy_blueprint_step_1.mov