chore(ui): have BottomBarContainer render using Modal - #1128
Merged
Conversation
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
bmc08gt
added a commit
that referenced
this pull request
Jul 24, 2026
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
bmc08gt
added a commit
that referenced
this pull request
Jul 29, 2026
* fix(ui): restore BottomBar padding after Modal migration PR #1128 migrated BottomBarContainer to the shared Modal composable but inherited Modal's own layout defaults, changing how the bar renders: - top inset padding was halved (inset -> grid.x2) - an extra bottom gap was added (grid.x2, on top of the button's own padding) - item spacing tightened (grid.x3 -> grid.x2) - title/subtitle became center-aligned instead of start-aligned Parameterize Modal with contentPadding and horizontalAlignment (defaults unchanged, so other callers like ReceivedFundsConfirmation are unaffected) and pass the original BottomBarView values from BottomBarContainer. * fix(ui): use textLarge for BottomBar title and caption for message * fix(ui): keep BottomBar content during exit so slide-out animation is visible The manager clears the active message immediately on close (so other screens don't re-show it), which set bottomBarMessage to null before the AnimatedContent exit transition finished. BottomBarView early-returns on a null message, so the outgoing frame rendered nothing and the bar appeared to vanish instantly instead of sliding out. Retain the last non-null message and render that during the transition so the slide-out animation is visible.
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.
No description provided.