Add logo SVG asset and improve authentication error handling

- Added a new logo SVG asset to the AssetsManager for better branding.
- Updated the AuthViewModel to notify listeners on authentication error changes.
- Modified DesktopNavigationWidget to use the new logo SVG with specified dimensions for improved layout.
This commit is contained in:
amirrezaghabeli
2025-11-16 14:54:45 +03:30
parent abf1cc3f7d
commit 64a1c30e6c
4 changed files with 21 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ class AssetsManager {
static const logoSmall = 'assets/icons/logo_small.svg';
static const logoBig = 'assets/icons/logo_big.svg';
static const logoBigPng = 'assets/pngs/logo-big.png';
static const logoSvg = 'assets/icons/logo.svg';
//bottom navigation
static const homeActive = 'assets/icons/home_active.svg';