Skip to content

Commit

Permalink
feat(board): showcase new qualifiers in filter dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored and Joanne Nolan committed Nov 30, 2020
1 parent af4da18 commit eebb935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/board/src/BoardFilter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
'involves',
'created',
'updated',
'involves',
'is'
].map(name => {
return {
Expand Down Expand Up @@ -393,7 +394,7 @@
</p>

<p class="note">
Refine your search with operators: <em>milestone</em>, <em>repo</em>, <em>assignee</em>, <em>label</em> and <em>is</em>.
Refine your search with operators: <em>created</em>, <em>updated</em>, <em>milestone</em>, <em>repo</em>, <em>assignee</em>, <em>label</em> and <em>is</em>.
</p>
</div>
{/if}
Expand Down

0 comments on commit eebb935

Please sign in to comment.