diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-11 10:55:38 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-11 10:55:38 +0200 |
| commit | a8844303aeb9295a6f94408cd809e521483a8b9a (patch) | |
| tree | 2332cf0570bffd78e4558821f4330426f4e7fe90 /CHANGELOG.md | |
| parent | 8f9994cddc100de76c3127f50a1fac7a296ec8f5 (diff) | |
| download | qtmaildir-a8844303aeb9295a6f94408cd809e521483a8b9a.tar.gz qtmaildir-a8844303aeb9295a6f94408cd809e521483a8b9a.zip | |
feat(ui): give Sync the refresh icon
The Sync button used mail-receive, a mailbox glyph, which reads as "mail"
rather than "fetch again". The toolbar follows the desktop's tool button
style, so on an icon-only desktop the icon is the whole control and has to
carry the meaning by itself.
view-refresh is the standard freedesktop name for the action. The existing
noTwoActionsShareAnIcon test covers the collision risk that the 0.12.0
Archive/Mark-all-read defect came from, and passes.
Also records the backlog reconciliation this came from: items 64 and 65,
appended from the user's notes with their causes verified in code. 65 is
"full code review and optimization", which names no symptom or measurement
and is filed unspecified rather than given a design.
Backlog item 64.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9c7d2..13e2c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ point at which they are stable. ## [Unreleased] +### Changed + +- The Sync button carries the refresh icon instead of a mailbox one. With the + toolbar following the desktop's "icon only" style, the icon is the whole + control, and a mailbox glyph read as "mail" rather than "fetch again". + ## [0.14.0] - 2026-08-10 The thread list stops going stale. A sync running in the background now |
