feat: coin stack icon for zaps in fiat mode#494
Merged
barrydeen merged 3 commits intobarrydeen:mainfrom May 4, 2026
Merged
Conversation
6077979 to
a8aef2b
Compare
Replace the bolt/bitcoin icon with a coin stack icon on note zap displays and the action bar zap button when fiat mode is active. Also swap the drawer wallet menu item to the wallet icon in fiat mode. Fixes corrupted Box import in WispDrawerContent.
… bar text wrapping Show coin stack icon in fiat mode for notifications (filter header, per-zap icon, DM zap, summary stat), reaction details zap row, and embedded invoices. Add maxLines=1 to all ActionBar count/amount text to prevent vertical wrapping in tight layouts.
Add quoteDepth parameter to RichContent, QuotedNote, PostCard, and GalleryCard. At depth >= 1 (already inside a quote), force compact preview rendering (avatar + name + snippet) instead of full PostCard with action bar. Prevents recursive nesting from crushing layouts.
a8aef2b to
77a5182
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
ic_coin_stack.xml) used as the zap icon when fiat mode is activeAccountBalanceWallet) in fiat modeisFiatMode()composable helper inZapIconHelper.ktBoximport inWispDrawerContent.ktScreenshots
Fiat zaps icon

Sidebar menu icon

Test plan