You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The progress bar width is computed as (totalWithdrawn / deposit) * 100 without clamping; for completed streams where rounding causes totalWithdrawn to slightly exceed deposit, the bar renders beyond the container.
The progress bar width is computed as (totalWithdrawn / deposit) * 100 without clamping; for completed streams where rounding causes totalWithdrawn to slightly exceed deposit, the bar renders beyond the container.