From fe53dd858ed9a28dd0d413242e6795ec89847487 Mon Sep 17 00:00:00 2001 From: ildyria Date: Sun, 18 Aug 2024 14:27:37 +0200 Subject: [PATCH] add Import From Server --- .../js/components/modals/ImportFromServer.vue | 60 +++++++++++++++++++ resources/js/views/Landing.vue | 18 +++--- resources/js/views/gallery-panels/Albums.vue | 5 +- 3 files changed, 73 insertions(+), 10 deletions(-) create mode 100644 resources/js/components/modals/ImportFromServer.vue diff --git a/resources/js/components/modals/ImportFromServer.vue b/resources/js/components/modals/ImportFromServer.vue new file mode 100644 index 0000000000..3044906c2f --- /dev/null +++ b/resources/js/components/modals/ImportFromServer.vue @@ -0,0 +1,60 @@ + + diff --git a/resources/js/views/Landing.vue b/resources/js/views/Landing.vue index 4e13ee0ada..5b2badd0a4 100644 --- a/resources/js/views/Landing.vue +++ b/resources/js/views/Landing.vue @@ -49,15 +49,15 @@
- - ACCESS THE {{ $t("lychee.GALLERY") }} - - - - + + ACCESS THE {{ $t("lychee.GALLERY") }} + + + +
+