fix(M3): mobile bottom bar = strict subset of owner nav (Receipts→Money, enforced)#602
Merged
Victor "David" Medina (Victor-David-Medina) merged 1 commit intoJun 28, 2026
Conversation
…→Money) + enforce it Mobile-refresh M3 (consistency slice). The bottom bar labeled /revenue 'Receipts' while SMB_DEFAULT_NAV calls it 'Money' — the audit's 'two parallel sources of truth' friction where the owner can't predict a destination's name. Renamed to 'Money' to match the nav. Kept 3 tabs (ISA stays the floating orb by design — verified, not changed). Added __tests__/mobile-nav-subset.test.ts asserting every bottom tab's label+href exists in SMB_DEFAULT_NAV, so the bar can never silently drift again (measured invariant, not prose). Builds-ahead — deploys with the Deck. tsc 0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🛡️ Cascade Quality Score: 100/100
Threshold: 85/100 | Result: PASS ✅ |
e1ca2a8
into
main
9 of 10 checks passed
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.
Mobile refresh, M3 consistency slice. The bottom bar mislabeled
/revenueas Receipts while the owner nav calls it Money — the audit's 'owner can't predict where a thing lives' friction. Renamed to Money; kept 3 tabs (ISA stays the floating orb — verified by design, not changed). Newmobile-nav-subset.test.tsenforces every bottom tab's label+href matches the owner nav, so it can't drift again. Builds-ahead. tsc 0.