Remove transition on items list

This commit is contained in:
TheXamlGuy
2024-07-17 21:50:23 +01:00
parent 630b1c7979
commit f104a63366
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>
+2 -2
View File
@@ -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)