discourse/app
Joe 2f66eb59c2
DEV: Slightly defer loading Discourse stylesheets (#17078)
This is related to #17063 and is also a pre-request for the splash screen work.

This PR introduces 0 visual or functional changes. It just relocates the stylesheets in the load order.
`.css` stylesheets block the browser render. We need to move those out of the <head> tag.

However, they still need to be loaded before core/plugin/theme rendered HTML to avoid FOUC.
2022-06-20 10:37:28 +08:00
..
assets DEV: Slightly defer loading Discourse stylesheets (#17078) 2022-06-20 10:37:28 +08:00
controllers DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
helpers DEV: Defer loading core/plugin/theme JS files (#17063) 2022-06-20 09:47:37 +08:00
jobs DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
mailers FEATURE: Log the SMTP response in EmailLog (#17056) 2022-06-15 10:28:30 +10:00
models DEV: Defer loading core/plugin/theme JS files (#17063) 2022-06-20 09:47:37 +08:00
serializers FIX: Remove tags from experimental sidebar on notification level changed (#17083) 2022-06-14 15:39:56 +08:00
services FIX: Send quote notifications to correct users when prioritizing full names (#17030) 2022-06-09 11:52:28 -05:00
views DEV: Slightly defer loading Discourse stylesheets (#17078) 2022-06-20 10:37:28 +08:00