Skip to content

Commit

Permalink
Merge pull request #615 from mfts/chore/deps
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
mfts authored Sep 26, 2024
2 parents 4d800a0 + 721505d commit 550fa74
Show file tree
Hide file tree
Showing 4 changed files with 992 additions and 969 deletions.
4 changes: 2 additions & 2 deletions components/documents/document-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export default function DocumentsCard({
<span className="absolute inset-0" />
</Link>
</h2>
<div className="ml-2 flex">
{/* <div className="ml-2 flex">
<button
className="group z-10 rounded-md bg-gray-200 p-1 transition-all duration-75 hover:scale-105 hover:bg-emerald-100 active:scale-95 dark:bg-gray-700 hover:dark:bg-emerald-200"
onClick={() =>
Expand All @@ -228,7 +228,7 @@ export default function DocumentsCard({
<Copy className="size-3 text-muted-foreground group-hover:text-emerald-700" />
)}
</button>
</div>
</div> */}
</div>
<div className="mt-1 flex items-center space-x-1 text-xs leading-5 text-muted-foreground">
<p className="truncate">{timeAgo(prismaDocument.createdAt)}</p>
Expand Down
2 changes: 1 addition & 1 deletion components/upload-notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function UploadNotificationDrawer({
href={`/documents/${upload.documentId}`}
className="flex items-center justify-between"
>
<span>{upload.fileName}</span>
<span className="w-72 truncate">{upload.fileName}</span>
{upload.progress === 100 ? (
<CheckIcon
className="h-6 w-6 rounded-full bg-emerald-500 p-1 text-background"
Expand Down
Loading

0 comments on commit 550fa74

Please sign in to comment.