Added listing of files and directories

This commit is contained in:
2025-12-23 12:25:24 +01:00
parent 7349624da9
commit 3a52b85dfb
8 changed files with 266 additions and 23 deletions

View File

@@ -77,7 +77,12 @@
</div>
</div>
<RessourceManager bind:show={showRessourceManager}></RessourceManager>
<RessourceManager
bind:show={showRessourceManager}
ok={(res) => {
console.log(res);
}}
></RessourceManager>
<style>
.profile {