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

Reverse the display order of the requests and add auto-follow #18

Open
rbino opened this issue Nov 29, 2022 · 0 comments
Open

Reverse the display order of the requests and add auto-follow #18

rbino opened this issue Nov 29, 2022 · 0 comments

Comments

@rbino
Copy link
Owner

rbino commented Nov 29, 2022

Right now requests are appended on the top. This makes it easy to see new requests, but it's also an hassle if the user is looking at a request in the middle since a new request scrolls everything. The issue is even worse if there's a constant stream of incoming requests.

The proposed new mechanism is this:

  • New requests are appended at the end of the list
  • As soon as the list has to be scrolled, the view automatically follows new incoming request
  • If the user manually scrolls up, auto-follow is disabled
  • A button is shown to indicate new incoming requests, and if clicked it scrolls to the bottom and resumes auto-follow
@rbino rbino changed the title Reverse the order of the requests Reverse the display order of the requests and add auto-follow Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant