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 #53 #11801

Merged
merged 23 commits into from
Oct 30, 2023
Merged

[VDG] UI Decoupling #53 #11801

merged 23 commits into from
Oct 30, 2023

Conversation

ichthus1604
Copy link
Collaborator

  • Decouples MainViewModel
  • Updates DynamicData to latest version
  • Introduces WalletModel.IsCoinjoining bool property, as a workaround for missing DynamicData functionality. @SuperJMN can you comment on what's required to remove this?

@SuperJMN
Copy link
Collaborator

  • Updates DynamicData to latest version
  • Introduces WalletModel.IsCoinjoining bool property, as a workaround for missing DynamicData functionality. @SuperJMN can you comment on what's required to remove this?

I think you already removed the workaround 😁

The problem we had before this PR is that we were using and old version of DynamicData (the minimum version to satisfy other dependencies), so we were missing the latest features that were added lately. Some of them will greatly help us simplify/improve our code.

As a side note and always my opinion, we should look to the DynamicData project with attention and try to be as skilled a possible. It always pays off!. It's one of the most powerful libraries that I've found out there.

@soosr
Copy link
Collaborator

soosr commented Oct 28, 2023

@ichthus1604

Coinjoins were finished, but the indicators are still active:
image

@soosr
Copy link
Collaborator

soosr commented Oct 30, 2023

@ichthus1604

Coinjoins were finished, but the indicators are still active: image

Fixed

@soosr soosr merged commit b2b1a5e into WalletWasabi:master Oct 30, 2023
2 of 6 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