feat(wallet,discovery): v2 action tiles + frosted currency-creator card - #1244
Merged
Conversation
…urrency-creator card Wallet - TileButton: add a Spread style (icon top-start, label bottom-start, spread over the tile height) alongside the default Centered layout; icon sizing is style-aware. - Add Money / Discover Currencies now render as equal-height tiles in an IntrinsicSize.Min row so the wrapping label drives the height and the shorter tile stretches to match. - Revert the wallet list from LazyVerticalGrid back to LazyColumn (every item was full-span, so the grid bought nothing). - Rename OnboardingItem -> TutorialItem and OnboardingFunnel -> NewUserTutorial; WalletViewModel state isOnboardingComplete -> isNewUserTutorialComplete. Discovery - CurrencyCreatorUpsellCard: optional HazeState renders a frosted "liquid glass" background (matching the v2 navigation pill); falls back to the opaque surface when no HazeState is supplied. - TokenLeaderboard frosts the v2 bottom-bar card against the leaderboard scrolling beneath it (hazeSource on the list, hazeEffect on the card). - Hoist CodeScaffold out of TokenDiscoveryScreenContent into TokenLeaderboard; TokenMetricsRow updates. - Add the haze bundle to :shared:tokens and :features:discovery.
bmc08gt
force-pushed
the
feat/wallet-discovery-v2
branch
from
August 14, 2026 23:58
e02c2a0 to
13c4bdf
Compare
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
Wallet
TileButtongains aSpreadstyle (icon pinned top-start, label bottom-start, spread across the tile height) alongside the existingCenteredlayout; icon sizing is style-aware.IntrinsicSize.Minrow — the wrapping label drives the row height and the shorter tile stretches to match.LazyVerticalGridback toLazyColumn(every item was full-span).OnboardingItem→TutorialItem,OnboardingFunnel→NewUserTutorial;WalletViewModel.State.isOnboardingComplete→isNewUserTutorialComplete.Discovery
CurrencyCreatorUpsellCardtakes an optionalHazeStateand renders a frosted "liquid glass" background (matching the v2 navigation pill) when supplied; opaque surface otherwise.TokenLeaderboardfrosts the v2 bottom-bar card against the leaderboard scrolling beneath it; hoistsCodeScaffoldout ofTokenDiscoveryScreenContent.SelectTokenViewModel: balance display name now uses the token name directly.hazebundle to:shared:tokensand:features:discovery.