Skip to content

Commit e48601b

Browse files
committed
Improve RunOutputDock placeholder text for clarity
1 parent 3a594a2 commit e48601b

File tree

1 file changed

+1
-2
lines changed
  • mpp-ui/src/commonMain/kotlin/cc/unitmesh/devins/ui/compose/runconfig

1 file changed

+1
-2
lines changed

mpp-ui/src/commonMain/kotlin/cc/unitmesh/devins/ui/compose/runconfig/RunOutputDock.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,11 @@ fun RunOutputDock(
119119
}
120120
}
121121
HorizontalDivider()
122-
// Dynamic height based on content type - more compact
123122
val dockHeight = if (isAnalysis) 180.dp else 150.dp
124123

125124
if (output.isBlank()) {
126125
Text(
127-
text = if (isAnalysis) "AI is analyzing..." else "Waiting for output...",
126+
text = if (isAnalysis) "AI is analyzing project for Actions..." else "Waiting for output...",
128127
modifier = Modifier
129128
.fillMaxWidth()
130129
.height(50.dp)

0 commit comments

Comments
 (0)