Handling of basic all-day events for calendar.

This commit is contained in:
Burak Kaan Köse
2024-12-29 13:06:35 +01:00
parent 979a3d8f1f
commit 8d8d7d0f8c
8 changed files with 165 additions and 12 deletions

View File

@@ -261,7 +261,7 @@ namespace Wino.Calendar.ViewModels
// Wait for the animation to finish.
// Otherwise it somehow shutters a little, which is annoying.
if (!removeCurrent) await Task.Delay(500);
if (!removeCurrent) await Task.Delay(350);
// Insert each render model in reverse order.
for (int i = renderModels.Count - 1; i >= 0; i--)