delete-merged-branch[bot] on nuget
GeertvanHorrik on develop
Bump Moq from 4.15.2 to 4.16.0 … Merge pull request #1743 from C… (compare)
dependabot-preview[bot] on nuget
Bump Moq from 4.15.2 to 4.16.0 … (compare)
delete-merged-branch[bot] on 20210113-143511
GeertvanHorrik on develop
GitHubSync update Merge pull request #1742 from C… (compare)
GeertvanHorrik on 20210113-143511
GitHubSync update (compare)
delete-merged-branch[bot] on 20210113-141154
weird, I would expect dotMemory to show some sort of relation, even if it's via an event subscription.
Just a few double checks
Hello! I have a question about MVVM patterns and ribbons in Catel+Orchestra+Fluent.
I want to have my ribbonView to have its own viewmodel, as does the mainview orchestra uses.
thank you in advance!
hmm thank you! yes, the service approach is definitely better. (and thanks, I'll have a look at ComposeCommands as well! )
I just had a look at the CsvTextEditor where a lot of the action also happens in the IProjectManager and Command containers - this is probably worth looking into)
my questions comes from trying to implement Dirkster99.AvalonDock+Mlib theming in the Orc+Fluent app. not as easy as I had thought :D
they had a ThemeViewModel inside the MainViewModel. I should probably move the themeing into a Service tho...