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 @@ + + + + + Browse + + + + + + + + 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 @@ + + + Encryption + + + + + + + + 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 @@ + + + Storage Plugin + + + + + {{ plugin.name }} + {{ plugin.description }} + + + + + + + + + + + + + + + + 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 @@ + + + {{ label }}{{ required ? '*' : '' }} + + + + + + + +
{{ plugin.name }}
{{ plugin.description }}