From 67bf3487a0e982de4543f92b6ce638c09bbcebc7 Mon Sep 17 00:00:00 2001 From: Chernykh Aleksandr Date: Fri, 5 Dec 2025 00:13:02 +0300 Subject: [PATCH 1/4] PasswordDialogWindow --- src/KeyKeeper/PasswordDialog.axaml | 30 +++++++++++++++++++++ src/KeyKeeper/PasswordDialog.axaml.cs | 36 +++++++++++++++++++++++++ src/KeyKeeper/Views/MainWindow.axaml.cs | 23 ++++++++++++---- 3 files changed, 84 insertions(+), 5 deletions(-) create mode 100644 src/KeyKeeper/PasswordDialog.axaml create mode 100644 src/KeyKeeper/PasswordDialog.axaml.cs diff --git a/src/KeyKeeper/PasswordDialog.axaml b/src/KeyKeeper/PasswordDialog.axaml new file mode 100644 index 0000000..5435275 --- /dev/null +++ b/src/KeyKeeper/PasswordDialog.axaml @@ -0,0 +1,30 @@ + + + + + + + + + + + +