Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement repeating tasks #2318

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Aug 11, 2024

  1. Show repeat icon for recurring tasks

    Signed-off-by: Sunik Kupfer <[email protected]>
    sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    d45db44 View commit details
    Browse the repository at this point in the history
  2. Complete recurring tasks by setting their start date to the next recu…

    …rrence date
    
    Signed-off-by: Sunik Kupfer <[email protected]>
    Signed-off-by: Sunik <[email protected]>
    Signed-off-by: Sunik Kupfer <[email protected]>
    sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    f94756c View commit details
    Browse the repository at this point in the history
  3. Add initial unfinished repeat item to sidebar

    Signed-off-by: Sunik <[email protected]>
    Signed-off-by: Sunik Kupfer <[email protected]>
    sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    58b9638 View commit details
    Browse the repository at this point in the history
  4. Display recurrence summary

    Signed-off-by: Sunik <[email protected]>
    Signed-off-by: Sunik Kupfer <[email protected]>
    sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    9310ecb View commit details
    Browse the repository at this point in the history
  5. Add toggle options button

    Signed-off-by: Sunik Kupfer <[email protected]>
    sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    3443599 View commit details
    Browse the repository at this point in the history
  6. Update translations app param

    sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    7a38fc0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1261a0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6921e3 View commit details
    Browse the repository at this point in the history
  9. chore: missing trailing commas

    Signed-off-by: Raimund Schlüßler <[email protected]>
    raimund-schluessler authored and sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    a72bb6c View commit details
    Browse the repository at this point in the history
  10. feat: move repeat item into own tab

    Signed-off-by: Raimund Schlüßler <[email protected]>
    raimund-schluessler authored and sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    0fc3b14 View commit details
    Browse the repository at this point in the history
  11. Use editableItem mixin

    sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b26a7d1 View commit details
    Browse the repository at this point in the history
  12. Add RepeatFreqSelect

    sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b0466ef View commit details
    Browse the repository at this point in the history
  13. Use v-model

    sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    554c035 View commit details
    Browse the repository at this point in the history
  14. Add vuex mutation and commit

    sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    e6f74a3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fdf3b3e View commit details
    Browse the repository at this point in the history
  16. Update invalid rrule check

    sunkup committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    62b7359 View commit details
    Browse the repository at this point in the history