Remove transition on items list
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
</ConditionAction.Condition>
|
</ConditionAction.Condition>
|
||||||
<NavigateAction Region="Left" Route="ItemCollection">
|
<NavigateAction Region="Left" Route="ItemCollection">
|
||||||
<Parameter Key="Filter" Value="{Binding Value}" />
|
<Parameter Key="Filter" Value="{Binding Value}" />
|
||||||
<Parameter Key="Transition" Value="FromRight" />
|
<Parameter Key="Transition" Value="Suppress" />
|
||||||
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
|
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
|
||||||
<Parameter Key="ClearBackStack" Value="{x:True}" />
|
<Parameter Key="ClearBackStack" Value="{x:True}" />
|
||||||
</NavigateAction>
|
</NavigateAction>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
</ConditionAction.Condition>
|
</ConditionAction.Condition>
|
||||||
<NavigateAction Region="Left" Route="ItemCollection">
|
<NavigateAction Region="Left" Route="ItemCollection">
|
||||||
<Parameter Key="Filter" Value="{Binding Value}" />
|
<Parameter Key="Filter" Value="{Binding Value}" />
|
||||||
<Parameter Key="Transition" Value="FromRight" />
|
<Parameter Key="Transition" Value="Suppress" />
|
||||||
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
|
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
|
||||||
<Parameter Key="ClearBackStack" Value="{x:True}" />
|
<Parameter Key="ClearBackStack" Value="{x:True}" />
|
||||||
</NavigateAction>
|
</NavigateAction>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
</ConditionAction.Condition>
|
</ConditionAction.Condition>
|
||||||
<NavigateAction Region="Left" Route="ItemCollection">
|
<NavigateAction Region="Left" Route="ItemCollection">
|
||||||
<Parameter Key="Filter" Value="{Binding Value}" />
|
<Parameter Key="Filter" Value="{Binding Value}" />
|
||||||
<Parameter Key="Transition" Value="FromRight" />
|
<Parameter Key="Transition" Value="Suppress" />
|
||||||
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
|
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
|
||||||
<Parameter Key="ClearBackStack" Value="{x:True}" />
|
<Parameter Key="ClearBackStack" Value="{x:True}" />
|
||||||
</NavigateAction>
|
</NavigateAction>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
</ConditionAction.Condition>
|
</ConditionAction.Condition>
|
||||||
<NavigateAction Region="Left" Route="ItemCollection">
|
<NavigateAction Region="Left" Route="ItemCollection">
|
||||||
<Parameter Key="Filter" Value="{Binding Value}" />
|
<Parameter Key="Filter" Value="{Binding Value}" />
|
||||||
<Parameter Key="Transition" Value="FromRight" />
|
<Parameter Key="Transition" Value="Suppress" />
|
||||||
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
|
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
|
||||||
<Parameter Key="ClearBackStack" Value="{x:True}" />
|
<Parameter Key="ClearBackStack" Value="{x:True}" />
|
||||||
</NavigateAction>
|
</NavigateAction>
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ public partial class ItemHeaderViewModel :
|
|||||||
private async Task Import() => ImageDescriptor = await Mediator.Handle<CreateEventArgs<ProfileImage>,
|
private async Task Import() => ImageDescriptor = await Mediator.Handle<CreateEventArgs<ProfileImage>,
|
||||||
IImageDescriptor>(Create.As<ProfileImage>());
|
IImageDescriptor>(Create.As<ProfileImage>());
|
||||||
|
|
||||||
private partial void OnImageDescriptorChanged(IImageDescriptor? value)
|
partial void OnImageDescriptorChanged(IImageDescriptor? value)
|
||||||
{
|
{
|
||||||
if (configuration is not null)
|
if (configuration is not null)
|
||||||
{
|
{
|
||||||
@@ -118,7 +118,7 @@ public partial class ItemHeaderViewModel :
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private partial void OnImageDescriptorChanged(IImageDescriptor? oldValue,
|
partial void OnImageDescriptorChanged(IImageDescriptor? oldValue,
|
||||||
IImageDescriptor? newValue)
|
IImageDescriptor? newValue)
|
||||||
{
|
{
|
||||||
if (configuration is not null)
|
if (configuration is not null)
|
||||||
|
|||||||
Reference in New Issue
Block a user