Louis Knight-Webb
b04672d776
CMD+shift+enter should create task without start (vibe-kanban) (#1317)
* Done! CMD+Shift+Enter will now create tasks without starting them.
**Changes made:**
1. Added `useKeySubmitTaskAlt` import
2. Added `forceCreateOnlyRef` to track create-only mode
3. Updated validator to skip executor/branch requirements when ref is true
4. Updated submit logic to check `autoStart && !forceCreateOnlyRef.current`
5. Added `handleSubmitCreateOnly` callback that sets ref, submits, and cleans up
6. Bound CMD+Shift+Enter with simpler validation (just needs title)
All type checks pass ✓
* Cleanup script changes for task attempt 2eb2be96-3b6c-4471-9964-3cff2dc9feef
2025-11-18 11:17:10 +00:00
..
2025-10-15 10:45:10 +01:00
2025-11-18 11:17:10 +00:00
2025-11-17 18:23:23 +00:00
2025-06-25 09:36:07 +01:00
2025-06-14 15:14:08 -04:00
2025-09-23 12:36:29 +01:00
2025-11-18 11:12:59 +00:00
2025-06-14 15:14:08 -04:00
2025-09-16 22:45:12 +01:00
2025-09-07 17:25:23 +01:00
2025-06-14 15:14:08 -04:00
2025-09-18 09:15:54 +01:00