feat(drive-web): item share expiry config ui

This commit is contained in:
2025-12-28 22:14:10 +00:00
parent 19a870a4e7
commit b60d18d365
10 changed files with 1099 additions and 35 deletions

View File

@@ -19,7 +19,9 @@
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
@@ -34,6 +36,7 @@
"clsx": "^2.1.1",
"convex": "^1.27.0",
"convex-helpers": "^0.1.104",
"date-fns": "^4.1.0",
"jotai": "^2.14.0",
"jotai-effect": "^2.1.3",
"jotai-scope": "^0.9.5",
@@ -43,6 +46,7 @@
"nanoid": "^5.1.6",
"next-themes": "^0.4.6",
"react": "^19",
"react-day-picker": "^9.13.0",
"react-dom": "^19",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",