mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
🎨 separate content filter dropdowns from the triggers
This commit is contained in:
parent
6dabb84e0a
commit
088fbb4eb7
@ -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|
|
||||
}}
|
||||
@ -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|
|
||||
}}
|
||||
@ -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|
|
||||
}}
|
||||
@ -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|
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user