From a8844303aeb9295a6f94408cd809e521483a8b9a Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 11 Aug 2026 10:55:38 +0200 Subject: 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. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3