Skip to content
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

transactions: refactor #5369

Merged
merged 48 commits into from Feb 23, 2024
Merged

transactions: refactor #5369

merged 48 commits into from Feb 23, 2024

Conversation

skylarbarrera
Copy link
Contributor

@skylarbarrera skylarbarrera commented Jan 31, 2024

Fixes APP-800

What changed (plus any additional context for devs)

Screen recordings / screenshots

What to test

@walmat
Copy link
Contributor

walmat commented Feb 5, 2024

Okay had to bump prettier version in this branch to play nicely with zustand. Forced a write which is why file amount is large.

@skylarbarrera skylarbarrera marked this pull request as ready for review February 12, 2024 19:20
Copy link

linear bot commented Feb 12, 2024

// @ts-expect-error ts-migrate(7031) FIXME: Binding element 'title' implicitly has an 'any' ty... Remove this comment to see the full error message
({ title }) => title === 'Pending'
);
const pendingSectionIndex = sectionedTransactions.findIndex(({ title }) => title === 'Pending');
Copy link
Member

Choose a reason for hiding this comment

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

src/screens/NFTSingleOfferSheet/index.tsx Show resolved Hide resolved
@skylarbarrera skylarbarrera added the release for release blockers and release candidate branches label Feb 22, 2024
Copy link
Contributor

@ibrahimtaveras00 ibrahimtaveras00 left a comment

Choose a reason for hiding this comment

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

All issues in APP-1177 have been resolved ✅

@skylarbarrera skylarbarrera merged commit 395583b into develop Feb 23, 2024
5 of 6 checks passed
@skylarbarrera skylarbarrera deleted the @skylar/txs branch February 23, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release for release blockers and release candidate branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants