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

Display progress of monero-wallet-rpc download in GUI #72

Open
binarybaron opened this issue Sep 9, 2024 · 0 comments
Open

Display progress of monero-wallet-rpc download in GUI #72

binarybaron opened this issue Sep 9, 2024 · 0 comments
Labels
GUI Related to the Tauri GUI Tauri <> GUI Connector Requires new communication between Tauri and the GUI

Comments

@binarybaron
Copy link

We should display the progress of the download while the monero-wallet-rpc is being updated.

Adding an new variant to the TauriContextInitializationProgress enum would be the easiest way. We can then use it to display the already implemented MoneroWalletRpcUpdatingAlert.

#[typeshare]
#[derive(Display, Clone, Serialize)]
pub enum TauriContextInitializationProgress {
    # New variant here
    UpdatingMoneroWalletRpc(u16),
    OpeningBitcoinWallet,
    OpeningMoneroWallet,
    OpeningDatabase,
}
@binarybaron binarybaron added GUI Related to the Tauri GUI Tauri <> GUI Connector Requires new communication between Tauri and the GUI labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Related to the Tauri GUI Tauri <> GUI Connector Requires new communication between Tauri and the GUI
Projects
None yet
Development

No branches or pull requests

1 participant