Give reminders an indicator and a full QS flow

This commit is contained in:
David Heinemeier Hansson
2026-05-23 18:04:21 +02:00
parent 60fbb2a9e4
commit a910b5dcb4
12 changed files with 368 additions and 75 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"schemaVersion": 1,
"id": "omarchy.reminders",
"name": "Reminders",
"version": "1.0.0",
"author": "Omarchy",
"description": "Interactive reminder setup flow",
"kinds": [
"overlay"
],
"keepLoaded": true,
"entryPoints": {
"overlay": "ReminderFlow.qml"
}
}