discourse/app
David Taylor 68c7c8e25d
DEV: Deprecate mobile-specific templates (#29514)
We are moving away from the mobile-specific template pattern in favor of logical `{{#if}}` statements. This brings us closer to a standard Ember app, makes testing easier, and reduces duplicate code.

This commit includes some minor refactoring in the resolver & component-templates initializer, so that the mobile lookups happen on desktop, without actually being used. This allows us to print the deprecation message consistently, to improve visibility to developers.
2024-11-01 14:51:12 +00:00
..
assets DEV: Deprecate mobile-specific templates (#29514) 2024-11-01 14:51:12 +00:00
controllers FEATURE: Add 'Community title' field to about config page (#29500) 2024-10-31 10:04:31 +03:00
helpers DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00
jobs DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models FIX: Allow `target` attribute in translation overrides (#29503) 2024-11-01 09:48:07 +10:00
serializers FEATURE: Enable the new /about page for everyone (#29390) 2024-10-29 18:40:11 +03:00
services DEV: Remove hash-like access from service contracts 2024-10-29 16:02:51 +01:00
views FEATURE: Enable the new /about page for everyone (#29390) 2024-10-29 18:40:11 +03:00