CW-1564-money-object-improvements - #3435
Open
konstantinullrich wants to merge 24 commits into
Open
Conversation
…prove type specificity
…er` for enhanced money display widgets with settings integration
…unts, balances, and transactions
…ove type safety, and update formatting
…, update balance row to enhance type safety and formatting consistency
… adopt `Money` type for fiat and crypto amounts
…t` across currency picker components, improve fiat amount null-safety on `fiat_amount_bar`
…sion` with `trimZeros` flag
…s behavior under various states and configurations
…s components, add widget tests for `CurrencySymbolText`
…te tests and formatting logic
…` type in `CardCustomizer` and related components, improve type safety
…` type in `CardCustomizer` and related components, improve type safety
# Conflicts: # cw_core/lib/amount/money.dart # cw_core/lib/amount/money_double.dart # lib/main.dart # lib/new-ui/widgets/money/currency_symbol_text.dart # lib/new-ui/widgets/money/money_settings_cubit.dart # lib/new-ui/widgets/money/money_text.dart # lib/view_model/dashboard/transaction_list_item.dart # test/new-ui/widgets/money/currency_symbol_text_test.dart
konstantinullrich
marked this pull request as ready for review
July 28, 2026 08:40
# Conflicts: # cw_core/lib/amount/money.dart # cw_core/lib/amount/money_double.dart # cw_core/lib/amount/money_local.dart # lib/new-ui/widgets/money/currency_symbol_text.dart # lib/new-ui/widgets/money/money_settings_cubit.dart
…aints and improve type safety in `solana_client` methods
…ing` for `sendingBalance` and related components
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.
Description
Introduces the MoneyText and CurrencySymbolText Widget
Pull Request - Checklist