Refactor campaign recipient and review presentation

This commit is contained in:
2026-07-31 02:48:56 +02:00
parent 5f7503598c
commit e689fdf495
30 changed files with 2175 additions and 1977 deletions
@@ -1,6 +1,6 @@
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
import { Eye, RefreshCw } from "lucide-react";
import { useSearchParams } from "react-router-dom";
import { useSearchParams } from "react-router";
import {
Button,
Card,
@@ -111,6 +111,7 @@ export default function AggregateReportsPage({ settings }: {settings: ApiSetting
id: "campaign",
header: "i18n:govoplan-campaign.campaign.69390e16",
width: "minmax(260px, 1fr)",
maxWidth: 680,
sortable: true,
filterable: true,
sticky: "start",