Skip to content

fix: StreamCard progress bar overflows 100% for streams past end_time #3

Description

@viccoder-oops

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions