mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-05 20:21:50 +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
|
@ -2,7 +2,6 @@ import { Button } from "@rallly/ui/button";
|
|||
import {
|
||||
Dialog,
|
||||
DialogContent,
|
||||
DialogDescription,
|
||||
DialogFooter,
|
||||
DialogHeader,
|
||||
DialogTitle,
|
||||
|
@ -38,10 +37,10 @@ export const DeletePollDialog: React.FunctionComponent<{
|
|||
<DialogTitle>
|
||||
<Trans i18nKey="deletePoll" />
|
||||
</DialogTitle>
|
||||
<DialogDescription>
|
||||
<Trans i18nKey="deletePollDescription" />
|
||||
</DialogDescription>
|
||||
</DialogHeader>
|
||||
<p className="text-sm">
|
||||
<Trans i18nKey="deletePollDescription" />
|
||||
</p>
|
||||
<DialogFooter>
|
||||
<Button
|
||||
onClick={() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue