refactor: enhance DocumentsTableShell with context menu for document actions and improve document tooltip display

This commit is contained in:
Anish Sarkar 2026-03-05 22:02:45 +05:30
parent 4a5a38c25b
commit e75e5ca689
2 changed files with 309 additions and 363 deletions

View file

@ -325,7 +325,7 @@ export function DocumentsSidebar({ open, onOpenChange }: DocumentsSidebarProps)
open={open}
onOpenChange={onOpenChange}
ariaLabel={t("title") || "Documents"}
width={isMobile ? undefined : 720}
width={isMobile ? undefined : 480}
>
{documentsContent}
</SidebarSlideOutPanel>