mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 19:28:42 +08:00
- Migrate .post-users-popup styles from common/base/topic-post.scss into
their own partial at common/modal/discourse-reactions-popup.scss
(imported via common/modal/_index.scss).
- Standardize spacing, font weight, and radii on --space-* /
--d-border-radius variables; add mobile-specific avatar/emoji sizes.
- Slightly increased sizing for mobile, specifically for tap targets
- Limit height on mobile (for easier tap out)
- Tidy up .post-action-menu like/like-count styles by nesting them
together instead of scattering rules across the file.
- Capitalize %{count} Reaction(s) in the reactions popup title string.
| BC | AC |
|--------|--------|
| <img width="1590" height="1040" alt="CleanShot 2026-04-21 at 12 39
54@2x"
src="https://github.com/user-attachments/assets/d75314ad-0be6-4798-bf6b-e241c018c067"
/> | <img width="1618" height="1024" alt="CleanShot 2026-04-21 at 12 37
06@2x"
src="https://github.com/user-attachments/assets/602510d5-6a59-4035-a8d5-4643bd2902a6"
/> |
| <img width="1179" height="2556" alt="image"
src="https://github.com/user-attachments/assets/f233d011-1608-43cf-a8c4-8d704bb9d211"
/> | <img width="1179" height="2556" alt="image"
src="https://github.com/user-attachments/assets/9beb293e-0ea3-4d86-8eb3-95c9fcf2c2a8"
/> |
---------
Co-authored-by: David Battersby <info@davidbattersby.com>
46 lines
1.5 KiB
YAML
46 lines
1.5 KiB
YAML
en:
|
|
admin_js:
|
|
admin:
|
|
site_settings:
|
|
categories:
|
|
discourse_reactions: "Discourse Reactions"
|
|
js:
|
|
discourse_reactions:
|
|
reactions_title: "Reactions"
|
|
state_panel:
|
|
more_users: "and %{count} more..."
|
|
show_users: "Show more users"
|
|
hide_users: "Show fewer users"
|
|
reaction_group:
|
|
one: "%{reaction}: %{count} user"
|
|
other: "%{reaction}: %{count} users"
|
|
reaction:
|
|
forbidden: "You are not allowed to react or change your reaction to this post."
|
|
picker:
|
|
react_with: "React to this post with: %{reaction}"
|
|
cant_remove_reaction: "You can no longer remove your reaction"
|
|
remove_reaction: "Remove this %{reaction} reaction"
|
|
users_popup:
|
|
all: "All"
|
|
title:
|
|
one: "%{count} Reaction"
|
|
other: "%{count} Reactions"
|
|
counter:
|
|
aria_label:
|
|
one: "%{count} reaction"
|
|
other: "%{count} reactions"
|
|
main_reaction:
|
|
add: "Like this post"
|
|
remove: "Remove this like"
|
|
cant_remove: "You can no longer remove your like"
|
|
unauthenticated: "Please sign up or log in to like this post"
|
|
notifications:
|
|
reaction_1_user_multiple_posts:
|
|
one: "reacted to %{count} of your post"
|
|
other: "reacted to %{count} of your posts"
|
|
reaction_2_users: "%{username}, %{username2}"
|
|
reaction_multiple_users:
|
|
one: "%{username} and %{count} other"
|
|
other: "%{username} and %{count} others"
|
|
titles:
|
|
reaction: "new reaction"
|