Show participated polls on polls page + UI refresh (#1089)

This commit is contained in:
Luke Vella 2024-05-12 13:20:00 +08:00 committed by GitHub
parent bd9e9fe95b
commit f8a217ae75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
125 changed files with 3007 additions and 2363 deletions

View file

@ -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={() => {