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

@@ -25,7 +25,7 @@ export let show_hidden = false
class:hidden={child.name.startsWith(".") && !show_hidden}
>
<td>
<img src={fs_node_icon(state.root.id, child, 32, 32)} class="node_icon" alt="icon"/>
<img src={fs_node_icon(child, 32, 32)} class="node_icon" alt="icon"/>
</td>
<td class="node_name">
{child.name}