mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-12 22:42:13 +02:00
fix: improve the notification content and improve tooltip
This commit is contained in:
parent
fc0dd8b509
commit
76c760b8dd
3 changed files with 9 additions and 8 deletions
|
|
@ -90,7 +90,7 @@ function StatusIndicator({ status }: { status?: DocumentStatus }) {
|
|||
<Clock className="h-5 w-5 text-muted-foreground/60" />
|
||||
</div>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent side="top">Pending - waiting to be synced</TooltipContent>
|
||||
<TooltipContent side="top">Pending: waiting to be synced</TooltipContent>
|
||||
</Tooltip>
|
||||
);
|
||||
case "processing":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue