Add readme info
All checks were successful
Build / build (push) Successful in 5m17s

This commit is contained in:
Tim Kluge 2025-05-29 13:28:08 +02:00
parent e9f6e2c7a3
commit a08e4a9355
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,8 @@
Karoo extension that displays in-ride alerts based on custom triggers. Reminders can be set to activate after a specific time interval, distance traveled, energy output or when a sensor value is outside a defined range (e.g., heart rate exceeds zone 2). Karoo extension that displays in-ride alerts based on custom triggers. Reminders can be set to activate after a specific time interval, distance traveled, energy output or when a sensor value is outside a defined range (e.g., heart rate exceeds zone 2).
By default, created reminders are active for all ride profiles. If you want to limit reminders to specific ride profiles (e. g. your "Gravel" profile), you can do so in the reminder settings.
Compatible with Karoo 2 and Karoo 3 devices. Compatible with Karoo 2 and Karoo 3 devices.
![Reminder List](list.png) ![Reminder List](list.png)

View File

@ -362,8 +362,6 @@ fun DetailScreen(isCreating: Boolean, reminder: Reminder, onSubmit: (updatedRemi
} }
} }
Spacer(modifier = Modifier.height(10.dp))
OutlinedTextField( OutlinedTextField(
value = newProfileName, value = newProfileName,
onValueChange = { newProfileName = it }, onValueChange = { newProfileName = it },