We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebf151 commit 3852290Copy full SHA for 3852290
extension/options/options.html
@@ -43,6 +43,16 @@
43
</div>
44
</fieldset>
45
<hr/>
46
+ <div class="form-group">
47
+ <strong>Results sort order:</strong>
48
+ <select class="form-control" name="sort_order" id="sort_order" style="margin-top: 0.5rem;" disabled>
49
+ <option value="0">Relevance</option>
50
+ <option value="1">Newest</option>
51
+ <option value="2">Active</option>
52
+ <option value="3">Votes</option>
53
+ </select>
54
+ </div>
55
+ <hr/>
56
<fieldset class="form-group">
57
<div class="row">
58
<legend class="col-form-label col-sm-12 pt-0">
0 commit comments