Improve sub navigations

This commit is contained in:
TheXamlGuy
2024-05-27 18:44:09 +01:00
parent 3f6d21a6ba
commit 3507edf37b
15 changed files with 125 additions and 24 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ namespace Bitvault;
public partial class ItemCollectionViewModel :
ObservableCollection<ItemNavigationViewModel>,
INotificationHandler<NotifyEventArgs<Filter>>,
INotificationHandler<NotifyEventArgs<Search>>
INotificationHandler<NotifyEventArgs<Search>>,
IBackStack
{
private LockerViewModelConfiguration configuration;