We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a594a2 commit e48601bCopy full SHA for e48601b
mpp-ui/src/commonMain/kotlin/cc/unitmesh/devins/ui/compose/runconfig/RunOutputDock.kt
@@ -119,12 +119,11 @@ fun RunOutputDock(
119
}
120
121
HorizontalDivider()
122
- // Dynamic height based on content type - more compact
123
val dockHeight = if (isAnalysis) 180.dp else 150.dp
124
125
if (output.isBlank()) {
126
Text(
127
- text = if (isAnalysis) "AI is analyzing..." else "Waiting for output...",
+ text = if (isAnalysis) "AI is analyzing project for Actions..." else "Waiting for output...",
128
modifier = Modifier
129
.fillMaxWidth()
130
.height(50.dp)
0 commit comments