discourse/app
David Taylor a8d0364ae8
DEV: Add polyfill for CSS relative color syntax
This polyfill only works with static color values, which means it will NOT work on things like `olclh(from var(--primary) ...`.

Therefore, we must only use it in color_definition stylesheets, and use scss variables as the source color. Like `okclh(from #{$primary}`.

Once we drop iOS 15, we'll be able to drop this polyfill, and use the syntax anywhere with `var()`
2025-03-19 23:03:11 +00:00
..
assets DEV: Add polyfill for CSS relative color syntax 2025-03-19 23:03:11 +00:00
controllers FIX: Amend broken group automatic member dialog (#31854) 2025-03-18 19:37:37 +08:00
helpers FIX: twitter_summary_large_image is renamed to x (#31870) 2025-03-19 11:55:11 +11:00
jobs DEV: Upgrade Sidekiq to v7.3.9 2025-03-10 15:02:48 +01:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models DEV: Make group auto e-mail domain limit configurable (#31873) 2025-03-19 14:33:50 +08:00
queries/reports DEV: Refactor reports index into service (#31667) 2025-03-11 14:36:06 +10:00
serializers FIX: When displaying a reviewable, don't append the title to the content (#31851) 2025-03-18 11:57:39 +11:00
services DEV: Destroy posts rake task enhancements (#31739) 2025-03-14 13:20:43 +08:00
views DEV: Fix custom homepage crawler display and override (#31841) 2025-03-17 13:06:09 -04:00