0.7.5-topicfix

This commit is contained in:
2025-07-03 00:20:10 +03:00
parent 27c5a57709
commit 441cca8045
19 changed files with 2008 additions and 3213 deletions

View File

@@ -64,7 +64,7 @@ const UserEditModal: Component<UserEditModalProps> = (props) => {
// Получаем информацию о роли по ID
const getRoleInfo = (roleId: string) => {
return AVAILABLE_ROLES.find((role) => role.id === roleId) || { name: roleId, emoji: '🎭' }
return AVAILABLE_ROLES.find((role) => role.id === roleId) || { name: roleId, emoji: '👤' }
}
// Формируем строку с ролями и эмоджи
@@ -218,7 +218,7 @@ const UserEditModal: Component<UserEditModalProps> = (props) => {
<div class={formStyles.fieldGroup}>
<label class={formStyles.label}>
<span class={formStyles.labelText}>
<span class={formStyles.labelIcon}>🎭</span>
<span class={formStyles.labelIcon}>👤</span>
Текущие роли
</span>
</label>