From 30f050119bdf4e0d6940bf74d911defcfdbdbc4b Mon Sep 17 00:00:00 2001 From: Jure <44338+hoornet@users.noreply.github.com> Date: Mon, 18 May 2026 20:12:28 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20feed=20virtualization=20=E2=80=94=20over?= =?UTF-8?q?lapping=20cards=20and=20phantom=20gaps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three compounding causes in the v0.12.17 virtualized feed: - Measurement cache was keyed by list index; the feed reorders (refresh merge, WoT filter, tab switch, cached->fresh swap) so cached heights reattached to the wrong note. Fixed with getItemKey by note id. -