aboutsummaryrefslogtreecommitdiff
path: root/extension/index.html
diff options
context:
space:
mode:
authorOwen <och4609@g.rit.edu>2024-10-29 15:58:58 -0400
committerOwen <och4609@g.rit.edu>2024-10-29 15:58:58 -0400
commit74ff815379ea51d2200d63c90cb898458ab18945 (patch)
tree1255dac3f92f39e45e79f5ab63368b57c7f0c6d6 /extension/index.html
parent1db4160d438e53f418ef21248beeb1f8642ee514 (diff)
parentd270842f3ff338c530519eef26229d8a2d35cab8 (diff)
downloadbookmarks-home-74ff815379ea51d2200d63c90cb898458ab18945.tar.gz
bookmarks-home-74ff815379ea51d2200d63c90cb898458ab18945.tar.bz2
bookmarks-home-74ff815379ea51d2200d63c90cb898458ab18945.zip
Merge branch 'main' of https://github.com/ATO-b2/bookmarks-home
Diffstat (limited to 'extension/index.html')
-rw-r--r--extension/index.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/extension/index.html b/extension/index.html
index 4b28d70..11e132a 100644
--- a/extension/index.html
+++ b/extension/index.html
@@ -6,6 +6,46 @@
<title>Bookmarks Home</title>
</head>
<body>
+ <div id="settings-menu">
+ <h2>Settings</h2>
+
+ <h3>Sort</h3>
+ <label>
+ <input type="radio" name="sort">
+ From bookmarks
+ </label>
+ <label>
+ <input type="radio" name="sort">
+ Alphabetical
+ </label>
+ <label>
+ <input type="radio" name="sort">
+ Frequency
+ </label>
+
+ <h3>Background</h3>
+ <label>
+ <input type="radio" name="bg">
+ From Theme
+ </label>
+ <label>
+ <input type="radio" name="bg">
+ Solid color
+ </label>
+ <label>
+ <input type="radio" name="bg">
+ Image
+ </label>
+
+ <h3>Root folder</h3>
+ <label>
+ <select>
+ <option>Bookmarks Toolbar id:0</option>
+ <option>Mobile Bookmarks id:1</option>
+ <option>Other Bookmarks id:2</option>
+ </select>
+ </label>
+ </div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>