From 65984d47a5b3c971ee98ebc7f6c63d3436034a63 Mon Sep 17 00:00:00 2001 From: Jakub <106778416+MarekZegare4@users.noreply.github.com> Date: Mon, 25 May 2026 13:30:31 +0200 Subject: [PATCH] docs(features): mark favourites badge overlap fixed Co-Authored-By: Claude Sonnet 4.6 --- FEATURES.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/FEATURES.md b/FEATURES.md index 4814ab25..1db5e04f 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -29,11 +29,9 @@ Phase 3 ✅ (in-place pin picker on empty tile: upstream-favourited contacts fir then recent DM contacts deduped; selecting a contact that's already pinned elsewhere moves it to the new slot) -**Follow-up to revisit**: on OLED, the unread-count badge in the top-right of a -favourite tile overlaps the contact name. Reserve a few pixels for the badge -when computing the name's `drawTextEllipsized` max width so the name shortens -to "Nam…" instead of running under the digit. HomeScreen FAVOURITES render in -UITask.cpp. +**Follow-up done**: OLED unread-badge overlap fixed — badge and name share the +same baseline, drawTextEllipsized's max width subtracts badge width + a 3 px +gap so names shorten to "Nam…" before the digit. A 2×3 grid (six slots) of pinned contacts on its own home page, between Clock and Messages. Joystick picks a tile, Enter opens the existing DM conversation or sends a pre-set quick reply.