From 50cc0683b6b77d7c4866d67a025762f7ed11b340 Mon Sep 17 00:00:00 2001 From: "DESKTOP-SVBVC1U\\HP" Date: Wed, 25 Sep 2024 18:57:06 +0600 Subject: [PATCH 1/3] replaced loginfor dropdown, has hovering issue and aligning issue --- .../Templates/includes/loginInfo.blade.php | 127 +++++++++--------- 1 file changed, 67 insertions(+), 60 deletions(-) diff --git a/app/Domain/Auth/Templates/includes/loginInfo.blade.php b/app/Domain/Auth/Templates/includes/loginInfo.blade.php index b434bd44f..e75a3d5b5 100644 --- a/app/Domain/Auth/Templates/includes/loginInfo.blade.php +++ b/app/Domain/Auth/Templates/includes/loginInfo.blade.php @@ -1,66 +1,73 @@ @dispatchEvent('beforeUserinfoMenuOpen') -
@dispatchEvent('afterUserinfoMenuOpen') - @if(session()->exists("companysettings.logoPath") && session("companysettings.logoPath") !== false) - - @else - - - - - @endif - - @dispatchEvent('beforeUserinfoMenuClose') + + + @if(session()->exists("companysettings.logoPath") && session("companysettings.logoPath") !== false) + + @else + + + + + @endif + + + + + + {!! __("menu.my_profile") !!} + + + + + {!! __("menu.theme") !!} + + + + + {!! __("menu.settings") !!} + + + + + {!! __("menu.help_support") !!} + + + + {!! __("menu.what_is_this_page") !!} + + + + + {!! __("menu.knowledge_base") !!} + + + + + {!! __("menu.community") !!} + + + + + {!! __("menu.contact_us") !!} + + + + + {!! __("menu.sign_out") !!} + + + + + + + @dispatchEvent('beforeUserinfoMenuClose')
+ @dispatchEvent('afterUserinfoMenuClose') From 655a4e20575750d1912bd4f187ac43f046d7126c Mon Sep 17 00:00:00 2001 From: "DESKTOP-SVBVC1U\\HP" Date: Wed, 25 Sep 2024 20:12:21 +0600 Subject: [PATCH 2/3] logininfo updated --- .../Templates/includes/loginInfo.blade.php | 2 +- app/Domain/Users/Templates/editOwn.blade.php | 65 +++++++++---------- 2 files changed, 31 insertions(+), 36 deletions(-) diff --git a/app/Domain/Auth/Templates/includes/loginInfo.blade.php b/app/Domain/Auth/Templates/includes/loginInfo.blade.php index e75a3d5b5..e56c3d695 100644 --- a/app/Domain/Auth/Templates/includes/loginInfo.blade.php +++ b/app/Domain/Auth/Templates/includes/loginInfo.blade.php @@ -2,7 +2,7 @@
@dispatchEvent('afterUserinfoMenuOpen') - + @if(session()->exists("companysettings.logoPath") && session("companysettings.logoPath") !== false)