This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app
Gerhard Schlager 2e5e4dbf19
DEV: Make it easier to customize link attributes in quick access menu (#11365)
This allows themes to customize link attributes:

```
api.reopenWidget("quick-access-item", {
  _linkAttributes(href) {
    const attributes = this._super(...arguments);
    // do stuff
    return attributes;
  }
}
```
2020-11-27 12:26:47 +01:00
..
assets DEV: Make it easier to customize link attributes in quick access menu (#11365) 2020-11-27 12:26:47 +01:00
controllers UX: Add group name to error message (#11333) 2020-11-24 13:06:52 +02:00
helpers UX: Use appropriate logo on static pages (#11211) 2020-11-12 10:50:55 -08:00
jobs FIX: Cached badge_count isn't updated after backfilling badges (#11281) 2020-11-18 22:01:56 +01:00
mailers FIX: Ensure group SMTP and message builder always uses from address for Reply-To when IMAP is enabled (#11037) 2020-10-28 07:01:58 +10:00
models FEATURE: Add users:log_out API key scope (#11359) 2020-11-26 10:39:38 +00:00
serializers PERF: Simplify topic serialization for user summary page (#11236) 2020-11-17 12:07:16 +00:00
services PERF: avoid using destroy_all when removing stats (#11358) 2020-11-26 15:29:39 +10:00
views Move CSS link tags above JS in the head 2020-11-17 09:57:30 -05:00