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/PaneLayoutModels.kt
This commit is contained in:
Joe Tretter
2026-04-23 21:46:58 -05:00
parent 53fe1f11e7
commit 273d1c9e40
2 changed files with 6 additions and 6 deletions

View File

@@ -22,9 +22,9 @@ fun defaultPaneLayout(): PaneLayout = PaneLayout(
order = listOf(PaneId.EXERCISE, PaneId.TERMINAL, PaneId.VISUAL, PaneId.LEVELS),
collapsed = emptySet(),
weights = mapOf(
PaneId.EXERCISE to 1.5f,
PaneId.TERMINAL to 2.0f,
PaneId.VISUAL to 1.0f,
PaneId.LEVELS to 0.8f,
PaneId.EXERCISE to 3.0f,
PaneId.TERMINAL to 6.0f,
PaneId.VISUAL to 2.0f,
PaneId.LEVELS to 1.0f,
),
)