From 67ef4bc4b33d24374ca8265da48067e1f1396851 Mon Sep 17 00:00:00 2001 From: npub1mn7jgtj4w2pd0g0zeuhxsa6jy6p0rewxz4kujt98my82ahfmp72sxjexk7 Date: Wed, 24 Jun 2026 16:26:23 -0400 Subject: [PATCH] chore(desktop): bump AppShell.tsx file-size override to match main The override sat at 1007 while the file is 1008 lines, so the desktop file-size gate fails on main's own tip. Mechanical match-to-reality for pre-existing drift; the file is unchanged. Co-authored-by: Will Pfleger Signed-off-by: Will Pfleger --- desktop/scripts/check-file-sizes.mjs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/desktop/scripts/check-file-sizes.mjs b/desktop/scripts/check-file-sizes.mjs index b6f9d30bb7..dccf36e972 100644 --- a/desktop/scripts/check-file-sizes.mjs +++ b/desktop/scripts/check-file-sizes.mjs @@ -67,9 +67,10 @@ const overrides = new Map([ // Approved override; still queued to split with the rest of this list. ["src/features/messages/ui/MessageThreadPanel.tsx", 1006], // useDueReminderBadgeCount hook call + sum to wire due-reminder count into - // the Inbox nav badge — a small overage from load-bearing badge plumbing, - // not generic debt growth. Approved override; still queued to split. - ["src/app/AppShell.tsx", 1007], + // the Inbox nav badge, plus a one-line drift to match the file's current + // length — a small overage from load-bearing badge plumbing, not generic + // debt growth. Approved override; still queued to split. + ["src/app/AppShell.tsx", 1008], ]); await runFileSizeCheck({