|
|
|
@ -28,7 +28,10 @@ const MemoDetailSidebar = ({ memo, className }: Props) => {
|
|
|
|
|
{shouldShowRelationGraph && (
|
|
|
|
|
<div className="relative w-full h-36 border rounded-lg bg-zinc-50 dark:bg-zinc-900 dark:border-zinc-800">
|
|
|
|
|
<MemoRelationForceGraph className="w-full h-full" memo={memo} />
|
|
|
|
|
<span className="absolute top-1 left-2 text-xs opacity-60 font-mono">Relations</span>
|
|
|
|
|
<div className="absolute top-1 left-2 text-xs opacity-60 font-mono gap-1 flex flex-row items-center">
|
|
|
|
|
<span>Relations</span>
|
|
|
|
|
<span className="text-xs opacity-60">(Beta)</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
)}
|
|
|
|
|
<div className="w-full flex flex-col">
|
|
|
|
|