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

[VDG] UI Decoupling #33 #11057

Merged
merged 6 commits into from
Aug 15, 2023
Merged

Conversation

ichthus1604
Copy link
Contributor

  • Introduces IHardwareWalletModel, which inherits IWalletModel and contains additional HW-specific APIs.
  • Decouples HardwareWalletAuthDialogViewModel
  • Decouples PasswordAuthDialogViewModel

Copy link
Contributor

@RolandUI RolandUI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK

@@ -280,7 +280,9 @@ private void RegisterViewModels()
{
if (!string.IsNullOrEmpty(walletViewModel.Wallet.Kitchen.SaltSoup()))
{
var pwAuthDialog = new PasswordAuthDialogViewModel(walletViewModel.Wallet);
// TODO: Remove reference to WalletRepository when this ViewModel is Decoupled
// TODO: Why is this code duplicated?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ichthus1604
In general, every item in the SearchBar that requires a wallet to be logged in, just doesn't make sense.
Should be removed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like, wallet info, send, receive etc.

@RolandUI RolandUI merged commit 068db03 into WalletWasabi:master Aug 15, 2023
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants