Visual fixes: base href, dashboard pair names, edit button

This commit is contained in:
2026-07-08 14:31:41 -04:00
parent 9d32ef7fd6
commit 0c43372e3e
11 changed files with 19 additions and 4 deletions
+10 -1
View File
@@ -26,7 +26,7 @@ import {
import { EmptyState } from '@/components/ui/EmptyState';
import { Badge } from '@/components/ui/Badge';
import { Card } from '@/components/ui/Card';
import { Play, Trash2, Plus, GitCompare, ArrowRight, ArrowLeft } from 'lucide-react';
import { Play, Trash2, Plus, GitCompare, ArrowRight, ArrowLeft, Pencil } from 'lucide-react';
import { toast } from 'sonner';
import { cn } from '@/lib/utils';
@@ -242,6 +242,15 @@ export default function SyncPairs() {
</TableCell>
<TableCell>
<div className="flex items-center gap-1">
<Button
variant="ghost"
size="icon-sm"
onClick={() => openEdit(p)}
className="text-fg-muted hover:text-fg hover:bg-surface-raised"
title="Edit"
>
<Pencil className="h-3.5 w-3.5" />
</Button>
<Button
variant="ghost"
size="icon-sm"