Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

feat(send flow): implemented UI changes on flow added a feature flag and some initial work with real sending amount#5331

Draft
milan-bc wants to merge 5 commits into
developmentfrom
feat/FWN-1719-select-send-account-screen
Draft

feat(send flow): implemented UI changes on flow added a feature flag and some initial work with real sending amount#5331
milan-bc wants to merge 5 commits into
developmentfrom
feat/FWN-1719-select-send-account-screen

Conversation

@milan-bc
Copy link
Copy Markdown
Collaborator

Description (optional)

Add a concise explanation of the changes.

Testing Steps (optional)

Detail the steps required for the reviewer(s) to verify and test these changes.

@milan-bc milan-bc added the don't merge yet Code should not be merged label Aug 30, 2022
@milan-bc milan-bc self-assigned this Aug 30, 2022
@milan-bc milan-bc force-pushed the feat/FWN-1719-select-send-account-screen branch from bee7966 to 5d1baf3 Compare August 30, 2022 14:44
@milan-bc milan-bc force-pushed the feat/FWN-1719-select-send-account-screen branch 2 times, most recently from 92dd974 to edcdb32 Compare September 16, 2022 16:11
@milan-bc milan-bc force-pushed the feat/FWN-1719-select-send-account-screen branch from edcdb32 to beccc58 Compare September 19, 2022 14:52
}

// helper function to send BTC amount
const submitBTCTransaction = function* () {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We shouldn't need a submitCOINTransaction function, it should be coin agnostic

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

yeah this is for testing purpose to try to make at least BTC working then will move it to generic function

payment = yield payment.sign(password)
}
// Publish payment
if (payPro) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

kill this

@@ -0,0 +1,510 @@
import React from 'react'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why o why is there yet ANOTHER new enter amount screen? What in the world is wrong with the first one?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

new design and easier to maintain it with feature flag, than to have bund of if/else in original EnterAmount screen then once when feature is out we will just kill old page and make this one main and only one

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

just use the old enter amount screen, dont make any changes to it

<SpinningLoader width='14px' height='14px' borderWidth='3px' />
</div>
),
Success: (tx) => (
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

what is the difference between transactionOverview and confirm?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

this is a new page last step of process, user do confirm and on this page we show again transaction detail and progress like number of confirmations + link to tx explorer

@milan-bc milan-bc force-pushed the feat/FWN-1719-select-send-account-screen branch from beccc58 to d40f1ed Compare September 27, 2022 09:47
@milan-bc milan-bc force-pushed the feat/FWN-1719-select-send-account-screen branch from d40f1ed to 310e470 Compare February 1, 2023 09:30
@milan-bc milan-bc force-pushed the feat/FWN-1719-select-send-account-screen branch from 310e470 to 5887ab7 Compare February 28, 2023 08:26
@@ -0,0 +1,119 @@
import React from 'react'
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pardon me

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I didn't know this forum I am newB. Learning the byt transfersion world. Better than never. Please do excuse me. I am very happy for finding this although is it stealing?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

don't merge yet Code should not be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants