From e3c0db76c9ae4911dd186fd86f3c957d4939a6b3 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 18 Aug 2026 10:42:55 +0200 Subject: [PATCH] Adopt shared WebUI layout primitives --- webui/src/features/voting/VotingBallotDialog.tsx | 6 +++--- webui/src/features/voting/VotingPage.tsx | 6 +++--- webui/src/styles/voting.css | 7 ------- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/webui/src/features/voting/VotingBallotDialog.tsx b/webui/src/features/voting/VotingBallotDialog.tsx index 4fad1cc..0e99f55 100644 --- a/webui/src/features/voting/VotingBallotDialog.tsx +++ b/webui/src/features/voting/VotingBallotDialog.tsx @@ -1,6 +1,6 @@ import { Plus, Trash2 } from "lucide-react"; import { useEffect, useMemo, useState } from "react"; -import { +import { FormGrid, Button, Dialog, DocumentationHelpLink, @@ -128,7 +128,7 @@ export default function VotingBallotDialog({
{error && {error}} -
+ setDraft({ ...draft, title: event.target.value })} />