added directory picker button

This commit is contained in:
2025-03-20 19:22:27 -04:00
parent 46bbffb308
commit 0f5d535a97
5 changed files with 41 additions and 61 deletions
+5 -1
View File
@@ -6,7 +6,11 @@
<title>yellowjacket</title>
</head>
<body>
<div id="app"></div>
<div id="app" class="container">
<button class="btn" onclick="dirPicker()">Choose Directory...</button>
<label id="library-directory">No Library Directory Selected</label>
</div>
<script src="./src/main.js" type="module"></script>
</body>
</html>