increase JSON body size limit, update awaiting shipment endpoint handling, and enhance contract document editor UI

This commit is contained in:
Marshal
2026-07-28 06:18:04 +00:00
parent 8319aad5c3
commit c1c35e78d4
3 changed files with 25 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ import { useRef, useState } from "react";
import { Box, Button, Group, Image, Paper, Stack, Text } from "@mantine/core";
import { RefreshCw, Stamp, X } from "lucide-react";
const MAX_STAMP_MB = 5;
const MAX_STAMP_MB = 10;
export interface StampUploadProps {
/** Stamp image as a data URL, or null when none is attached yet. */