Skip to content
Snippets Groups Projects

Display buckets and their objects

Merged Daniel Göbel requested to merge feature/5-display-buckets into development
5 files
+ 126
30
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -24,7 +24,10 @@ const emit = defineEmits<{
'rounded-top': props.active,
}"
:aria-current="props.active"
:to="{ name: 'bucket', params: { bucket_name: bucket.name } }"
:to="{
name: 'bucket',
params: { bucket_name: bucket.name, sub_folders: [] },
}"
>
{{ bucket.name }}
<bootstrap-icon
Loading