aboutsummaryrefslogtreecommitdiff
path: root/extension/index.html
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-11-03 00:19:58 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-11-03 00:19:58 -0400
commit01b3c8be6a3cd143a044c826d7f79ed2128cdd3b (patch)
treed93ebfa753b1c9fdabc24e7224ee16fe20957657 /extension/index.html
parent1333bf2b0b86f3e243f3ad19c263a0a24df07244 (diff)
downloadbookmarks-home-01b3c8be6a3cd143a044c826d7f79ed2128cdd3b.tar.gz
bookmarks-home-01b3c8be6a3cd143a044c826d7f79ed2128cdd3b.tar.bz2
bookmarks-home-01b3c8be6a3cd143a044c826d7f79ed2128cdd3b.zip
Start making settings work
Diffstat (limited to 'extension/index.html')
-rw-r--r--extension/index.html41
1 files changed, 1 insertions, 40 deletions
diff --git a/extension/index.html b/extension/index.html
index 11e132a..8baa841 100644
--- a/extension/index.html
+++ b/extension/index.html
@@ -6,46 +6,7 @@
<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="settings-menu"></div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>