Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Fix #8345, #8425: Add 'Creating Wallet...' step to onboarding #8509

Merged
merged 6 commits into from
Dec 7, 2023

Commits on Nov 30, 2023

  1. Check for wallet existing before creating Wallet to prevent possible …

    …race condition with multi-window.
    StephenHeaps committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9ce451b View commit details
    Browse the repository at this point in the history
  2. Add 'Creating Wallet...' step to onboarding for when asynchronous cre…

    …ate wallet / restore wallet functions are setting up the wallet and fetching wallet data files.
    StephenHeaps committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    adcca34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc64045 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8024465 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Address PR comments; Fix backup banner showing until network call to …

    …fetch wallet data returns after wallet restore. Banner would only be visible if wallet is dismissed and re-opened prior to callback. Fix wallet dismiss on wallet lock.
    StephenHeaps committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    de5cd5c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Address PR comment; Fix CreatingWalletView not covering fullscreen …

    …by overlaying on ScrollView instead of only on contents.
    StephenHeaps committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a244b48 View commit details
    Browse the repository at this point in the history