directory back up (parent) button + drag entry into parent to move

This commit is contained in:
2025-07-30 17:25:10 +02:00
parent 2c834eb42b
commit 3b141cc7cd
18 changed files with 243 additions and 95 deletions

View File

@@ -5,5 +5,5 @@ export function useWarrenPath() {
return null;
}
return `${store.current.warrenId}/${store.current.path}`;
return `${store.current.warrenId}${store.current.path}`;
}