Alec Bakholdin

Results 7 issues of Alec Bakholdin

## Fixes Or Enhances Fixes some go-errorlint linting errors that's part of actual code #734 There are also bunch of linting errors that are in testing files (most are in...

Added typings to the API

:mag: ready for review

Closes #4282 Focus for the mobile amount field was being tracked in two locations with a local useState() and the useSingleActiveEditForm hook. Changed the behavior of the hook and also...

:mag: ready for review

Closes #5000 Initially discussed in #4899 Adds support for merging transferred transaction. 1) If a kept transaction has no payee (including transfer) and the dropped transaction is a transfer, the...

:mag: ready for review

### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? **Bug described here by another user @cesjn** I have been...

bug
transactions
user interface

Resolves #15035 This PR is **an attempt** at hopefully guiding someone in the right direction. I made a best effort to put forward a solution to the issue but ultimately...

### Describe the bug Prerendered functions don't work with SSR in Cloudflare Workers. When I disable ssr with `export const ssr = false`, the issue no longer persists. ### Reproduction...