Remove the need to provide a bucket ID to each API call

This commit is contained in:
2023-05-30 15:51:10 +02:00
parent 2647a22c91
commit 0299b730a5
23 changed files with 95 additions and 96 deletions

View File

@@ -19,7 +19,7 @@ export let show_hidden = false
<div
class="icon_container"
class:cover={fs_node_type(child) === "image" || fs_node_type(child) === "video"}
style='background-image: url("{fs_node_icon(state.root.id, child, 256, 256)}");'>
style='background-image: url("{fs_node_icon(child, 256, 256)}");'>
</div>
{child.name}
</a>