Auto-commit after successful build: update app gameplay/UI, improve build setup

Changed files:\napp/build.gradle.kts
app/src/main/java/com/kawomi/githugandroid/Terminal.kt
This commit is contained in:
Joe Tretter
2026-04-23 22:32:45 -05:00
parent 43d5e2099f
commit be60423f01
2 changed files with 2 additions and 10 deletions

View File

@@ -87,12 +87,6 @@ fun TerminalPane(
outputVerticalScroll.animateScrollTo(outputVerticalScroll.maxValue)
}
LaunchedEffect(output.size, commandInput.text) {
//if (output.isNotEmpty() && commandInput.text.isEmpty()) {
horizontalScroll.scrollTo(0)
//}
}
fun submitCommand() {
focusManager.clearFocus(force = true)
keyboardController?.hide()
@@ -104,7 +98,6 @@ fun TerminalPane(
.fillMaxSize()
.background(TerminalBackground, RoundedCornerShape(12.dp))
.padding(8.dp)
.horizontalScroll(horizontalScroll),
) {
Column(
modifier = Modifier
@@ -145,7 +138,6 @@ fun TerminalPane(
.widthIn(min = terminalMinWidth)
.background(PanelPrimary, RoundedCornerShape(8.dp))
.padding(horizontal = 8.dp, vertical = 3.dp),
horizontalArrangement = Arrangement.spacedBy(8.dp),
verticalAlignment = Alignment.CenterVertically,
) {
Text(