Skip to content

feedback: Version 1 #165

@nfebe

Description

@nfebe
  • "Wallet" should be "Wallets" in side bar
  • There should be an indicator to show what wallet is the default wallet.
  • During onboarding user selected currency for wallet is not respected.
  Location: mobile/lib/presentation/onboarding/widgets/wallet_setup_widget.dart:378-383

  } else if (_selectedWalletOption == WalletOption.createAutomatically) {
      await walletCubit.createAndSaveDefaultWallet(
        name: LocaleKeys.defaultWalletName.tr(),
        description: LocaleKeys.defaultWalletDescription.tr(),
        currency: KeyConstants.defaultCurrencyCode,  // HARDCODED TO 'USD'
      );

  KeyConstants.defaultCurrencyCode is hardcoded to 'USD' in key_constants.dart:11.

  When users select "Create Automatically", it ignores their currency selection and always uses USD.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions