feat(task-window): rename Scheduled column to Pending and reorder columns#18
Merged
simonCatBot merged 7 commits intomasterfrom Apr 2, 2026
Merged
Conversation
added 7 commits
April 2, 2026 10:02
…umns - Rename 'scheduled' column id to 'pending' - Rename 'Scheduled' label to 'Pending' - Reorder columns: Queued → Pending → Executing → Done - Update COLUMN_IDS set and drag-drop logic to use 'pending' - Update empty state message from 'No scheduled tasks' to 'No pending tasks' All 818 tests pass.
…g → Done Reorder columns so Executing comes before Pending as requested. All 818 tests pass.
ColumnZone was not using @dnd-kit's useDroppable hook, only setting data-column attribute. This prevented dnd-kit from detecting the drop target properly. Now uses useDroppable({ id }) with setNodeRef. All 818 tests pass.
Each column now has overflow-y-auto with a max-height so content scrolls independently when there are many tasks. All 818 tests pass.
- Add job type toggle: One-time vs Recurring - For one-time: date/time picker for specific run time - For recurring: interval (existing) + cron expression option - Add description field - Add session target (main/isolated) option - Add enabled checkbox (default true) - Add delete after run checkbox - Make agentId truly optional (no longer required) - Make modal scrollable with fixed header/footer All 818 tests pass.
…on help - Remove priority from payload as gateway doesn't support it - Add tooltip and examples for cron expression format - Add helper text explaining the cron format All 818 tests pass.
Replaced complex cron expression input with intuitive presets: - Every minute / 5 / 15 / 30 minutes - Every hour - Daily at specific time - Weekly on specific day/time - Monthly on specific day/time All presets use timezone when specified. All 818 tests pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
src/components/TasksDashboard.tsx