main page states (search & initial) are now working
This commit is contained in:
@@ -32,8 +32,9 @@
|
||||
</template>
|
||||
|
||||
<section id="tool-bar">
|
||||
<button class="btn flat" id="reset-tools-btn" title="Reset search results">Reset</button>
|
||||
<select id="sort-btn" class="btn flat" title="Sort entries">Sort by
|
||||
<option>Date newest-oldest</option>
|
||||
<option id="default-sort">Date newest-oldest</option>
|
||||
<option>Date oldest-newest</option>
|
||||
<option>Author A-Z</option>
|
||||
<option>Author Z-A</option>
|
||||
@@ -46,6 +47,7 @@
|
||||
</select>
|
||||
<div class="divider"></div>
|
||||
<select class="btn flat" id="filter-btn" title="Filter entries">Filter
|
||||
<option id="default-filter">None</option>
|
||||
<optgroup label="Standard categories">
|
||||
<option>Dataset</option>
|
||||
<option>API</option>
|
||||
|
Reference in New Issue
Block a user