Add Panel For Cache Key Value Selection And Deletion (#3266)

This commit is contained in:
Jonathan Dobson
2025-08-21 19:13:36 -04:00
committed by GitHub
parent 00db70cdc8
commit c54ba42bb9
9 changed files with 627 additions and 40 deletions

View File

@@ -28,7 +28,7 @@ function OrgWalled({
<TooltipTrigger asChild>
<div
className={cn(
"relative rounded-md border-2 border-dashed border-yellow-400 p-2",
"relative rounded-md border-2 border-dashed border-yellow-400 p-2 transition-all duration-100 ease-linear hover:border-transparent hover:p-0",
className,
)}
>

View File

@@ -15,9 +15,9 @@ function BrowserIcon({ className }: Props) {
<path
stroke="currentColor"
d="M3 10V18C3 19.1046 3.89543 20 5 20H19C20.1046 20 21 19.1046 21 18V10M3 10V6C3 4.89543 3.89543 4 5 4H19C20.1046 4 21 4.89543 21 6V10M3 10H21"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
<circle cx="6" cy="7" r="1" fill="currentColor" />
<circle cx="9" cy="7" r="1" fill="currentColor" />