chore: update network fee tooltip for gas fees sponsored case#24258
chore: update network fee tooltip for gas fees sponsored case#24258Battambang merged 3 commits intomainfrom
Conversation
|
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. |
de672a4 to
842abc4
Compare
|
Skipping Sonar Cloud since the 3 smell codes reported are tagged as new issue while they are there since several months ago and also they are not related to the code that has been updated. |
842abc4 to
b0ab281
Compare
...Views/confirmations/components/rows/transactions/gas-fee-details-row/gas-fee-details-row.tsx
Outdated
Show resolved
Hide resolved
b0ab281 to
49bf386
Compare
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsThe PR contains two UI-related changes:
The changes are UI-focused and don't modify core transaction logic, but they affect user-facing elements in important flows:
Risk is medium because while the changes are UI-only, they affect important user-facing elements in transaction confirmations and bridge flows. |
|



Description
Enhances the gas fee sponsorship user experience by updating the tooltip logo and content next to "network fee" to align with the other tooltip logo in the swap quote card.
Problem
There was a different tooltip logo for gas fees sponsored swaps in the swap quote card.
The send transaction modal is missing the gas fees sponsored content network fee tooltip.
Solution
Implement a UI-level workaround that updates the tooltip logo next to "network fee" in the swap quote card.
Add the the gas fees sponsored content network fee tooltip for send transaction.
Changelog
CHANGELOG entry: updated network fee tooltip for gas fees sponsored case
Related issues
Fixes: null
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Standardizes the “network fee” tooltip for sponsored gas cases.
QuoteDetailsCard: sets tooltipiconNametoInfofornetwork_feewhen gas fees are sponsored.gas-fee-details-row: updates tooltip content tobridge.network_fee_info_content_sponsored, injecting the native token symbol (resolved viaselectNetworkConfigurationByChainIdwithuseNetworkInfofallback).Written by Cursor Bugbot for commit 49bf386. This will update automatically on new commits. Configure here.