Commit Graph

19 Commits

Author SHA1 Message Date
TheXamlGuy d1b57d5d16 get HB widgets showing up again 2024-01-23 23:14:51 +00:00
TheXamlGuy 78cedcdeb8 add keyed based publication to mediator 2024-01-18 20:56:14 +00:00
TheXamlGuy 7dc125ebc7 more animation work 2024-01-17 20:33:41 +00:00
TheXamlGuy 7fde5ab0fb Add transition 2024-01-17 19:16:45 +00:00
TheXamlGuy 2f22c81384 WIP 2024-01-17 17:16:50 +00:00
TheXamlGuy f0ef3d1604 Damn garbage collector 2024-01-15 22:02:30 +00:00
TheXamlGuy 1283e8ff58 Too much to name... but damn, it got where we are needed 2024-01-14 15:06:30 +00:00
TheXamlGuy 2a773f26db Wire up the disposer for cleaning up unused objects, i.e disposing a VM will remove it from the view 2024-01-12 21:05:42 +00:00
TheXamlGuy 56c4e6883e add seperator stying 2024-01-10 20:25:58 +00:00
TheXamlGuy d6df6c5eb9 rewrite ObservableCollectionViewModel 2024-01-10 20:06:52 +00:00
TheXamlGuy d7d90b3d54 wrapped custom widget items in containers so we have more control of the surrounding, i.e. divider 2024-01-10 19:25:16 +00:00
TheXamlGuy 05b404d504 Rip out Microsoft's configuration and replace because it simply doesn't support polymorphism.... we are getting advanced boys!!! 2024-01-09 20:32:07 +00:00
TheXamlGuy 9a669e695e threading fixes 2024-01-07 22:37:54 +00:00
TheXamlGuy d86c5da7a9 fixed fetching configuration from root 2024-01-07 13:18:38 +00:00
TheXamlGuy d5cc92e6ba Add a factory for populating view models 2024-01-06 19:21:38 +00:00
TheXamlGuy e1c7846e45 Codemaid 2024-01-06 14:34:25 +00:00
TheXamlGuy 53537aa4c7 Added messaging pipeline 2024-01-06 13:57:18 +00:00
TheXamlGuy 4a27534e39 Make custom widgets independent of any WinUI framework concerns. Although one can add WinUI concerns to ther widget if they want to build a fully customized widget. In theory, it may also be possible to host a widget of WPF, Avalonia, or Blazor. 2024-01-06 09:57:23 +00:00
TheXamlGuy 3e88950669 Rename projects to better structure it. The aim is to try and keep it not dependant on the type of UI framework it uses thus allowing us to switch to another UI framework if we need later... 2024-01-06 08:49:12 +00:00