File tree Expand file tree Collapse file tree 4 files changed +992
-969
lines changed Expand file tree Collapse file tree 4 files changed +992
-969
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ export default function DocumentsCard({
214
214
< span className = "absolute inset-0" />
215
215
</ Link >
216
216
</ h2 >
217
- < div className = "ml-2 flex" >
217
+ { /* <div className="ml-2 flex">
218
218
<button
219
219
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"
220
220
onClick={() =>
@@ -228,7 +228,7 @@ export default function DocumentsCard({
228
228
<Copy className="size-3 text-muted-foreground group-hover:text-emerald-700" />
229
229
)}
230
230
</button>
231
- </ div >
231
+ </div> */ }
232
232
</ div >
233
233
< div className = "mt-1 flex items-center space-x-1 text-xs leading-5 text-muted-foreground" >
234
234
< p className = "truncate" > { timeAgo ( prismaDocument . createdAt ) } </ p >
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export function UploadNotificationDrawer({
72
72
href = { `/documents/${ upload . documentId } ` }
73
73
className = "flex items-center justify-between"
74
74
>
75
- < span > { upload . fileName } </ span >
75
+ < span className = "w-72 truncate" > { upload . fileName } </ span >
76
76
{ upload . progress === 100 ? (
77
77
< CheckIcon
78
78
className = "h-6 w-6 rounded-full bg-emerald-500 p-1 text-background"
You can’t perform that action at this time.
0 commit comments