| ... |
... |
@@ -38,7 +38,14 @@ |
| 38 |
38 |
<input @change="${this.setSearchText}" type="text" placeholder="Search..." /> |
| 39 |
39 |
<button @click="${this.handleSearch}">Search</button> |
| 40 |
40 |
</div> |
| 41 |
|
- <label><input type="checkbox" @change="${() => this.toggleFilter('administratorFilter')}" .checked="${this.administratorFilter}"/> Administrator</label> |
|
41 |
+ <div> |
|
42 |
+ <label><input type="checkbox" @change="${() => this.toggleFilter('favoritesFilter')}" .checked="${this.favoritesFilter}"/> Favorites</label> |
|
43 |
+ <label><input type="checkbox" @change="${() => this.toggleFilter('administratorFilter')}" .checked="${this.administratorFilter}"/> Administrator</label> |
|
44 |
+ <label><input type="checkbox" @change="${() => this.toggleFilter('editorFilter')}" .checked="${this.editorFilter}"/> Editor</label> |
|
45 |
+ <label><input type="checkbox" @change="${() => this.toggleFilter('viewerFilter')}" .checked="${this.viewerFilter}"/> Viewer</label> |
|
46 |
+ <label><input type="checkbox" @change="${() => this.toggleFilter('publicFilter')}" .checked="${this.publicFilter}"/> Public</label> |
|
47 |
+ <label><input type="checkbox" @change="${() => this.toggleFilter('privateFilter')}" .checked="${this.privateFilter}"/> Public</label> |
|
48 |
+ </div> |
| 42 |
42 |
</div> |
| 43 |
43 |
` |
| 44 |
44 |
} |
| ... |
... |
@@ -47,7 +47,7 @@ |
| 47 |
47 |
</script> |
| 48 |
48 |
|
| 49 |
49 |
<clb-unified-search></clb-unified-search> |
| 50 |
|
- |
|
57 |
+<!-- |
| 51 |
51 |
<select id="context-search-type"> |
| 52 |
52 |
<option value="all">All</option> |
| 53 |
53 |
<option value="collabs">Collabs</option> |
| ... |
... |
@@ -171,7 +171,6 @@ |
| 171 |
171 |
}) |
| 172 |
172 |
} |
| 173 |
173 |
}); |
| 174 |
|
- |
| 175 |
|
- |
| 176 |
176 |
</script> |
|
182 |
+--> |
| 177 |
177 |
{{/html}} |