-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: MUSD-741, MUSD-743, MUSD-744 — Money Home header polish + tab bar #29645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+95
−643
Merged
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
7901430
feat(MUSD-741, MUSD-743): polish Money Home header
Kureev b9ad446
feat(MUSD-744): render global tab bar on Money Home
Kureev 0a44b30
feat(MUSD-744): route wallet Cash entry to Money tab so tab bar stays…
Kureev ec9e3b5
fix(MUSD-744): drop always-on Add money footer to avoid stacking with…
Kureev b9374e0
fix(MUSD-744): unpin Add money button so it flows inside scroll content
Kureev e152695
fix(MUSD-744): unpin Add money button and give it breathing room
Kureev 6370d24
fix(MUSD-744): fix divider rhythm around Add money footer
Kureev bdc4c9d
fix(MUSD-744): replace trailing Divider with scroll content paddingBo…
Kureev 2b3eb4f
fix(MUSD-744): swap Money tab icon to coin to match Figma
Kureev c7e4d9d
fix(MUSD-744): rewire tab nav inside MainNavigator to avoid DS files
Kureev be2bcf0
fix(MUSD-744): update Money tab test for new Tab.Screen registration
Kureev e270466
chore(MUSD-741): remove orphan MoneyFooter.styles.ts
Kureev 8f04072
feat(MUSD-744): set explicit initialRouteName on MoneyScreenStack
Kureev 8e1bd23
fix(MUSD-741): align Money title with options menu via HeaderStandard…
Kureev f61c9a7
fix(MUSD-741): left-align Money title via HeaderBaseVariant.Display
Kureev 46b5efe
fix(MUSD-741): use HeaderBase directly so Money title left-aligns
Kureev 9f9bd30
fix(MUSD-741): add 16px horizontal padding to Money header
Kureev 01598d3
Merge remote-tracking branch 'origin/main' into kureev/MUSD-741-743-m…
Kureev 488d5e6
revert(MUSD-744): drop floating Add money footer in favour of static …
Kureev a742e0d
fix(MUSD-744): inline Add money footer as last ScrollView child
Kureev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add
initialRouteName={Routes.MONEY.HOME]to theMoneyScreenStack. This way we explicitly navigate to the home screen first. Right now this behaviour is implicit due to the Money Home route being first in the list.