feat(ui): frosted liquid-glass app-bar chrome + currency-info - #1248
Merged
Conversation
bmc08gt
force-pushed
the
feat/haze-appbar-actions
branch
from
August 17, 2026 11:51
d80c3d6 to
ac0b0b6
Compare
bmc08gt
force-pushed
the
feat/currency-info-revamp
branch
from
August 17, 2026 11:51
72abc44 to
2c8cd3c
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
Adds an opt-in Haze "liquid glass" frost to the app-bar action chrome and wires the v2 currency-info screen to it — so content scrolls under the back button, title pill, and share button as frosted glass (Apple-Wallet style), matching the iOS reference. This also replaces the currency-info screen's heavy top fade with the chat-screen's soft
bg→transparentscrim.Stacked on #1247 (the currency-info layout PR) — review/merge that first.
Reusable plumbing (
ui/components)CircularIconButtongains an optionalhazeState→ frosts whatever scrolls beneath the bar (clipprecedeshazeEffectso the blur is bounded to the circle); flat translucent fill whennull.AppBarDefaults.UpNavigation/Close/ShareandAppBarWithTitlethread the optionalhazeState. Fully backward-compatible (defaultnull= today's look).Currency-info (
features/tokens)bg→transparentscrim for the soft top fade. Replaces theCodeScaffold+ drawn scroll-gradient.:features:tokens.Verified on device
Dad Cash: at rest the card sits below clean frosted chrome (no pill); scrolling reveals the frosted "Dad Cash $20,673.39" pill and the card glides under the glass — no heavy fade. Matches the reference.
Note
This also resolves the "fade too aggressive" feedback on #1247. If preferred, the currency-info visual half can be folded into #1247 and this PR kept to just the reusable
CircularIconButton/AppBarplumbing — flagged for review.