Leonid Grishchenin

Results 12 issues of 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:

notifications
UI

## 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...

code

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...

UI

**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 - [ ]...

UI

### Description Wrap all amounts in something like: ``` type Amount = { value: string; unit: PROTO.AmountUnit; }; ``` ### Reasoning - Stricter checks and avoid combining amounts with different...

code

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.

bug
good first issue

Use warning toasts instead of errors when an action has been cancelled by a device or via Suite UI.

good first issue
code
low hanging fruit
connect

### 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...

Resolution: Needs More Information
React 19