add file viewers and improve directory viewer

This commit is contained in:
2020-11-11 23:45:52 +01:00
parent e6809b3fe4
commit d839b3016b
8 changed files with 1612 additions and 749 deletions

View File

@@ -22,7 +22,7 @@
{{.OGData}}
<script>
const initialNode = {{.Other}};
const apiEndpoint = '{{.APIEndpoint}}';
window.apiEndpoint = '{{.APIEndpoint}}';
</script>
<link rel='stylesheet' href='/res/svelte/filesystem.css'>