discourse/app/assets/javascripts/admin/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: global admin override of most of the user preferences 2015-08-21 20:39:21 +02:00
ace-editor.js.es6 FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
admin-backups-logs.js.es6 FIX: Scrolling on backup logs 2016-10-27 11:57:33 -04:00
admin-directory-toggle.js.es6 FEATURE: Make admin user list sortable. 2017-03-16 09:24:15 +08:00
admin-form-row.js.es6 FIX: Reformat user fields admin to have a longer form 2015-07-28 12:30:21 -04:00
admin-graph.js.es6 correct linting 2016-04-14 16:30:04 +10:00
admin-group-selector.js.es6 FEATURE: User admin - filter groups as you type (#4171) 2016-04-14 10:40:09 -04:00
admin-report-counts.js.es6 FIX: time to first reponse and topics with no reponse admin reports should show down arrow as green, up arrow as red 2015-07-22 14:16:10 -04:00
admin-report-per-day-counts.js.es6 FIX: unhandle show report action 2015-05-15 00:59:31 +08:00
admin-report-trust-level-counts.js.es6 FIX: unhandle show report action 2015-05-15 00:59:31 +08:00
admin-user-field-item.js.es6 FEATURE: add user custom fields to user card 2016-04-08 14:35:41 +02:00
admin-web-hook-event-chooser.js.es6 FEATURE: Webhooks. 2016-09-05 18:44:00 +08:00
admin-web-hook-event.js.es6 Unify API keys and web hooks into a single admin nav header. 2016-09-20 05:22:03 +08:00
admin-web-hook-status.js.es6 Replace deprecated render(buffer) with a custom buffered renderer 2016-10-25 14:00:21 -04:00
color-input.js.es6 FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
disable-custom-stylesheets.js.es6 FIX: Remove more of those pesky View classes 2016-11-11 17:03:15 -05:00
embeddable-host.js.es6 FEATURE: Support for a whitelist for embeddable host paths 2016-08-23 14:56:12 -04:00
embedding-setting.js.es6 Remove example CSS selectors from locale file 2015-10-11 14:48:37 +02:00
expanding-text-area.js.es6 Move autosize from admin/lib to discourse/lib 2016-03-18 09:48:57 -04:00
highlighted-code.js.es6 Can edit settings on the embedding page 2015-08-20 15:56:05 -04:00
inline-edit-checkbox.js.es6 FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
ip-lookup.js.es6 REFACTOR: Remove Discourse.Ajax 2016-07-11 12:57:05 -04:00
list-setting.js.es6 UX: select on blur if there are no choices for select2 2015-04-10 09:13:51 +10:00
permalink-form.js.es6 Revert "Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS"" 2015-11-21 12:27:06 +11:00
resumable-upload.js.es6 Replace deprecated render(buffer) with a custom buffered renderer 2016-10-25 14:00:21 -04:00
save-controls.js.es6 FEATURE: Admin interface for editing email templates 2015-11-19 16:39:34 -05:00
screened-ip-address-form.js.es6 FIX: manually blocking/whitelisting an IP address wasn't working 2015-12-17 19:40:50 +01:00
site-setting.js.es6 Remove the ScrollTop Mixin 2016-11-10 15:25:04 -05:00
site-text-summary.js.es6 Support for "Only show overridden" in site text customization 2015-11-30 15:25:08 -05:00
value-list.js.es6 FEATURE: Can order value lists 2015-07-28 16:09:45 -04:00