Simplified compoper and rendering logic through messages.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Wino.Mail.ViewModels.Data;
|
||||
|
||||
namespace Wino.Mail.ViewModels.Messages;
|
||||
|
||||
/// <summary>
|
||||
/// Requests refreshing the currently active reader page (mail rendering or compose)
|
||||
/// with a different selected mail item without re-navigation.
|
||||
/// </summary>
|
||||
/// <param name="MailItemViewModel">The selected mail item to refresh with.</param>
|
||||
public record ReaderItemRefreshRequestedEvent(MailItemViewModel MailItemViewModel);
|
||||
Reference in New Issue
Block a user