Auto commit Fri Mar 20 11:01:01 PM CDT 2026

This commit is contained in:
Tretzi
2026-03-20 23:01:02 -05:00
parent e2cd1ff4df
commit e84ab89856
6 changed files with 959 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ import androidx.compose.runtime.remember
import androidx.compose.runtime.setValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.testTag
import androidx.compose.ui.geometry.Offset
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.Path
@@ -258,6 +259,7 @@ internal fun TimelineGraph(
.fillMaxWidth()
.height(190.dp)
.background(Color(0xFF0A0E18), RoundedCornerShape(10.dp))
.testTag("timeline_graph")
.pointerInput(viewport, selection, curveLeft, curveRight, activeCurve) {
awaitPointerEventScope {
while (true) {