aboutsummaryrefslogtreecommitdiff
path: root/ext/search.html
diff options
context:
space:
mode:
authormarv <rotrobmin@gmail.com>2024-02-08 04:00:35 -0800
committerGitHub <noreply@github.com>2024-02-08 12:00:35 +0000
commit20520100f259bc174533fcd959c65550e2f7f074 (patch)
tree0036b959c4b506212bece573c8c0ea4ee79cdf2f /ext/search.html
parentaa269c65a9a4d3ec2ca8ac4e5b1483c9c9455350 (diff)
Search Page Profile Switching (#648)
* Add profile select dropdown * Remove right align on profile switcher in search * Fix API access * Don't cache optionsFull --------- Co-authored-by: Darius Jahandarie <djahandarie@gmail.com>
Diffstat (limited to 'ext/search.html')
-rw-r--r--ext/search.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/search.html b/ext/search.html
index 8c595cc4..1deadd3c 100644
--- a/ext/search.html
+++ b/ext/search.html
@@ -47,6 +47,11 @@
<span class="search-option-pre-label">Parser:</span>
<select id="query-parser-mode-select"></select>
</div>
+ <div class="search-option" id="search-option-profile-select">
+ <span class="profile-select-container"><select class="profile-select" id="profile-select">
+ <optgroup label="Primary Profile" id="profile-select-option-group"></optgroup>
+ </select></span>
+ </div>
</div>
<div class="search-textbox-container">
<textarea id="search-textbox" class="scrollbar" placeholder="Input a term, expression, sentence, or block of text" autocomplete="off" lang="ja" autofocus></textarea>