discourse/app/assets/javascripts/admin/templates/components
Sam a3e8c3cd7b FEATURE: Native theme support
This feature introduces the concept of themes. Themes are an evolution
of site customizations.

Themes introduce two very big conceptual changes:

- A theme may include other "child themes", children can include grand
children and so on.

- A theme may specify a color scheme

The change does away with the idea of "enabled" color schemes.

It also adds a bunch of big niceties like

- You can source a theme from a git repo

- History for themes is much improved

- You can only have a single enabled theme. Themes can be selected by
    users, if you opt for it.

On a technical level this change comes with a whole bunch of goodies

- All CSS is now compiled using a custom pipeline that uses libsass
    see /lib/stylesheet

- There is a single pipeline for css compilation (in the past we used
    one for customizations and another one for the rest of the app

- The stylesheet pipeline is now divorced of sprockets, there is no
   reliance on sprockets for CSS bundling

- CSS is generated with source maps everywhere (including themes) this
    makes debugging much easier

- Our "live reloader" is smarter and avoid a flash of unstyled content
   we run a file watcher in "puma" in dev so you no longer need to run
   rake autospec to watch for CSS changes
2017-04-12 10:53:49 -04:00
..
site-settings FEATURE: Webhooks. 2016-09-05 18:44:00 +08:00
ace-editor.hbs FIX: ace editor was buggy in the latest Ember release 2016-11-28 11:29:56 -05:00
admin-form-row.hbs FEATURE: New "Dropdown" user field type 2015-07-28 12:30:21 -04:00
admin-nav.hbs
admin-report-counts.hbs FIX: Incorrect title on admin reports 2017-02-02 10:56:12 -05:00
admin-report-per-day-counts.hbs FIX: Broken link on admin dashboard 2015-05-19 13:13:31 -04:00
admin-report-trust-level-counts.hbs UX: Display large numbers with delimiters. 2017-01-09 15:56:02 +08:00
admin-user-field-item.hbs FEATURE: add user custom fields to user card 2016-04-08 14:35:41 +02:00
admin-web-hook-event-chooser.hbs FEATURE: Webhooks. 2016-09-05 18:44:00 +08:00
admin-web-hook-event.hbs UX: Add headers for webhook events 2016-09-19 12:07:55 +08:00
embeddable-host.hbs FEATURE: Support for a whitelist for embeddable host paths 2016-08-23 14:56:12 -04:00
embedding-setting.hbs Remove example CSS selectors from locale file 2015-10-11 14:48:37 +02:00
highlighted-code.hbs Can edit settings on the embedding page 2015-08-20 15:56:05 -04:00
inline-edit-checkbox.hbs FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
permalink-form.hbs FIX: 'add permalink' feature was broken 2017-01-05 18:50:17 +05:30
permalinks-list.hbs Migrate deprecated Ember.ListView to regular components. 2016-11-24 12:59:20 -05:00
save-controls.hbs FEATURE: Can override any translation via an admin interface 2015-11-27 11:35:19 -05:00
screened-ip-address-form.hbs FIX: manually blocking/whitelisting an IP address wasn't working 2015-12-17 19:40:50 +01:00
setting-validation-message.hbs Deprecations: {{bind-attr}} is deprecated 2016-05-11 14:26:06 -04:00
site-customization-change-details.hbs Remove the last of the admin view classes 2016-11-16 16:41:15 -05:00
site-customization-change-field.hbs Remove the last of the admin view classes 2016-11-16 16:41:15 -05:00
site-setting.hbs PERF: Only render 30 site settings in "All" when filtering 2015-09-29 13:34:09 -04:00
site-text-summary.hbs FEATURE: Can override any translation via an admin interface 2015-11-27 11:35:19 -05:00
value-list.hbs We can add the no-text class automatically in d-button 2015-07-30 14:53:13 -04:00