Leonid Grishchenin
Leonid Grishchenin
After upgrading I am getting the following error: ``` Property value of ObjectProperty expected node to be of a type ["Expression","PatternLike"] but instead got "JSXExpressionContainer" ``` I am using Next.js...
## Description URI notification UI enchancements ## Screenshots:
## Description Fix for bump fee and finalize transaction not working when sats are used. Potentially fixes more things that haven't been discovered yet, since the `useRbfForm()` hook had incorrect...
Currently the `FormattedCryptoAmount` component expects the value passed to be in decimal units (BTC), since before #6039 amounts stored in state were in BTC. Since now they are stored in...
At the moment the Coinjoin page UI is not responsive, since the priority is on streamlining the core functionality and having a narrow screen is highly unlikely on desktop. Before...
**Follow up for https://github.com/trezor/trezor-suite/issues/4067** - [ ] Animate coins container expansion i na way that doesn't move the content inside - [ ] Remove the plus icon - [ ]...
### Description Wrap all amounts in something like: ``` type Amount = { value: string; unit: PROTO.AmountUnit; }; ``` ### Reasoning - Stricter checks and avoid combining amounts with different...
As a follow up for https://github.com/trezor/trezor-suite/issues/10792, the anchor highlight overlaps with the `SectionItem` separator. It is a theoretical bug because a lot of the anchors are unused.
Use warning toasts instead of errors when an action has been cancelled by a device or via Suite UI.
### Describe the bug I've been trying to create a component which would encapsulate data loading logic, to have the most granular approach to using ``, avoiding UI duplication with...