Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GUI] Indicate wallet is syncing after completing installer #1370

Merged
merged 7 commits into from
Oct 18, 2024

Commits on Oct 7, 2024

  1. ui: refactor amount function

    The `amount` function can call `amount_with_size` rather than
    repeating the underlying call to `render_amount`.
    jp1ac4 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    013feb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4c1ab1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    3c46a73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d1e735 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    b452966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a511102 View commit details
    Browse the repository at this point in the history
  3. gui: refresh cache more often while height is 0

    The wallet's height is taken from the cache and is used to check
    if the wallet has been initially synced after creation.
    
    For the remote backend, the cache refresh should be done with the
    usual frequency while the wallet's height is 0 so that the sync
    completion can be detected sooner.
    jp1ac4 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6f4eb79 View commit details
    Browse the repository at this point in the history