jumpinjackie / mtg-collection-tracker

A management tool for your Magic: The Gathering card collection
MIT License
0 stars 0 forks source link

Remove view factory interface and implementations #63

Open jumpinjackie opened 4 hours ago

jumpinjackie commented 4 hours ago

This app has grown to the point where having a view factory is proving to be somewhat unnecessary. Whoever needs to make a view should be able to just DI a Func<ViewModel> themselves and call when needed.