Skip to content

fix: trade history fallback to fills on error#2089

Merged
dwjanus merged 2 commits into
mainfrom
dwj/trade-history-fallback
Feb 27, 2026
Merged

fix: trade history fallback to fills on error#2089
dwjanus merged 2 commits into
mainfrom
dwj/trade-history-fallback

Conversation

@dwjanus

@dwjanus dwjanus commented Feb 27, 2026

Copy link
Copy Markdown
Contributor

Changes

  • add fallback to fills table if no trade history in portfolio

@dwjanus dwjanus requested a review from a team as a code owner February 27, 2026 19:44
@vercel

vercel Bot commented Feb 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
v4-staging Ready Ready Preview, Comment Feb 27, 2026 8:46pm
v4-testnet Ready Ready Preview, Comment Feb 27, 2026 8:46pm

Request Review

Comment on lines +130 to +137
? [
FillsTableColumnKey.Time,
FillsTableColumnKey.Market,
FillsTableColumnKey.Action,
FillsTableColumnKey.TypeAmount,
FillsTableColumnKey.PriceFee,
FillsTableColumnKey.ClosedPnl,
]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

just checking if this looks okay- noticed previously we rendered a lot less for the Fills table https://github.com/dydxprotocol/v4-web/pull/2087/changes#diff-0f6dfa81a8750b4e617f5b5f25e72ca543613f3c19ad816ac72b4b7305bf05c7L121-L123

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

they should be fine but removing them regardless and need to update the list/rows as well before this can merge

dankim214
dankim214 previously approved these changes Feb 27, 2026

@dankim214 dankim214 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Just a question otherwise lgtm

@dwjanus dwjanus merged commit 9d96866 into main Feb 27, 2026
14 checks passed
@dwjanus dwjanus deleted the dwj/trade-history-fallback branch February 27, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants