discourse/app/views/common
David Taylor 0f8e4d7acc
DEV: Compile splash screen JS with ember-cli before inlining (#18150)
This lets us use all our normal JS tooling like prettier, esline and babel on the splash screen JS. At runtime the JS file is read and inlined into the HTML. This commit also switches us to use a CSP hash rather than a nonce for the splash screen.
2022-09-01 09:58:48 +01:00
..
_discourse_preload_stylesheet.html.erb DEV: Preload CSS in the `<head>` (#17322) 2022-07-05 00:23:09 +08:00
_discourse_publish_stylesheet.html.erb Code review comments. 2021-06-21 11:06:58 +08:00
_discourse_splash.html.erb DEV: Compile splash screen JS with ember-cli before inlining (#18150) 2022-09-01 09:58:48 +01:00
_discourse_stylesheet.html.erb DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
_google_tag_manager_body.html.erb
_google_tag_manager_head.html.erb FEATURE: Implement nonces for Google Tag Manager integration (#12531) 2021-03-26 11:19:31 -04:00
_google_universal_analytics.html.erb FEATURE: Add Google Universal Analytics v4 as an option (#11123) 2020-11-06 14:15:36 -06:00
_second_factor_backup_input.html.erb FIX: Allow the app to generate and accept longer backup codes (#8761) 2020-01-21 14:28:31 +00:00
_second_factor_text_field.html.erb