discourse/app/views/layouts
Jarek Radosz 0fcd2f12dc DEV: Prepare for admin -> discourse/admin rename (#35322)
To simplify our repository architecture, we're moving the admin panel from a separate package(/ember-addon) to a directory inside the main app package. This will make future configuration of tools like typescript/glint, and Vite, much easier. It also means that the admin panel is now transpiled via Webpack, and can internally make use of async-imports and bundle-splitting.

Admin modules will now be referenced like `discourse/admin/...`. Backwards-compatibility is maintained for the old import paths via a custom babel transform.

A 'compatModules' technique is used to keep all of the admin invokables and routes/controllers/templates available to Ember's resolver.
2025-10-20 12:46:11 +01:00
..
_head.html.erb FEATURE: Introduce 'google_site_verification_token' site setting (#35229) 2025-10-08 11:08:33 +01:00
_noscript_footer.html.erb UX: Rename FAQ to Guidelines (#27451) 2024-06-13 12:09:53 -03:00
_noscript_header.html.erb DEV: Add site description to crawler homepage view (#32845) 2025-05-22 08:33:59 +10:00
application.html.erb DEV: Prepare for admin -> discourse/admin rename (#35322) 2025-10-20 12:46:11 +01:00
crawler.html.erb FEATURE: Append locale to links in crawler view if present (#34466) 2025-08-22 08:46:33 +08:00
email_template.html.erb Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
embed.html.erb DEV: Replace break_string.js with CSS in embedded view (#32488) 2025-04-28 10:47:27 +01:00
ember_cli.html.erb DEV: Stop using sprockets for 'use ember cli' stylesheet (#28633) 2024-08-29 10:38:27 +01:00
finish_installation.html.erb UX: add color-scheme meta tag to _head (#30245) 2024-12-13 08:10:08 -03:00
no_ember.html.erb FEATURE: Add experimental tracking of 'real browser' pageviews (#26647) 2024-04-25 11:00:01 +01:00
publish.html.erb FEATURE: support adobe analytics tags tracking (#30433) 2024-12-26 15:25:48 +05:30