Commit Graph

15 Commits

Author SHA1 Message Date
TheXamlGuy 5e26e97f6b break widget related stuff into its own project as the main HB project was just becoming too bloated 2024-01-24 20:50:59 +00:00
TheXamlGuy 45070dc560 more refoctoring work 2024-01-20 21:58:57 +00:00
TheXamlGuy 78cedcdeb8 add keyed based publication to mediator 2024-01-18 20:56:14 +00:00
TheXamlGuy ff1d400531 Improve removal of items 2024-01-13 11:04:33 +00:00
TheXamlGuy b47a563876 Viewmodel caching WIP 2024-01-12 21:57:47 +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 814c806240 More refactoring 2024-01-11 19:52:48 +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 9a669e695e threading fixes 2024-01-07 22:37:54 +00:00
TheXamlGuy 2e8af23784 reduce mediator duffs 2024-01-07 18:02:04 +00:00
TheXamlGuy d5cc92e6ba Add a factory for populating view models 2024-01-06 19:21:38 +00:00
TheXamlGuy 71881ad877 wired up key commands 2024-01-06 16:39:30 +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