Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Contributor
✨ Files requiring CODEOWNER review ✨👨🔧 @MetaMask/perps (15 files, +1903 -5)
|
Contributor
Builds ready [ea32709]
UI Startup Metrics (1301 ± 102 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
ba8b5de to
911b4e3
Compare
Contributor
Builds ready [911b4e3]
UI Startup Metrics (1326 ± 100 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
911b4e3 to
f47f8f3
Compare
179e38e to
11c1595
Compare
Contributor
Builds ready [11c1595]
UI Startup Metrics (1290 ± 119 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Contributor
Builds ready [2d7d166]
UI Startup Metrics (1317 ± 117 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Contributor
Builds ready [6213e38]
UI Startup Metrics (1374 ± 96 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
6213e38 to
322c650
Compare
Contributor
Builds ready [322c650]
UI Startup Metrics (1431 ± 93 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Contributor
Builds ready [7fd45a4]
UI Startup Metrics (1380 ± 89 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implements transaction history UI for perpetual futures trading, enabling users to view and filter their trading activity.
Key changes:
Architecture:
Changelog
CHANGELOG entry: Implements transaction history UI for perps
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
perps_history.mov
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
Adds new Perps activity route and multiple UI components with sorting/grouping/filtering logic; risk is mainly UI/regression around navigation and transaction formatting, not funds movement or signing.
Overview
Adds a Perps transaction history UI: a new
TransactionCardfor rendering trades/orders/funding/deposits/withdrawals with type-specific amount/status formatting, plus aPerpsRecentActivitywidget on the Perps tab with a See All link.Introduces a full
PerpsActivityPageatPERPS_ACTIVITY_ROUTEwith a dropdown filter (Trades/Orders/Funding/Deposits) and date-based grouping (Today/Yesterday/older via formatted dates), guarded by the perps feature flag.Extends perps mocks/types/utilities to support
PerpsTransactiondata and filtering/grouping helpers, updates i18n strings for new labels/statuses, and adjusts dropdown icon colors; adds/updates Jest tests and console baselines for the new components/pages.Written by Cursor Bugbot for commit 7fd45a4. This will update automatically on new commits. Configure here.