Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
🎨 separate content filter dropdowns from the triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Apr 5, 2017
1 parent 57b27e4 commit 4defc65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/templates/posts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
onchange=(action "changeType")
tagName="div"
classNames="gh-contentfilter-menu gh-contentfilter-type"
matchTriggerWidth=false
data-test-type-select=true
as |type|
}}
Expand All @@ -28,6 +29,7 @@
onchange=(action "changeAuthor")
tagName="div"
classNames="gh-contentfilter-menu gh-contentfilter-author"
matchTriggerWidth=false
data-test-author-select=true
as |author|
}}
Expand All @@ -42,6 +44,7 @@
onchange=(action "changeTag")
tagName="div"
classNames="gh-contentfilter-menu gh-contentfilter-tag"
matchTriggerWidth=false
data-test-tag-select=true
as |tag|
}}
Expand All @@ -58,6 +61,7 @@
onchange=(action "changeOrder")
tagName="div"
classNames="gh-contentfilter-menu gh-contentfilter-sort"
matchTriggerWidth=false
data-test-order-select=true
as |order|
}}
Expand Down

0 comments on commit 4defc65

Please sign in to comment.