Refactor campaign recipient and review presentation
This commit is contained in:
@@ -305,6 +305,7 @@ function attachmentRuleColumns({ disabled, rules, basePaths, zipConfig, filesMod
|
||||
id: "file_filter",
|
||||
header: "i18n:govoplan-campaign.file_pattern.86320b07",
|
||||
width: "minmax(260px, 1fr)",
|
||||
maxWidth: 640,
|
||||
resizable: true,
|
||||
sortable: true,
|
||||
filterable: true,
|
||||
|
||||
@@ -372,6 +372,7 @@ export default function CampaignAccessCard({
|
||||
header: "i18n:govoplan-campaign.shared_with.6203f449",
|
||||
width: "minmax(220px, 1fr)",
|
||||
minWidth: 190,
|
||||
maxWidth: 560,
|
||||
resizable: true,
|
||||
sticky: "start",
|
||||
sortable: true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { i18nMessage, useGuardedNavigate } from "@govoplan/core-webui";
|
||||
import { ArrowBigLeft, ArrowBigLeftDash, ArrowBigRight, ArrowBigRightDash } from "lucide-react";
|
||||
import { useLocation } from "react-router-dom";
|
||||
import { useLocation } from "react-router";
|
||||
import type { CampaignVersionDetail, CampaignVersionListItem } from "../../../api/campaigns";
|
||||
import { formatDateTime } from "../utils/campaignView";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user