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 <pfleger.will@gmail.com>
Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
This commit is contained in:
npub1mn7jgtj4w2pd0g0zeuhxsa6jy6p0rewxz4kujt98my82ahfmp72sxjexk7
2026-06-24 16:26:23 -04:00
co-authored by Will Pfleger
parent a3e8fb6fd5
commit 67ef4bc4b3
+4 -3
View File
@@ -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({