Skip to content

fix: improve scheduled task label format#133

Merged
bborn merged 1 commit intomainfrom
task/262-scheduled-task-label-is-weirdl
Jan 12, 2026
Merged

fix: improve scheduled task label format#133
bborn merged 1 commit intomainfrom
task/262-scheduled-task-label-is-weirdl

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 12, 2026

Summary

  • Changed the scheduled task label from confusing format like d:6h to use distinct icons
  • One-time scheduled tasks show: ⏰6h
  • Recurring tasks show: 🔁6h
  • Detail view also updated for consistency, showing 🔁 6h (daily) for recurring tasks

Test plan

  • Create a one-time scheduled task and verify it shows icon
  • Create a recurring task and verify it shows 🔁 icon
  • Open detail view for recurring task and verify it shows 🔁 icon with recurrence info

🤖 Generated with Claude Code

The old format showed confusing labels like "d:6h" for recurring tasks
by prepending the first letter of the recurrence type. This was unclear
and looked like a ratio rather than meaningful information.

Now uses distinct icons:
- ⏰ for one-time scheduled tasks
- 🔁 for recurring tasks

This makes it immediately clear which tasks are recurring without
using the confusing colon-separated format.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 1995a9f into main Jan 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant