mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
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:
co-authored by
Will Pfleger
parent
a3e8fb6fd5
commit
67ef4bc4b3
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user