mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-25 08:53:50 +00:00
- Add pause/resume button to break screen for fullscreen break control - Add "Back to Planning" button to exit break without auto-starting next session - Add exitBreakToPlanning action to allow returning to preparation state - Add translation keys for PAUSE_BREAK and RESUME_BREAK This addresses the two issues reported: 1. Users can now pause breaks from the fullscreen break view 2. Users can click "Back to Planning" to change timer modes during break Test coverage: - 48 reducer unit tests (including 4 new for exitBreakToPlanning) - 14 component unit tests (including pause/resume/exit methods) - 4 E2E tests for break flow (1 skipped due to NgRx/zone.js E2E limitation) |
||
|---|---|---|
| .. | ||
| app-features.spec.ts | ||
| focus-mode-break.spec.ts | ||
| focus-mode-feature.spec.ts | ||
| time-tracking-feature.spec.ts | ||