diff src/ingest/index.html @ 24:1a9a8af1aa19

breadcrumbs and tree view UI
author drewp@bigasterisk.com
date Mon, 17 Apr 2023 13:35:18 -0700
parents b73941c4dc0a
children
line wrap: on
line diff
--- a/src/ingest/index.html	Mon Apr 17 13:33:59 2023 -0700
+++ b/src/ingest/index.html	Mon Apr 17 13:35:18 2023 -0700
@@ -3,12 +3,13 @@
   <head>
     <title>video on bigasterisk</title>
     <link rel="stylesheet" type="text/css" media="screen" href="../main.css" />
+
     <script type="module" src="./main.ts"></script>
   </head>
-  <body>
-    <div id="path-segs">
-     <span><a href="../">TOP</a></span>
-    </div>
+  <body class="sl-theme-dark">
+    <sl-breadcrumb>
+      <sl-breadcrumb-item><a href="../"><sl-icon name="house"></sl-icon>TOP</a></sl-breadcrumb-item>
+    </sl-breadcrumb>
 
     <h1>Video library ingest</h1>
     <ingest-drop></ingest-drop>