-
Notifications
You must be signed in to change notification settings - Fork 281
feat: show modal when dragging recurrences #3356
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3356 +/- ##
============================================
- Coverage 29.43% 29.28% -0.15%
Complexity 322 322
============================================
Files 221 223 +2
Lines 7576 7617 +41
Branches 1001 1006 +5
============================================
+ Hits 2230 2231 +1
- Misses 5346 5386 +40
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
What im doing wrong? I cannot update all the future events Kazam_screencast_00006.mp4 |
Very strange. I can reproduce this bug on master too. Using "update this and all future" won't actually move the event. |
cf56890 to
23efd79
Compare
|
I rebased, fixed the remaining issues and improved the affected tests. Please test it again. |
23efd79 to
af6ea19
Compare
|
/backport to stable3.0 |
af6ea19 to
c44edb0
Compare
|
@miaulalala could you post the ics before/after? |
Sure: First part: Second Part After a window reload the last recurrence has disappeared, presumably from the |
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
b72e6af to
334b6f7
Compare



Fix #3281
Fix #4225
Show a modal when dragging a recurrence to let the user decide whether to update this or all future instances.
TODO