Today pane's view toggle buttons [<] [>] need tooltips
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(Not tracked)
People
(Reporter: matrix.org, Unassigned)
Details
(Keywords: good-first-bug)
Attachments
(2 files)
Steps to reproduce:
Opened thunderbird.
Actual results:
The "Today Pane" has a title of "Events and Tasks" and shows my tasks. There is no option to disable the tasks view (even though none of my calendars have tasks enabled)
Expected results:
There is an option to customize the Today Pane so that I don't have tasks visible if I don't want to.
Comment 1•2 years ago
|
||
(In reply to Kevin Cox [@kevincox:matrix.org] from comment #0)
Expected results:
There is an option to customize the Today Pane so that I don't have tasks visible if I don't want to.
Good news, Kevin, Thunderbird already has that option, and it's just a click away:
- Use the
<
and>
buttons right next to theEvents & Tasks
title to toggle between different views.
Comment 2•2 years ago
|
||
Here's the toggle buttons:
Tasks > Events > Events & Tasks
Comment 3•2 years ago
|
||
That said, those buttons should really have a tooltip to make their function explicit.
I think the most straightforward and most useful solution would be dynamic tooltips:
- Show tasks only
- Show events only
- Show events and tasks
Whenever the view changes, the button tooltips must be updated according to what they will actually show.
Tentatively marking as good-first-bug. I hope we know which mode we're in, and the rest should be pretty straight forward with Fluent, separate messages which we set in code for the buttons upon changing the mode.
document.l10n.setAttributes(element, "a-mode-message-id");
https://github.com/projectfluent/fluent/wiki/Good-Practices-for-Developers#prefer-separate-messages-over-variants-for-ui-logic
Updated•2 years ago
|
Updated•2 years ago
|
Description
•