discourse/app/assets/javascripts/admin
David Taylor d348368ab6
FEATURE: Allow themes to override color transformation variables (#7987)
Theme developers can now add any of the transformed color variables to their color scheme in about.json. For example

```
  "color_schemes": {
    "Light": {
      "primary": "333333",
      "secondary": "ffffff",
      "primary-low": "ff0000"
    }
  },
```

would override the primary-low variable when compiling SCSS for the color scheme. The primary-low variable will also be visible in administrator color palette UI.
2019-08-12 11:02:38 +01:00
..
adapters FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
components UX: improves dates on reports export UI (#7971) 2019-08-06 08:41:21 +02:00
controllers UX: modifies admin email template to have more space for the form (#7993) 2019-08-12 10:27:25 +02:00
helpers DEV: fix some deprecated SVG icon refs 2019-01-22 14:42:00 -05:00
mixins DEV: Upgrades to Ember 3.10 (#7871) 2019-07-16 12:45:15 +02:00
models FEATURE: Allow themes to override color transformation variables (#7987) 2019-08-12 11:02:38 +01:00
routes FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
services FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
templates UX: modifies admin email template to have more space for the form (#7993) 2019-08-12 10:27:25 +02:00