# Имена пользователей больше не выделены жирным на странице /about

**URL:** https://meta.discourse.org/t/usernames-are-no-longer-bold-on-the-about-page/391706
**Category:** Bug
**Tags:** about-page
**Created:** [18.Декабрь.2025 21:30:01 UTC](https://meta.discourse.org/t/usernames-are-no-longer-bold-on-the-about-page/391706 "2025-12-18T21:30:01Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [18.Декабрь.2025 21:30:02 UTC](https://meta.discourse.org/t/usernames-are-no-longer-bold-on-the-about-page/391706/1 "2025-12-18T21:30:02Z")

</div>

Discourse 2025.12.0-latest ([7955a472bc](https://github.com/discourse/discourse/commits/7955a472bcb71591ba0bcb0b12b9f9b39d4f2c1b))

Имена пользователей больше не выделены жирным на странице /about:

 ![IMG_0126](https://global.discourse-cdn.com/meta/original/4X/5/9/b/59b22ffaf9734f51a603d2f503cfdfd541749fbc.jpeg)

Они по-прежнему правильно выделены жирным в других местах, например, на странице сведений о значке:

 ![IMG_0125](https://global.discourse-cdn.com/meta/original/4X/9/c/3/9c396768f06459e794b5ad2274a1526759ef6df7.jpeg)

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [18.Декабрь.2025 21:44:16 UTC](https://meta.discourse.org/t/usernames-are-no-longer-bold-on-the-about-page/391706/2 "2025-12-18T21:44:16Z")

</div>

Похоже, это побочный эффект [UX: show the user status next to the username in the group's view by ZogStriP · Pull Request #36482 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/36482), который убрал `font-weight: bold` внутри `.name-line`

Я также заметил, что недавно изменился способ отображения имени и имени пользователя на страницах групп и значков. Раньше они показывались на разных строках, а теперь — на одной. Я не проверял, но, возможно, это тоже связано с этим изменением.

Это скриншот страницы /badges/3/regular сегодня

 ![image](https://global.discourse-cdn.com/meta/original/4X/8/5/3/853ce6013a8df677cd2f5ab8375dd5d2454b34f4.png)  
а вот так это выглядело в апреле  
 ![regular](https://global.discourse-cdn.com/meta/original/4X/e/d/d/edd22e87d527783a27fb6fe269137f0e0bb31820.jpeg)

---

<div class="post-metadata">

### Author: ![philh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/philh/32/532740_2.png) [@philh](https://meta.discourse.org/u/philh)
#### Post date: [18.Декабрь.2025 21:50:52 UTC](https://meta.discourse.org/t/usernames-are-no-longer-bold-on-the-about-page/391706/3 "2025-12-18T21:50:52Z")

</div>

то же самое, используя эти  
2025.12.0-latest (d1b489afd2)  
2025.12.0-latest (0cc96ccc9f)  
2025.12.0-latest (63257772c4)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [19.Декабрь.2025 10:37:50 UTC](https://meta.discourse.org/t/usernames-are-no-longer-bold-on-the-about-page/391706/5 "2025-12-19T10:37:50Z")

</div>

> [@Richie](#):
>
> Имена пользователей больше не выделены жирным на странице /about:

Извините за это. Пока исправлял проблему, я заметил, что мы использовали компонент `AboutPageUser`, который был дубликатом компонента `UserInfo`, поэтому я удалил первый.

> <https://github.com/discourse/discourse/pull/36803>
>
> The AboutPageUser component introduced in PR #36482 broke username styling by sw…apping the content between \`.username\` and \`.name\` spans based on the \`prioritizeNameInUx\` setting. This caused usernames to lose their bold styling since CSS targets elements by class name, not content.
> 
> This fix removes the custom AboutPageUser component and reuses the existing UserInfo component instead. UserInfo handles name priority correctly by using a \`--name-first\` CSS modifier class to change visual order via flexbox, while keeping the username content in the \`.username\` span where the bold styling is applied.
> 
> The page object for system specs is updated to detect which display mode is active by checking for the \`--name-first\` class, then mapping the span contents accordingly.
> 
> Ref - https://meta.discourse.org/t/391706
> 
> \*\*BEFORE\*\*
> 
> \<img width="1510" height="1293" alt="2025-12-19 @ 11 36 13" src="https://github.com/user-attachments/assets/56e1460e-30e9-41a4-92f7-c49bf9c3b9da" /\>
> 
> \*\*AFTER\*\*
> 
> \<img width="1510" height="1293" alt="2025-12-19 @ 11 36 06" src="https://github.com/user-attachments/assets/c92d165d-edaa-47e1-97fb-c6518ed3bbfe" /\>

---

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [19.Декабрь.2025 11:12:57 UTC](https://meta.discourse.org/t/usernames-are-no-longer-bold-on-the-about-page/391706/6 "2025-12-19T11:12:57Z")

</div>

Отлично, спасибо @zogstrip 😁

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [20.Декабрь.2025 07:00:34 UTC](https://meta.discourse.org/t/usernames-are-no-longer-bold-on-the-about-page/391706/7 "2025-12-20T07:00:34Z")

</div>

Эта тема была автоматически закрыта через 16 часов. Новые ответы больше не принимаются.
