diff --git a/Wallet.Avalonia/App.axaml.cs b/Wallet.Avalonia/App.axaml.cs index 5bb1a7f..8ae09b9 100644 --- a/Wallet.Avalonia/App.axaml.cs +++ b/Wallet.Avalonia/App.axaml.cs @@ -114,6 +114,7 @@ public partial class App : Application services.AddDbContextFactory(); + services.AddHandler(); services.AddHandler(); services.AddHandler(); @@ -186,12 +187,13 @@ public partial class App : Application services.AddTemplate(); - services.AddTemplate(); - services.AddTemplate(); services.AddTemplate(); services.AddTemplate(); + services.AddTemplate(); + + services.AddTemplate(); services.AddTemplate(); services.AddTemplate(); services.AddTemplate(); @@ -222,6 +224,7 @@ public partial class App : Application services.AddHandler(); services.AddHandler(); + services.AddHandler(nameof(AttachmentEntryCollectionConfiguration)); services.AddHandler(nameof(TextEntryConfiguration)); services.AddHandler(nameof(CommentEntryCollectionConfiguration)); services.AddHandler(nameof(PasswordEntryConfiguration)); diff --git a/Wallet.Avalonia/AttachmentEntryCollectionView.axaml b/Wallet.Avalonia/AttachmentEntryCollectionView.axaml new file mode 100644 index 0000000..c5f66e3 --- /dev/null +++ b/Wallet.Avalonia/AttachmentEntryCollectionView.axaml @@ -0,0 +1,15 @@ + + +