discourse/app
Sérgio Saquetim 3ee42d0bb8
DEV: Add viewport tracking and grid resizing to post renderer
Introduce tracked viewport properties (`site.mobileView`, `site.desktopView`,
and `capabilities.viewport`) to the `PostCookedHtml` component to allow
responsive re-rendering of content, such as image grids. These changes ensure
post content dynamically adapts to viewport resizing.

Update system specs to verify grid column adjustments based on viewport
width, ensuring proper behavior for smaller screens.
2025-08-27 21:30:30 -03:00
..
assets DEV: Add viewport tracking and grid resizing to post renderer 2025-08-27 21:30:30 -03:00
controllers DEV: Prevent crawlers from loading search results. (#31553) 2025-08-27 15:59:08 +10:00
helpers DEV: Remove dual mode support for palettes and drop theme-owned palettes (#34467) 2025-08-26 06:24:11 +03:00
jobs DEV: Allow impersonation without session swapping (#34213) 2025-08-21 14:18:15 +08:00
mailers DEV: Remove ability to use users' names in group mention notifications and mentions shown in emails and added :user_notification_email_options plugin modifier to allow plugins reintroduce this or other modifications to emails (#33449) 2025-07-14 15:20:08 -05:00
models DEV: Centralise user action definitions for reviewables. (#34279) 2025-08-26 14:35:53 +10:00
queries/reports DEV: Refactor reports index into service (#31667) 2025-03-11 14:36:06 +10:00
serializers DEV: Remove dual mode support for palettes and drop theme-owned palettes (#34467) 2025-08-26 06:24:11 +03:00
services FEATURE: Ability to set palettes as default on theme (#34480) 2025-08-27 09:09:34 +08:00
views FEATURE: Append locale to links in crawler view if present (#34466) 2025-08-22 08:46:33 +08:00