Merge pull request #121 from AutoMaker-Org/ux/logs-button

ux/logs-button
This commit is contained in:
Web Dev Cody
2025-12-16 01:29:53 -05:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

1
.automaker Symbolic link
View File

@@ -0,0 +1 @@
/Users/webdevcody/Workspace/automaker/.automaker

View File

@@ -84,8 +84,8 @@ function formatThinkingLevel(level: ThinkingLevel | undefined): string {
const labels: Record<ThinkingLevel, string> = {
none: "",
low: "Low",
medium: "Med",
high: "High",
medium: "Med", //
high: "High", //
ultrathink: "Ultra",
};
return labels[level];
@@ -898,7 +898,7 @@ export const KanbanCard = memo(function KanbanCard({
) : null}
{onViewOutput && !feature.skipTests && (
<Button
variant="ghost"
variant="secondary"
size="sm"
className="h-7 text-[11px] px-2"
onClick={(e) => {