Add realtime stats for filesystem

This commit is contained in:
2023-05-19 21:45:42 +02:00
parent 98c725f291
commit 794a38da19
8 changed files with 133 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ export const navigate = async (path, push_history) => {
let resp = await fs_get_node(state.root.id, path)
open_node(resp, push_history)
} catch (err) {
console.error(err)
let errj = JSON.parse(err)
if (errj.value === "path_not_found") {