Closed markopex closed 4 months ago
Related: #244
The feature for handling multiple pauses has been implemented. PauseRepository
has been modified to support working with multiple pauses, and unit tests have been updated to cover this new functionality. close #244
https://github.com/LeoColman/Petals/assets/26334319/72f1d16b-5a44-47dc-b6fb-105b4d3b324d
Thanks a lot for the contribution! I'll take it from here :)
Switch button added next to "Pause time" button enables user to disable created pause. IsDisabled field added to the Pause model alongside unit tests. close #288