WIP: Hide function and Touying compatibility #31

Draft
HEL wants to merge 3 commits from feat/issue-29-hide-function into main
Owner

This PR adds a new _hide function which makes Chronos more compatible with Touying and its reducer.

For the moment, pauses are not allowed in groups, as they are not detected and converted by the reducer. This may be fixed in a future PR.
I will leave it as is for now as it would require some work on how groups are processed

TODO:

  • Add documentation
  • Add tests

Closes #29
Resolves #28

This PR adds a new `_hide` function which makes Chronos more compatible with Touying and its reducer. For the moment, pauses are not allowed in groups, as they are not detected and converted by the reducer. This may be fixed in a future PR. I will leave it as is for now as it would require some work on how groups are processed TODO: - [ ] Add documentation - [ ] Add tests Closes #29 Resolves #28
HEL added the enhancement label 2026-04-07 12:46:40 +00:00
HEL added 3 commits 2026-04-07 12:46:40 +00:00
All checks were successful
CI / tests (pull_request) Successful in 26s
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/issue-29-hide-function:feat/issue-29-hide-function
git checkout feat/issue-29-hide-function
Sign in to join this conversation.