Skip to content

Fix/layout bugs - #45

Merged
Voold merged 3 commits into
developfrom
fix/layout-bugs
May 27, 2026
Merged

Fix/layout bugs#45
Voold merged 3 commits into
developfrom
fix/layout-bugs

Conversation

@e1shiy

@e1shiy e1shiy commented May 20, 2026

Copy link
Copy Markdown
Collaborator
  • UserSlot теперь кликабелен только если onClick прокинут
  • Роль в UsersList теперь имеет фиксированный размер, ширина карточки распределяется равномерно между именем, почтой и ролью
  • Пагинация скрывается, если результаты поиска умещаются в одну страничку
    НО сейчас страница всегда одна, нужно поле total от бэкенда.

Closes #43

@e1shiy
e1shiy requested a review from Voold May 20, 2026 06:15

@Mys2018 Mys2018 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Все клево

@e1shiy e1shiy linked an issue May 22, 2026 that may be closed by this pull request
</p>
<div className={styles.roleWrapper}>
<p
className={`${styles.role} ${user.roles.some(role => role.type === 'Student') ? styles.active : styles.inactive}`}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не совсем понял зачем ты Admin на Student заменил

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

надо было проверить вёрстку крутой плашки для роли

@Voold
Voold merged commit 3ef0dfb into develop May 27, 2026
@Voold
Voold deleted the fix/layout-bugs branch May 27, 2026 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUGFIX | Пагинация при маленькой выборке

3 participants