-
Notifications
You must be signed in to change notification settings - Fork 500
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
[VDG] UI Decoupling #33 #11057
Conversation
There was a problem hiding this 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? |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
IHardwareWalletModel
, which inheritsIWalletModel
and contains additional HW-specific APIs.HardwareWalletAuthDialogViewModel
PasswordAuthDialogViewModel