Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Overlapping Progress Bar Circles in CrowdfundingCard (iOS) #250

Open
gratestas opened this issue Aug 11, 2023 · 0 comments
Open

Fix Overlapping Progress Bar Circles in CrowdfundingCard (iOS) #250

gratestas opened this issue Aug 11, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed type: bug Something isn't working

Comments

@gratestas
Copy link
Contributor

Describe the bug
Progress component from antde (see here) renders three circles. We use the inner one (brown) for decorative purposes and the two outer overlapping ones (blue & purple) to display the current funding of the dispute round.

The problem is that outer circles overlap the inner one when viewed on ios mobile. This should be fixed

To Reproduce
Steps to reproduce the behavior:

  1. Navigate to Dispute 224. If the dispute is not currently within the Appeal period, locate another dispute that is in the Appeal period. Alternatively, you have the option to select any disputed article, advance its state to the Appeal period, and allocate a random amount of funds to either side.

NOTE: Be sure that you are on Goerli network in the dApp.

Expected behavior
The outer and inner circles should not overlap

Screenshots

EXPECTED
image

BUGGY
image

Smartphone (please complete the following information):

  • Device: [ iPhone]
  • OS: [iOS]

Additional context
The bug could be due to the circle tag's r attribute

@gratestas gratestas added type: bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant