Reduce visual salience/noise of sent-message arrows in correspondent column
Categories
(Thunderbird :: Theme, enhancement)
Tracking
(Not tracked)
People
(Reporter: thomas8, Assigned: Paenglab)
Details
Attachments
(6 files)
Under the fresh impression of Aleca's awesome presentation today on how flat UIs with whitespace can reduce the cognitive burden of parsing the UI, here's another little contribution in that direction as part of my anti-oversalience series:
Actual:
Sent-message indicator arrows in correspondent column are clearly over-salient, too dark, too big, hence needlessly standing out from the entire message list UI.
Expected:
Can we please make them much lighter, and send them on a photon diet, because they will still be sufficiently distinct by their mere presence in an otherwise empty column! (see mockup screenshots in next comments)
Comment 1•4 years ago
|
||
Yup, I totally agree, that arrow is extremely out of place and inconsistent.
Reporter | ||
Comment 2•4 years ago
•
|
||
Mockup1: Thick arrow with lighter color
Here I have just lightened up the color. What a relief already! But let's see if we can still do better (see next comment)...
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 3•4 years ago
|
||
Mockup2: Photon style arrow with lighter color
Yeah! I like this so much better, and blending in nicely with the wireframe photon style.
Note: Arrows still well visible by their mere presence in an otherwise empty column.
What do you think?
Comment 4•4 years ago
|
||
Reporter | ||
Comment 5•4 years ago
|
||
(In reply to Alessandro Castellani (:aleca) from comment #4)
Comment on attachment 9151926 [details]
Yeah, definitely better.
That's good to hear.
Are you using the actual Photon icon? That seems a bit different:
https://design.firefox.com/icons/viewer/#forward
No, it's a mockup (Screenshot > Irfanview > MSPaint), and we cannot use the photon browser forward icon because that's too big.
I started out on the photon download arrow, rotated 90 degrees, and then still clipped the arrow wings a bit shorter.
I'm sure we can find something like that as an SVG, or Richard can try his SVG editing skills on the download icon as I did.
Also, we should consider using a color for that icon as putting it at the
same opacity at the other icons might mislead the user in thinking that icon
is clickable.
Well, as soon as you add color, you're going back to the very over-salience which we want to get rid off.
I don't see a risk of misleading the user into clicking those arrows just because they have the same color.
No harm even if you do - might happen once and then you know.
Comment 6•4 years ago
|
||
(In reply to Thomas D. from comment #5)
and we cannot use the photon browser forward icon because that's too big.
We can easily manage the size via CSS or create a smaller variation if necessary.
Well, as soon as you add color, you're going back to the very over-salience which we want to get rid off.
Not necessarily, we can find a good variation that doesn't grab the attention and it doesn't get associated with other icons.
I don't see a risk of misleading the user into clicking those arrows just because they have the same color.
No harm even if you do - might happen once and then you know.
Different icons for different purposes should be stylistically different, that's why the forwarded, replied, and other icons of that sort in the thread pane come with different colors.
Assignee | ||
Comment 7•4 years ago
|
||
The normal goback.svg and goforward.svg are too big. I made smaller arrows now and played with the opacity to work on all themes and backgrounds.
Assignee | ||
Updated•4 years ago
|
Reporter | ||
Comment 8•4 years ago
|
||
(In reply to Richard Marti (:Paenglab) from comment #7)
The normal goback.svg and goforward.svg are too big. I made smaller arrows now and played with the opacity to work on all themes and backgrounds.
Can you attach a screenshot for Windows?
Assignee | ||
Comment 9•4 years ago
|
||
Comment 10•4 years ago
|
||
Assignee | ||
Comment 11•4 years ago
|
||
What colour do you have in mind?
Comment 12•4 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/7b9c7c1b0f4c
Use a photon icon for the correspondents arrow. r=aleca
Reporter | ||
Comment 13•4 years ago
•
|
||
AWESOME! What a relief. Eye pain gone.
I would leave the photon arrow exactly as it is (passive info, low salience), but can't we have a hover effect on the clickable column icons instead? Do we have a bug for that?
Assignee | ||
Comment 14•4 years ago
|
||
You mean the column header? The headers show already a hover effect. Or can you better explain what you mean?
Comment 15•4 years ago
|
||
Hover effect per column is not supported by the XUL tree element unfortunately (if that's what you were asking), it only returns the hover on the entire row, which is one of the many shortcomings of this element.
There should be a way to implement this feature from the C++, but I haven't looked at it enough to be sure.
Having that feature would be extremely useful to improve usability, and if it's too complicated to implement, it's another point in favour of replacing the tree with a native and equally performant HTML element.
Reporter | ||
Comment 16•4 years ago
|
||
(In reply to Alessandro Castellani (:aleca) from comment #15)
Hover effect per column is not supported by the XUL tree element unfortunately (if that's what you were asking), it only returns the hover on the entire row, which is one of the many shortcomings of this element.
I think Alex got me right (see attached mockup screenshot outlining the idea; the red circle implies the hover state).
Having that feature would be extremely useful to improve usability
+1
Description
•