diff --git a/app/src/routes/system/filesystem/File.svelte b/app/src/routes/system/filesystem/File.svelte index 9b5965e..52b1777 100644 --- a/app/src/routes/system/filesystem/File.svelte +++ b/app/src/routes/system/filesystem/File.svelte @@ -6,6 +6,6 @@ - + selected(name)}> {name} diff --git a/app/src/routes/system/filesystem/FileSystem.svelte b/app/src/routes/system/filesystem/FileSystem.svelte index dd57f74..9b53fcd 100644 --- a/app/src/routes/system/filesystem/FileSystem.svelte +++ b/app/src/routes/system/filesystem/FileSystem.svelte @@ -1,62 +1,63 @@ + - {#snippet icon()} - - {/snippet} - {#snippet title()} - File System - {/snippet} -
- {#await getFiles()} - - {:then files} - - {/await} - - {#await getContent(filename)} -
- -
- {:then content} -
{content}
- {/await} -
-
\ No newline at end of file + {#snippet icon()} + + {/snippet} + {#snippet title()} + File System + {/snippet} +
+ {#await getFiles()} + + {:then files} + + {/await} + + {#await getContent(filename)} +
+ +
+ {:then content} +
{content}
+ {/await} +
+ diff --git a/app/src/routes/system/filesystem/Folder.svelte b/app/src/routes/system/filesystem/Folder.svelte index c7218f4..42fc4cf 100644 --- a/app/src/routes/system/filesystem/Folder.svelte +++ b/app/src/routes/system/filesystem/Folder.svelte @@ -1,47 +1,41 @@ {#if expanded} - + {/if}