mirror of
https://github.com/Radiquum/AniX.git
synced 2025-06-05 03:29:37 +05:00
feat: add user block action and banner if user is blocked by another user
This commit is contained in:
parent
8c1e00fe97
commit
ecf1c971f6
4 changed files with 71 additions and 33 deletions
app/components/Profile
|
@ -48,7 +48,7 @@ export const ProfileUser = (props: {
|
|||
<Chip bg_color="bg-yellow-500" name="Спонсор Anixart" />
|
||||
)}
|
||||
{props.chips.isBlocked && (
|
||||
<Chip bg_color="bg-yellow-500" name="Заблокирован" />
|
||||
<Chip bg_color="bg-red-500" name="Заблокирован" />
|
||||
)}
|
||||
{props.chips.roles &&
|
||||
props.chips.roles.length > 0 &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue