chore: remove activity log from transaction details#40380
Merged
Conversation
Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
Contributor
Builds ready [7d31770]
⚡ Performance Benchmarks (1381 ± 94 ms)
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
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. |
Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
Contributor
Builds ready [3f9f11b]
⚡ Performance Benchmarks (1380 ± 106 ms)
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚀 Bundle size reduced!]
|
Contributor
Builds ready [105f2a4]
⚡ Performance Benchmarks (1363 ± 110 ms)
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Contributor
Builds ready [8fe5ac0]
⚡ Performance Benchmarks
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚀 Bundle size reduced!]
|
AndyMBridges
previously approved these changes
Feb 26, 2026
ameliejyc
previously approved these changes
Feb 26, 2026
Resolve modify/delete conflicts for transaction-activity-log files by keeping them deleted (the purpose of this PR is to remove the activity log feature entirely). Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
24c0f74
AndyMBridges
approved these changes
Feb 26, 2026
|
micaelae
approved these changes
Feb 26, 2026
Contributor
Builds ready [24c0f74]
⚡ Performance Benchmarks
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚀 Bundle size reduced!]
|
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
This PR removes the Activity Log section from the transaction details modal
The Activity Log link in this modal has been broken for over a year and is unmaintained.
Changelog
CHANGELOG entry: chore: remove activity log from activity details
Related issues
Fixes: #40289
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Primarily deletes an unused/broken UI feature and its translations; risk is limited to potential missing string/route-state assumptions in remaining transaction/bridge detail views.
Overview
Removes the Transaction Activity Log feature from the transaction details UI, including the disclosure section in
TransactionListItemDetailsand the bridge transaction details page.Deletes the entire
ui/components/app/transaction-activity-logcomponent stack (UI, container, utilities, stories, tests, snapshots) and strips related localization strings (e.g.,activityLog,speedUpTransaction, and per-eventtransaction*messages) across many locales. Cleans up references in styling/imports, TS migration tracking, Jest baselines, bridge navigation state, and updates transaction breakdown logic to useTransactionStatus.confirmedinstead of the removed constant.Written by Cursor Bugbot for commit 8fe5ac0. This will update automatically on new commits. Configure here.