feat: add document rename feature (#2542) (#2595)

This commit is contained in:
Swalih kolakkadan
2026-04-02 13:37:52 +05:30
committed by GitHub
parent 0b9a23c550
commit 6f650e1c2f
6 changed files with 228 additions and 5 deletions
@@ -14,7 +14,6 @@ import {
import { LucideChevronDown, LucideChevronUp } from 'lucide-react';
import { DateTime } from 'luxon';
import { useSearchParams } from 'react-router';
import { z } from 'zod';
import { useThrottleFn } from '@documenso/lib/client-only/hooks/use-throttle-fn';
import { DEFAULT_DOCUMENT_DATE_FORMAT } from '@documenso/lib/constants/date-formats';