discourse/app/assets
Sam Saffron 9fb09d147d DEV: allow positioning of nav items and allow selection
Previously we could not place extra nav items in a particular order.

This change introduces a new `before` attribute to addNavigationBarItem
with this attribute we can place a nav item before "top" or any other place.


Additionally this allows navigation items to force active state. In some
cases we may want an items that is simply a "filter" on latest using `?query_params`
when we do that we can "force" the filter active.

A concrete example is the assign plugin that adds a nav item for

Unassigned => `/c/cat-slug/l/latest?assigned=nobody&status=open`

If we did not force then latest would be selected even though the filter
is clicked.
2019-11-01 13:52:25 +11:00
..
images FIX: images:compress rake task 2019-03-15 15:23:57 +01:00
javascripts DEV: allow positioning of nav items and allow selection 2019-11-01 13:52:25 +11:00
stylesheets FEATURE: categories can require topics have a tag from a tag group 2019-10-31 16:10:19 -04:00