Resolve "Refactor buckets into pinia store"
Compare changes
Files
3- Daniel Göbel authored
+ 53
− 49
@@ -27,8 +28,10 @@ import {
@@ -51,7 +54,6 @@ let client = new S3Client({
@@ -71,7 +73,6 @@ authStore.$onAction(({ name, args }) => {
@@ -87,31 +88,10 @@ const props = defineProps<{
@@ -167,6 +147,7 @@ watch(
@@ -298,10 +279,8 @@ const subFolderInUrl: ComputedRef<boolean> = computed(
@@ -391,9 +370,10 @@ function isS3Object(
@@ -406,6 +386,7 @@ function objectUploaded(newObject: S3ObjectMetaInformation) {
@@ -428,6 +409,7 @@ function confirmedDeleteObject(key: string) {
@@ -483,6 +465,7 @@ function confirmedDeleteFolder(folderPath: string) {
@@ -598,6 +581,7 @@ watch(
@@ -607,7 +591,7 @@ watch(
@@ -627,7 +611,7 @@ watch(
@@ -645,7 +629,7 @@ watch(
@@ -675,7 +659,7 @@ watch(
@@ -692,7 +676,7 @@ watch(
@@ -703,12 +687,33 @@ watch(
@@ -719,7 +724,7 @@ watch(
@@ -821,7 +826,7 @@ watch(
@@ -833,7 +838,7 @@ watch(
@@ -848,7 +853,7 @@ watch(
@@ -867,7 +872,7 @@ watch(
@@ -902,7 +907,6 @@ watch(