discourse/app
Joffrey JAFFEUX 897cdfb596 FIX: uses simpler pattern for custom href on extra nav items (#8015)
THe main advantage of this solution is that it will be called on each rerendered whereas the other is not once href has been set.

Example API:
```
      api.addNavigationBarItem({
        name: "foo",
        displayName: "Foo",
        customHref: function(category, args) {
          const router = api.container.lookup("service:router");
          const queryParams = { bar: "1" };
          return router.urlFor(router.currentRouteName, category, {
            queryParams
          });
        }
      });
```
2019-08-19 16:27:16 +10:00
..
assets FIX: uses simpler pattern for custom href on extra nav items (#8015) 2019-08-19 16:27:16 +10:00
controllers REVERT: External auth when redeeming invites 2019-08-16 12:44:14 -06:00
helpers FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
jobs DEV: Refactor helper methods for upload markdown 2019-07-25 16:36:35 +02:00
mailers FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
models FIX: properly set notification levels on group invite 2019-08-16 18:23:51 +10:00
serializers FEATURE: add support for group members visibility level (#8004) 2019-08-14 19:00:04 +05:30
services FIX: Various watched words improvements 2019-08-02 15:29:12 +01:00
views FEATURE: Embed topics list on remote sites via Javascript API. (#8008) 2019-08-15 13:41:06 -04:00