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

Clicking on an entry in the Archives tab should display details for it #209

Closed
shawwn opened this issue Aug 25, 2018 · 1 comment
Closed

Comments

@shawwn
Copy link
Contributor

shawwn commented Aug 25, 2018

image

Currently, to see the details of any given archive, users must click on the entry in the list box and then click on an unlabeled icon (the "i" symbol) in order to see the details.

It might be better to do away with the "i" symbol altogether, and automatically show the details whenever the listbox selection changes.

(Related to this, but I'm not sure it's worth a separate issue: When you click on a listbox item A, and then click on another item B, the UI tries to select every item from A to B inclusive, rather than switching the selection from A to B. It's a bit confusing to try to select a single item, and unexpected since shift isn't held down.)

@gperciva
Copy link
Member

There's a few ways of seeing archive details:

  • click the "i" icon
  • double-click on the row
  • use the keyboard to navigate to a row, then press enter

I'm reluctant to change the double-click to a single-click, because that would make it harder to select a range of archives.

... speaking of selecting, the "click on A, then B, and unexpectedly see multiple selections" is fixed in #321. That bug arose from an unexpected combination of factors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants