discourse/plugins/discourse-reactions/assets/javascripts/discourse
Kris 41168dbd08
UX: consistent "more emoji" icon, fix reactions styles in modernized foundation (#40126)
In notifications and in chat we use the custom `discourse-emojis` icon
to indicate "any emoji", so we should do the same thing in reactions
when "allow any reaction" is enabled.

There were also some minor style regressions from the "modernized
foundation" upcoming change, and I've hooked up a d-selected color and
border-radius variable for more consistency.

Before:
<img width="245" alt="image"
src="https://github.com/user-attachments/assets/5a449018-66ef-4bad-9027-dd34d39e0d71"
/>


After: 
<img width="375" alt="image"
src="https://github.com/user-attachments/assets/693f9469-d9a2-49d4-a3bb-1996938179c8"
/>
2026-05-18 12:37:44 -04:00
..
adapters
components UX: consistent "more emoji" icon, fix reactions styles in modernized foundation (#40126) 2026-05-18 12:37:44 -04:00
connectors DEV: Consolidate reusable components into ui-kit (#38703) 2026-05-11 18:07:36 -03:00
controllers/user-activity DEV: Remove deprecated showFooter usage in reactions routes (#36720) 2025-12-16 15:06:55 +01:00
initializers UX: post reply count position change (#39606) 2026-05-11 11:43:54 +04:00
models DEV: move new post reactions to upcoming change (#39450) 2026-04-23 11:16:54 +04:00
routes DEV: Migrate to @ember/reactive/collections (#38221) 2026-03-23 17:44:41 -03:00
templates/user-activity DEV: Enforce deprecation-free tests for preinstalled plugins/themes (#36445) 2025-12-16 17:48:29 -03:00
discourse-reactions-user-activity-route-map.js
discourse-reactions-user-notifications-route-map.js