From f56b246a9d36fd61de6be1c721feb037305e8346 Mon Sep 17 00:00:00 2001 From: Maxhy Date: Fri, 9 Feb 2024 20:17:06 +0100 Subject: [PATCH] Add tabs to Publish dialog --- .../Domain/PublishKeyStoreDialogViewModel.cs | 2 -- .../Properties/Resources.Designer.cs | 9 +++++ .../Properties/Resources.fr.resx | 3 ++ .../Properties/Resources.resx | 3 ++ .../PublishKeyStoreDialog.xaml | 36 +++++++++---------- 5 files changed, 32 insertions(+), 21 deletions(-) diff --git a/KeyManager.Library.UI/Domain/PublishKeyStoreDialogViewModel.cs b/KeyManager.Library.UI/Domain/PublishKeyStoreDialogViewModel.cs index 46cfd87..9d38dd6 100644 --- a/KeyManager.Library.UI/Domain/PublishKeyStoreDialogViewModel.cs +++ b/KeyManager.Library.UI/Domain/PublishKeyStoreDialogViewModel.cs @@ -1,7 +1,5 @@ using CommunityToolkit.Mvvm.ComponentModel; using Leosac.KeyManager.Library.KeyStore; -using Leosac.KeyManager.Library.Plugin.UI.Domain; -using Leosac.WpfApp.Domain; namespace Leosac.KeyManager.Library.UI.Domain { diff --git a/KeyManager.Library.UI/Properties/Resources.Designer.cs b/KeyManager.Library.UI/Properties/Resources.Designer.cs index cbcb75c..ef763c8 100644 --- a/KeyManager.Library.UI/Properties/Resources.Designer.cs +++ b/KeyManager.Library.UI/Properties/Resources.Designer.cs @@ -69,6 +69,15 @@ public static string AddDivInputFragment { } } + /// + /// Looks up a localized string similar to Attributes. + /// + public static string Attributes { + get { + return ResourceManager.GetString("Attributes", resourceCulture); + } + } + /// /// Looks up a localized string similar to Browse. /// diff --git a/KeyManager.Library.UI/Properties/Resources.fr.resx b/KeyManager.Library.UI/Properties/Resources.fr.resx index 2ad85f2..52f9474 100644 --- a/KeyManager.Library.UI/Properties/Resources.fr.resx +++ b/KeyManager.Library.UI/Properties/Resources.fr.resx @@ -120,6 +120,9 @@ Ajouter un fragment + + Attributs + Parcourir diff --git a/KeyManager.Library.UI/Properties/Resources.resx b/KeyManager.Library.UI/Properties/Resources.resx index f048d6a..2f0336a 100644 --- a/KeyManager.Library.UI/Properties/Resources.resx +++ b/KeyManager.Library.UI/Properties/Resources.resx @@ -120,6 +120,9 @@ Add div input fragment + + Attributes + Browse diff --git a/KeyManager.Library.UI/PublishKeyStoreDialog.xaml b/KeyManager.Library.UI/PublishKeyStoreDialog.xaml index e75579d..4bddaef 100644 --- a/KeyManager.Library.UI/PublishKeyStoreDialog.xaml +++ b/KeyManager.Library.UI/PublishKeyStoreDialog.xaml @@ -17,28 +17,26 @@