diff --git a/src/App.tsx b/src/App.tsx index 306b2b5..4ef0de8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -38,6 +38,7 @@ function getIcon(f: File) export default function App() { const [api] = createResource(fetchApi) + const paths = [window.location.host, ...path.split("/").filter(it => it)] return ( // Full screen container @@ -49,8 +50,13 @@ export default function App() {

File Listing

{/* Breadcrumbs */} -
- + {api.loading && "Loading..."}