diff --git a/app/layouts/topnav.vue b/app/layouts/topnav.vue index be697cc..910637d 100644 --- a/app/layouts/topnav.vue +++ b/app/layouts/topnav.vue @@ -30,7 +30,7 @@ :can-search="canSearch" :show-mode-toggle="true" :show-active-mode="isCatalogSection" - :is-collapsed="isHomePage ? heroIsCollapsed : isCatalogSection" + :is-collapsed="isHomePage ? heroIsCollapsed : (isCatalogSection || isClientArea)" :is-home-page="isHomePage" :is-client-area="isClientArea" @toggle-theme="toggleTheme" diff --git a/app/pages/clientarea/profile/index.vue b/app/pages/clientarea/profile/index.vue index 79f1430..e05a6fd 100644 --- a/app/pages/clientarea/profile/index.vue +++ b/app/pages/clientarea/profile/index.vue @@ -1,76 +1,105 @@ - - - + + + + + + {{ $t('common.error') }} + {{ error }} + + - - - {{ $t('common.error') }} - {{ error }} - - + + + + + + + + {{ userData?.firstName || '' }} {{ userData?.lastName || '' }} + + {{ $t('dashboard.profile') }} + + + - - - {{ t('clientProfile.states.loading') }} - + + + + + + {{ $t('profile.first_name') }} + + - - - - - - - - - - - - {{ $t('profile.saving') }}... - {{ $t('profile.save') }} - - - - - + + + {{ $t('profile.last_name') }} + + - - - - {{ $t('profile.avatar') }} - - - - - - - - - + + + {{ $t('profile.phone') }} + + + + + + {{ $t('profile.saving') }}... + {{ $t('profile.save') }} + + + + + + + + {{ t('clientProfile.actions.debugTokens') }} + + + + + +