mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 02:42:41 +08:00
79b68bc32b
In the groups page (/g) where we list all the groups, we were only showing one group "name" per group. If a full name was set, we would show it, otherwise we would show the group's "display name". This was somewhat inconsistent because we only show the group's names in all the various controls we use to filter/search by group. Plus we used a slightly different logic when displaying the names of a group on the "group page". So I updated the "GroupsInfo" component to show either 1 or 2 names depending on whether a full name is set, and it's different from the display name or the name of the group. I used this component in the "group page" so the names will be consistent between the "groups page" and the "group page". Also renamed the "GroupsInfo" component to "GroupInfo" since it only ever deals with 1 group at a time. Ref - https://meta.discourse.org/t/-/345415 --- ## When "full name" differs from the "group's name" (cf. `@admins`, `@staff`, and `@moderators`) <img width="1250" alt="Screenshot 2025-01-09 at 15 56 29" src="https://github.com/user-attachments/assets/f8a0ecdd-2715-40d9-a1ed-26288f638d9f" /> ## When "full name" is the same as the "group's name" When `unicode` is allowed in usernames, then the group's full name is the same as the group's name, so we only show one name. <img width="1249" alt="Screenshot 2025-01-09 at 16 25 53" src="https://github.com/user-attachments/assets/03438fbd-04f1-4672-91d5-bd6af2b32475" /> |
||
---|---|---|
.. | ||
environments | ||
initializers | ||
locales | ||
application.rb | ||
boot.rb | ||
cdn.yml.sample | ||
database.yml | ||
deploy.rb.sample | ||
dev_defaults.yml | ||
discourse_defaults.conf | ||
discourse.config.sample | ||
discourse.pill.sample | ||
environment.rb | ||
logrotate.conf | ||
multisite.yml.production-sample | ||
nginx.sample.conf | ||
projections.json | ||
puma.rb | ||
routes.rb | ||
sidekiq.yml | ||
site_settings.yml | ||
spring.rb | ||
thin.yml.sample | ||
unicorn_launcher | ||
unicorn_upstart.conf | ||
unicorn.conf.rb |