chore(desktop): add AppShell.tsx file-size override to unblock main CI#1992
Merged
Conversation
atishpatel
approved these changes
Jul 16, 2026
wpfleger96
enabled auto-merge (squash)
July 16, 2026 21:03
wpfleger96
disabled auto-merge
July 16, 2026 21:12
michaelneale
added a commit
that referenced
this pull request
Jul 16, 2026
* origin/main: Fix policy receipts for cold-launch invite links (#2005) Preserve persistent agent audience order (#1989) feat(desktop): create channels in sections (#1996) feat(desktop): graduate community rail (#1995) chore(release): release Buzz Desktop version 0.4.10 (#1997) feat(desktop): onboarding step dots, identity/key page restyle, overflow scroll (#1993) chore(desktop): add AppShell.tsx file-size override to unblock main CI (#1992) feat: add invite QR and mobile direct join (#1957)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a file-size ratchet override for
src/app/AppShell.tsx(1003 lines) todesktop/scripts/check-file-sizes.mjs.Main CI has been red since #1970 merged: #1923 took
AppShell.tsxfrom 996 to 999 lines, then #1970 (+4 net) ran its PR CI green on a base cut before #1923 landed — the merged total of 1003 only exists onmain, crossing the 1000-line cap with no override entry. Every open PR inherits this red via merge-ref CI untilmainitself is fixed.