Skip to content

Show correct days and readable labels in schedule picker#3947

Merged
louis030195 merged 2 commits into
screenpipe:mainfrom
thisisharsh7:fix/schedule-day-picker-mismatch
Jun 10, 2026
Merged

Show correct days and readable labels in schedule picker#3947
louis030195 merged 2 commits into
screenpipe:mainfrom
thisisharsh7:fix/schedule-day-picker-mismatch

Conversation

@thisisharsh7

@thisisharsh7 thisisharsh7 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This PR fixes a data mismatch where selecting "every monday at 9am" from the schedule dropdown showed all 7 day buttons highlighted instead of just Monday, and toggling day buttons was a no-op for human-readable schedules.

Before

  • Selecting "every monday at 9am" -> all 7 days lit up (M T W T F S S all active)
  • Clicking day buttons on human-readable schedules did nothing
  • After toggling days, dropdown showed raw cron like 0 9 * * 0 (custom)
image image image

After

  • Selecting "every monday at 9am" -> only Monday highlighted
  • Day buttons correctly toggle and convert to cron
  • Dropdown shows readable labels like 9 AM · Mon or 10 PM · weekdays
Screen.Recording.2026-06-10.at.3.39.37.AM.mov
image image

@thisisharsh7 thisisharsh7 marked this pull request as ready for review June 9, 2026 22:35

@louis030195 louis030195 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice. @thisisharsh7 did you test this in the actual app UI directly?

generated by the screenpipe pr-review pipe (https://screenpi.pe), not written by a human — reply and tag @louis030195 if it got something wrong.

@louis030195 louis030195 merged commit aa0fa05 into screenpipe:main Jun 10, 2026
9 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.

2 participants