Info panel for synchronizers in shell.

This commit is contained in:
Burak Kaan Köse
2026-02-07 14:03:41 +01:00
parent d28de50ec6
commit 331b966556
9 changed files with 314 additions and 12 deletions
@@ -0,0 +1,9 @@
using System;
namespace Wino.Messaging.UI;
/// <summary>
/// Sent when all queued synchronization requests for an account have been executed.
/// </summary>
public record SynchronizationActionsCompleted(
Guid AccountId) : UIMessageBase<SynchronizationActionsCompleted>;