mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-06 20:51:48 +02:00
✨ Show participated polls on polls page + UI refresh (#1089)
This commit is contained in:
parent
bd9e9fe95b
commit
f8a217ae75
125 changed files with 3007 additions and 2363 deletions
|
@ -91,12 +91,11 @@ export const ParticipantDropdown = ({
|
|||
</DropdownMenuItemIconLabel>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem
|
||||
className="text-rose-600"
|
||||
className="text-destructive"
|
||||
onClick={() => setIsDeleteParticipantModalVisible(true)}
|
||||
>
|
||||
<DropdownMenuItemIconLabel icon={TrashIcon}>
|
||||
<Trans i18nKey="delete" />
|
||||
</DropdownMenuItemIconLabel>
|
||||
<TrashIcon className="size-4" />
|
||||
<Trans i18nKey="delete" />
|
||||
</DropdownMenuItem>
|
||||
</DropdownMenuContent>
|
||||
</DropdownMenu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue