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/assets
Joffrey JAFFEUX c9921869f1
FIX: adds select-kit api to modify header computed content (#5476)
This api would allow to simply modify header text or icons, eg:

```
      api.modifySelectKit("select-kit")
        .modifyHeaderComputedContent((context, computedContent) => {
          computedContent.title = "Not so evil";
          return computedContent;
        });
```
2018-01-09 10:52:32 +01:00
..
fonts Update FontAwesome to 4.7.0 2017-04-26 15:16:30 -04:00
images Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
javascripts FIX: adds select-kit api to modify header computed content (#5476) 2018-01-09 10:52:32 +01:00
stylesheets UX: Adjusting color on composer box-shadow 2018-01-02 21:29:16 -05:00