-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
New download interaction hard to discover #18238
Comments
In case of an image, "hiding" the download button makes sense, since the primary action is viewing the image (and clicking it to go full screen). Same for video and other media with visual primary interactions. This can change when primary actions become something else, e.g. rich inline preview/display of code/plaintext files, however even then a download button should be right there. In my opinion, the complete loss of what used to be a caption |
@HarHarLinks thanks for the input, totally agree. I've just updated the main issue with some quick/pragmatic fixes we should be able to action to improve this within this release cycle. @turt2live @dbkr I added a stretch goal on tooltips in 3. If you think this is too large a scope for this release cycle, let me know and I'll file as a separate issue for us to follow up on separately. (@gaelledel also tagging for visibility; moving quickly/being a bit directive on this so we can act quickly!) |
See also: #18197 and more Here is some similar UI in app.cinny.in
|
@nadonomy for simplicity, would it be okay to always show the tooltip on hover rather than checking on-screen-ness? |
@HarHarLinks interesting!
@turt2live not sure I'm grokking your question exactly. Can you rephrase? I was trying to request/perhaps failing to communicate for us to (1) use our own tooltips, to avoid the lag on showing native HTML ones (2) on hover. Does that match? |
It already is a separate issues: #18197 |
@SimonBrandner edited before your comment, but thx! |
@nadonomy essentially doing this to your requirements: 😇 |
@turt2live ah gotcha. Sorry, thought you were trying to describe an alternate hover interaction related to on-screen-ness! Yep as a first cut (and for this release). My concern is if it ends up feeling redundant. Would also be happy to quickly screen share and rubber duck through how it feels in practise if that would be the most productive. |
The UI on the left is non interactable. I spent a while wondering what was broken. The download interaction in the message action bar is nice, but I think you should be able to download files by just autopiloting to click on the large button/tile in the timeline too.
A simple pragmatic tweak for this would be to:
Filename.ext (20MB)
Given the entire component is visually stylised as a button, I have confidence in the interaction being discoverable enough for most users. However, we should be on alert to iterate if we get feedback otherwise.
If we learn users benefit from seeing file size in all cases, we should also iterate further on on the design.
The text was updated successfully, but these errors were encountered: