-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
feat: UI facelift of the Affected transactions in the RBF flow #16569
base: develop
Are you sure you want to change the base?
Conversation
04131d3
to
a09e208
Compare
|
||
import { AddressReplaceMeAfterAdamsMerge } from './AddressReplaceMeAfterAdamsMerge'; | ||
|
||
// Todo: reolace with Albinas component once its merged |
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.
Waits for this PR: #16619
@@ -0,0 +1,33 @@ | |||
import styled from 'styled-components'; | |||
|
|||
// Todo: replace once Adams PR is merged (here https://github.com/trezor/trezor-suite/pull/16465 but shall be separated ane generalized first) |
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.
Waits for this PR to conclude: #16465
...s/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/AffectedTransactionItem.tsx
Outdated
Show resolved
Hide resolved
...s/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/AffectedTransactionItem.tsx
Outdated
Show resolved
Hide resolved
...e/modals/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/DecreasedOutputs.tsx
Outdated
Show resolved
Hide resolved
...e/modals/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/DecreasedOutputs.tsx
Outdated
Show resolved
Hide resolved
...e/modals/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/DecreasedOutputs.tsx
Outdated
Show resolved
Hide resolved
...e/modals/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/DecreasedOutputs.tsx
Outdated
Show resolved
Hide resolved
a09e208
to
a7ffca5
Compare
...s/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/AffectedTransactionItem.tsx
Outdated
Show resolved
Hide resolved
...s/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/AffectedTransactionItem.tsx
Show resolved
Hide resolved
...dals/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/AffectedTransactions.tsx
Outdated
Show resolved
Hide resolved
...dals/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/AffectedTransactions.tsx
Outdated
Show resolved
Hide resolved
a7ffca5
to
54371f8
Compare
...e/modals/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/DecreasedOutputs.tsx
Outdated
Show resolved
Hide resolved
...dals/ReduxModal/UserContextModal/TxDetailModal/AffectedTransactions/AffectedTransactions.tsx
Show resolved
Hide resolved
54371f8
to
a50ae55
Compare
a50ae55
to
749b6fb
Compare
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.
LGTM!
@@ -6379,6 +6383,10 @@ export default defineMessages({ | |||
id: 'TR_BUMP_FEE', | |||
defaultMessage: 'Bump fee', | |||
}, | |||
TR_BUMP_FEE_SUBTEXT: { | |||
id: 'TR_BUMP_FEE_SUBTEXT', | |||
defaultMessage: 'Speed up this transaction confirmation by paying a higher fee. ', |
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.
nitpick: remove space in the end?
}; | ||
|
||
// Todo: replace once Adams PR is merged (here https://github.com/trezor/trezor-suite/pull/16465 but shall be separated ane generalized first) | ||
export const AddressReplaceMeAfterAdamsMerge = ({ value, isTruncated }: AddressProps) => { |
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.
love the name :D
<Translation id="TR_AFFECTED_TXS" /> | ||
</Banner> | ||
<Table> | ||
{chainedTxs.own.map(tx => ( |
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.
- todo: eror with missing tbody
https://www.figma.com/design/a13eFaT5HqemGmzJZy1fNg/Transactions?node-id=4740-40883&t=PeFx8hQFNHqVeAoz-1
Dont forget:
Learn More
linkGo to detail