discourse/app/assets/javascripts/admin/templates/components
Penar Musaraj 882b0aac19
DEV: Let themes extend color definitions (#10429)
Themes can now declare custom colors that get compiled in core's color definitions stylesheet, thus allowing themes to better support dark/light color schemes. 

For example, if you need your theme to use tertiary for an element in a light color scheme and quaternary in a dark scheme, you can add the following SCSS to your theme's `color_definitions.scss` file: 

```
:root {
  --mytheme-tertiary-or-quaternary: #{dark-light-choose($tertiary, $quaternary)};
}
```

And then use the `--mytheme-tertiary-or-quaternary` variable as the color property of that element. You can also use this file to add color variables that use SCSS color transformation functions (lighten, darken, saturate, etc.) without compromising your theme's compatibility with different color schemes.
2020-08-18 13:02:13 -04:00
..
report-filters FEATURE: Make report filters reusable (#9444) 2020-04-22 11:52:50 +03:00
site-settings UX: Add simple-list setting type (#9970) 2020-06-04 10:44:54 -04:00
ace-editor.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
admin-backups-logs.hbs DEV: Remove buffered rendering from admin backup logs 2019-12-09 14:45:36 -07:00
admin-editable-field.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
admin-form-row.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
admin-nav.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
admin-report-chart.hbs FEATURE: part 2 of dashboard improvements 2018-07-19 14:33:11 -04:00
admin-report-counters.hbs DEV: enforce ember-template-lint: no-unnecessary-concat (#9133) 2020-03-07 12:58:48 +01:00
admin-report-counts.hbs DEV: enforce ember-template-lint: no-unnecessary-concat (#9133) 2020-03-07 12:58:48 +01:00
admin-report-inline-table.hbs DEV: enforces block-indentation of ember-template-lint rules (#9408) 2020-04-13 17:17:20 +02:00
admin-report-per-day-counts.hbs
admin-report-stacked-chart.hbs FIX: better handling of resizing in stacked charts (#6921) 2019-01-22 11:20:50 +01:00
admin-report-storage-stats.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
admin-report-table-cell.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
admin-report-table-header.hbs FIX: quality/bugfix dashboard/reports pass (#6283) 2018-08-17 16:19:25 +02:00
admin-report-table-row.hbs FIX: improves number/percent support in reports 2018-08-01 18:40:59 -04:00
admin-report-table.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
admin-report-trust-level-counts.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
admin-report.hbs FEATURE: allows to display charts by day/week/month (#10325) 2020-07-28 16:14:41 +02:00
admin-theme-editor.hbs DEV: Let themes extend color definitions (#10429) 2020-08-18 13:02:13 -04:00
admin-user-field-item.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
admin-watched-word.hbs DEV: Fix failing test on CI due to whitespace differences 2019-11-27 17:23:49 -07:00
admin-web-hook-event-chooser.hbs
admin-web-hook-event.hbs DEV: enforce ember-template-lint: no-unnecessary-concat (#9133) 2020-03-07 12:58:48 +01:00
admin-web-hook-status.hbs DEV: Remove buffered rendering from watched words 2019-12-03 17:23:10 -07:00
dashboard-problems.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
email-styles-editor.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
embeddable-host.hbs FIX: use allowlist and blocklist terminology (#10209) 2020-07-27 10:23:54 +10:00
embedding-setting.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
flag-user-lists.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
flag-user.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
highlighted-code.hbs Revert "PERF: Move highlightjs to a background worker, and add result cache (#10191)" 2020-07-15 13:52:35 +01:00
inline-edit-checkbox.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
install-theme-item.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
penalty-post-action.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
permalink-form.hbs FIX: Improve admin permalink UX (#10101) 2020-06-22 13:14:16 +10:00
resumable-upload.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
screened-ip-address-form.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
secret-value-list.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
setting-validation-message.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
silence-details.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
simple-list.hbs UX: Add simple-list setting type (#9970) 2020-06-04 10:44:54 -04:00
site-customization-change-details.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
site-customization-change-field.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
site-setting.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
site-text-summary.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
suspension-details.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
tags-uploader.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
themes-list-item.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
themes-list.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
value-list.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
version-checks.hbs FIX: update meh-o icon to far-meh (#10256) 2020-07-16 16:26:17 -07:00
watched-word-form.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
watched-word-uploader.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00