From 2ab76684cc40fa16d6d66b438eac342c37ec8b34 Mon Sep 17 00:00:00 2001 From: nicwands Date: Thu, 26 Mar 2026 15:32:44 -0400 Subject: [PATCH] preferences inputs WIP --- .../components/preferences/DirectoryInput.vue | 40 +++++ .../src/components/preferences/Encryption.vue | 38 +++++ .../src/components/preferences/Storage.vue | 153 ++++++++++++++++++ .../src/components/preferences/TextInput.vue | 40 +++++ 4 files changed, 271 insertions(+) create mode 100644 src/renderer/src/components/preferences/DirectoryInput.vue create mode 100644 src/renderer/src/components/preferences/Encryption.vue create mode 100644 src/renderer/src/components/preferences/Storage.vue create mode 100644 src/renderer/src/components/preferences/TextInput.vue diff --git a/src/renderer/src/components/preferences/DirectoryInput.vue b/src/renderer/src/components/preferences/DirectoryInput.vue new file mode 100644 index 0000000..3e0c5a0 --- /dev/null +++ b/src/renderer/src/components/preferences/DirectoryInput.vue @@ -0,0 +1,40 @@ + + + + + diff --git a/src/renderer/src/components/preferences/Encryption.vue b/src/renderer/src/components/preferences/Encryption.vue new file mode 100644 index 0000000..a5fc26e --- /dev/null +++ b/src/renderer/src/components/preferences/Encryption.vue @@ -0,0 +1,38 @@ + + + + + diff --git a/src/renderer/src/components/preferences/Storage.vue b/src/renderer/src/components/preferences/Storage.vue new file mode 100644 index 0000000..09ffa00 --- /dev/null +++ b/src/renderer/src/components/preferences/Storage.vue @@ -0,0 +1,153 @@ + + + + + diff --git a/src/renderer/src/components/preferences/TextInput.vue b/src/renderer/src/components/preferences/TextInput.vue new file mode 100644 index 0000000..696bdc9 --- /dev/null +++ b/src/renderer/src/components/preferences/TextInput.vue @@ -0,0 +1,40 @@ + + + + +