navigation improvements

This commit is contained in:
Burak Kaan Köse
2026-03-14 14:14:58 +01:00
parent 4ba7d5fd07
commit 56b0f79edc
20 changed files with 605 additions and 153 deletions
@@ -45,9 +45,9 @@ public interface IStatePersistanceService : INotifyPropertyChanged
bool IsEventDetailsVisible { get; set; }
/// <summary>
/// Whether SettingsPage has navigated to a sub-page and can go back.
/// Whether the current application mode has an active backstack that can be navigated.
/// </summary>
bool IsSettingsNavigating { get; set; }
bool HasCurrentModeBackStack { get; set; }
/// <summary>
/// Setting: Opened pane length for the navigation view.