mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
Merge pull request #121 from AutoMaker-Org/ux/logs-button
ux/logs-button
This commit is contained in:
1
.automaker
Symbolic link
1
.automaker
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/Users/webdevcody/Workspace/automaker/.automaker
|
||||||
@@ -84,8 +84,8 @@ function formatThinkingLevel(level: ThinkingLevel | undefined): string {
|
|||||||
const labels: Record<ThinkingLevel, string> = {
|
const labels: Record<ThinkingLevel, string> = {
|
||||||
none: "",
|
none: "",
|
||||||
low: "Low",
|
low: "Low",
|
||||||
medium: "Med",
|
medium: "Med", //
|
||||||
high: "High",
|
high: "High", //
|
||||||
ultrathink: "Ultra",
|
ultrathink: "Ultra",
|
||||||
};
|
};
|
||||||
return labels[level];
|
return labels[level];
|
||||||
@@ -898,7 +898,7 @@ export const KanbanCard = memo(function KanbanCard({
|
|||||||
) : null}
|
) : null}
|
||||||
{onViewOutput && !feature.skipTests && (
|
{onViewOutput && !feature.skipTests && (
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="secondary"
|
||||||
size="sm"
|
size="sm"
|
||||||
className="h-7 text-[11px] px-2"
|
className="h-7 text-[11px] px-2"
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user