feat: add mobile citation drawer and enhance citation metadata context for improved citation management

This commit is contained in:
Anish Sarkar 2026-03-30 02:06:57 +05:30
parent 04691d572b
commit cbcaa7aed8
3 changed files with 166 additions and 3 deletions

View file

@ -93,7 +93,7 @@ DrawerDescription.displayName = DrawerPrimitive.Description.displayName;
function DrawerHandle({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) {
return (
<div
className={cn("mx-auto mt-4 h-1.5 w-12 rounded-full bg-muted-foreground/40", className)}
className={cn("mx-auto mt-4 h-4 w-14 rounded-full bg-muted-foreground/40", className)}
{...props}
/>
);