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

Multiple token list updates look smushed on mobile #1140

Closed
JFrankfurt opened this issue Oct 1, 2020 · 0 comments · Fixed by #1142
Closed

Multiple token list updates look smushed on mobile #1140

JFrankfurt opened this issue Oct 1, 2020 · 0 comments · Fixed by #1142
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@JFrankfurt
Copy link
Contributor

Bug Description
image

Steps to Reproduce

  1. get some dummy token list data
  2. dispatch a bunch of:
{
          key: listUrl,
          content: {
            listUpdate: {
              listUrl,
              auto: false,
              oldList,
              newList
            }
          },
          removeAfterMs: null
        }

Expected Behavior
I expect the updates to indicate visually that there are more to scroll, but not to directly abut.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants