chore: Update screenshots, update README, bump version string

This commit is contained in:
Nishant Mishra
2025-07-13 11:19:41 +05:30
parent e6e21ea7d1
commit 447b04390b
13 changed files with 124 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ fun ColumnScope.ProductivityGraph(
AnimatedVisibility(expanded) {
Column(modifier = modifier) {
Text(label, style = typography.titleMedium)
Text("Time of day versus focus duration", style = typography.bodySmall)
Text("Focus durations at different times of the day", style = typography.bodySmall)
Spacer(Modifier.height(8.dp))
TimeColumnChart(
modelProducer,