mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
refactor: enhance DocumentsTableShell with context menu for document actions and improve document tooltip display
This commit is contained in:
parent
4a5a38c25b
commit
e75e5ca689
2 changed files with 309 additions and 363 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue