mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Add potential fix for repeat tasks not appearing in Today view: - Add event loop yield after creating repeat tasks to ensure store processes dispatched actions before querying - Add isPaused filter to selectors to exclude paused repeat configs - Add unit tests for isPaused filter - Add E2E test for regression protection Note: We're not 100% certain the event loop yield fixes #5976, but it follows the established pattern used elsewhere in the codebase. |
||
|---|---|---|
| .. | ||
| recurring-task.spec.ts | ||
| repeat-tasks-today-bug-5976.spec.ts | ||