chore(desktop): bump AppShell.tsx file-size override to match main#1249
Closed
wpfleger96 wants to merge 1 commit into
Closed
chore(desktop): bump AppShell.tsx file-size override to match main#1249wpfleger96 wants to merge 1 commit into
wpfleger96 wants to merge 1 commit into
Conversation
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 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.
src/app/AppShell.tsxis 1008 lines but itscheck-file-sizes.mjsoverride sits at 1007, so the desktop file-size gate (pnpm check:file-sizesin the Desktop Core job) fails on main's own tip. This is pre-existing drift — the override fell one line behind the file.This bumps the override to 1008 to match reality. The
AppShell.tsxsource is unchanged; only the override entry moves. Queued to split with the rest of the list, same as the other entries.Related: block/buzz#1172 rebases on top of main once this lands and inherits the corrected override cleanly.