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 #55 #11811

Merged
merged 14 commits into from
Oct 30, 2023
Merged

[VDG] UI Decoupling #55 #11811

merged 14 commits into from
Oct 30, 2023

Conversation

ichthus1604
Copy link
Collaborator

@ichthus1604 ichthus1604 commented Oct 26, 2023

  • Removes WalletManagerViewModel (finally!!!!)
  • Decouples Notifications logic
  • Introduces WalletNotificationsViewModel
  • Introduces IWalletSelector interface to augment IWalletNavigator

@ichthus1604 ichthus1604 marked this pull request as ready for review October 26, 2023 17:47
soosr
soosr previously approved these changes Oct 30, 2023
Copy link
Collaborator

@soosr soosr left a comment

Choose a reason for hiding this comment

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

tACK

.MergeMany(x => x.Transactions.NewTransactionArrived)
.Where(x => !UiContext.ApplicationSettings.PrivacyMode)
.Where(x => x.EventArgs.IsNews)
.Where(x => !IsBusy)
Copy link
Collaborator

Choose a reason for hiding this comment

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

The notification should be received even if IsBusy is true, the OnClick should not do anything when it is true.

Copy link
Collaborator

Choose a reason for hiding this comment

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

BWT IsBusy doesn't seem to be set anywhere

Copy link
Collaborator

Choose a reason for hiding this comment

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

@ichthus1604 this commit d01b0a4 fixes it, please check and open a separate PR if you can improve it further

soosr
soosr previously approved these changes Oct 30, 2023
@soosr soosr merged commit f2b4303 into WalletWasabi:master Oct 30, 2023
5 of 7 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.

None yet

3 participants