Skip to content

Commit c23704b

Browse files
committed
[issues] Make tag filter work in a more useful way
1 parent 944494e commit c23704b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

issues.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2>
6666
<legend>Filter by tag</legend>
6767

6868
<label property="tagFilter" mv-multiple mv-value="unique(issue.tag)">
69-
<input type="checkbox" property="show" checked>
69+
<input type="checkbox" property="show">
7070
<span property="tagFilter"></span>
7171
({count(issue.tag = tagFilter)})
7272
</label>
@@ -75,7 +75,7 @@ <h2>
7575
</div>
7676

7777
<article property="issue" mv-multiple class="status-{status} issue-{openness} {if(filtered, 'filtered')}" id="issue-{id}">
78-
<meta property="filtered" content="{(status and !get(statusFilter, status).show) or !get(openFilter, openness).show or (count(tag) and count(selectedTags) and !intersects(tag, selectedTags))}" />
78+
<meta property="filtered" content="{(status and !get(statusFilter, status).show) or !get(openFilter, openness).show or (count(selectedTags) and !intersects(tag, selectedTags))}" />
7979

8080
<h1>
8181
<a href="#issue-{id}" property="id" mv-attribute="null" mv-default="{$previous.id + 1}">1</a>

0 commit comments

Comments
 (0)