main.js mostly done,
started implmenting contentUtility.js added sort options to index.html
This commit is contained in:
@@ -17,8 +17,14 @@
|
||||
|
||||
<section id="tool-bar">
|
||||
<select id="sort-btn" title="Sort entries">Sort by
|
||||
<option>Option 1</option>
|
||||
<option>Option 2</option>
|
||||
<option>Author A-Z</option>
|
||||
<option>Author Z-A</option>
|
||||
<option>Title A-Z</option>
|
||||
<option>Title Z-A</option>
|
||||
<option>Stars ↑</option>
|
||||
<option>Stars ↓</option>
|
||||
<option>Votes ↑</option>
|
||||
<option>Votes ↓</option>
|
||||
</select>
|
||||
<div class="divider"></div>
|
||||
<select class="btn" id="filter-btn" title="Filter entries">Filter
|
||||
|
Reference in New Issue
Block a user