aboutsummaryrefslogtreecommitdiff
path: root/extension/index.html
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-10-29 12:57:00 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-10-29 12:57:00 -0400
commite35181b6f85299e40bd748564cbb4ecc752f6d17 (patch)
tree66d5edb7857ff3daf25127f70d0d5a811526b173 /extension/index.html
parent39571b5ec59077a8734ae8c571e39cd0a0c003c9 (diff)
downloadbookmarks-home-e35181b6f85299e40bd748564cbb4ecc752f6d17.tar.gz
bookmarks-home-e35181b6f85299e40bd748564cbb4ecc752f6d17.tar.bz2
bookmarks-home-e35181b6f85299e40bd748564cbb4ecc752f6d17.zip
settings sidebar
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>