Add login page.

This commit is contained in:
2025-11-16 20:35:00 +00:00
parent 869e675ee3
commit 5f66029528
11 changed files with 576 additions and 13 deletions

View File

@@ -8,5 +8,6 @@ public class ShellViewModel
public ShellViewModel(INavigator navigator) => _navigator = navigator;
// Add code here to initialize or attach event handlers to singleton services
// Users can browse the app without authentication
// Login is available from the sidebar when needed
}