auto-sync: 2026-05-20 22:56:15

This commit is contained in:
cfdaily
2026-05-20 22:56:15 +08:00
parent 5101a36deb
commit 5afb4df21d
@@ -96,6 +96,8 @@ function StatusButtons({ status, taskId, onAction }: { status: string; taskId: s
const loadAll = useStore((s) => s.loadAll);
const loadV2TaskDetail = useStore((s) => s.loadV2TaskDetail);
const selectedProjectId = useStore((s) => s.selectedProjectId);
const projects = useStore((s) => s.projects);
const loadV2Tasks = useStore((s) => s.loadV2Tasks);
const transitions = VALID_TRANSITIONS[status] || [];
const [loading, setLoading] = useState<string | null>(null);
const btnMap: Record<string, { label: string; icon: string; bg: string; color: string; border: string }> = {