Fix reputation tooltip, network recovery, sim-mode confirmation, and bridge estimates - #651
Merged
Merged
Conversation
|
@chrizand9-code Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
@chrizand9-code is attempting to deploy a commit to the kingsman-99's projects Team on Vercel. A member of the Team first needs to authorize it. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Title
Fix reputation tooltip, network recovery, sim-mode confirmation, and bridge estimates
Body
This PR addresses four small UX issues across the app.
ReputationBadge (#625): Added an accessible tooltip (hover + keyboard focus) that briefly explains reputation is derived from on-time payments, dispute win rate, and transaction volume, without exposing internal score weights.
NetworkStatus (#626): The component now subscribes to
window'sonline/offlineevents, cleans them up on unmount, and clears the offline banner (briefly showing "Back online") when connectivity is restored, instead of only relying on RPC polling.SimulationModeToggle (#627): Turning simulation mode off now opens a confirmation dialog warning that live actions will use real funds. The toggle only switches to live mode after explicit confirmation; cancelling leaves simulation mode enabled. Re-enabling simulation mode still requires no confirmation.
CrossChainPayment (#628): The fee/time estimate panel now shows a loading skeleton while the estimate is being fetched (refreshing whenever chain or amount changes) and displays an "Estimate unavailable" message instead of a blank area if the estimate can't be produced.
Closes #625
Closes #626
Closes #627
Closes #628