feat: progress view

This commit is contained in:
Carlos Valente
2024-06-21 15:10:38 +02:00
parent b7c48f38a9
commit 8aeb4c7a01
20 changed files with 736 additions and 1 deletions
@@ -40,6 +40,7 @@ interface EditFormDrawerProps {
paramFields: ParamField[];
}
// TODO: this is a good candidate for memoisation, but needs the paramFields to be stable
export default function ViewParamsEditor({ paramFields }: EditFormDrawerProps) {
const [searchParams, setSearchParams] = useSearchParams();
const { isOpen, onClose, onOpen } = useDisclosure();