Add new filters and refactor InteractionDialog handling
Introduced new filters for prospects: "WithoutIdCheck" and "NoActivity" with associated UI controls. Refactored `InteractionDialog.ShowAsync` to use a new parameter record for cleaner code and better extensibility. These changes enhance usability and maintainability by providing additional filtering options and streamlining dialog interactions.
This commit is contained in:
@@ -5,5 +5,9 @@
|
||||
public string? Text { get; set; }
|
||||
|
||||
public bool WithoutStepInBriefing { get; set; }
|
||||
|
||||
public bool WithoutIdCheck { get; set; }
|
||||
|
||||
public bool NoActivity { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user