refactor: update breadcrumb bar visibility handling across components
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
:logout-label="logoutLabel"
|
||||
:search-config="searchConfig"
|
||||
:search-value="searchValue"
|
||||
:show-breadcrumb-bar="showBreadcrumbBar"
|
||||
:breadcrumb-bar-visible="breadcrumbBarVisible"
|
||||
:show-favorites-bar="showFavoritesBar"
|
||||
:theme-toggle-label="themeToggleLabel"
|
||||
:toolbar-actions="toolbarActions"
|
||||
@@ -131,7 +131,7 @@
|
||||
@toggle-drawer="drawer = !drawer"
|
||||
@toggle-theme="toggleTheme"
|
||||
@update:search-value="searchValue = $event"
|
||||
@update:show-breadcrumb-bar="showBreadcrumbBar = $event"
|
||||
@update:breadcrumb-bar-visible="breadcrumbBarVisible = $event"
|
||||
@update:show-favorites-bar="showFavoritesBar = $event"
|
||||
>
|
||||
<template v-if="$slots.actions" #actions>
|
||||
@@ -155,7 +155,7 @@
|
||||
:breadcrumb-items="breadcrumbItems"
|
||||
:features="features"
|
||||
:is-mobile="isMobile"
|
||||
:show-breadcrumb-bar="showBreadcrumbBar"
|
||||
:breadcrumb-bar-visible="breadcrumbBarVisible"
|
||||
:show-favorites-bar="showFavoritesBar"
|
||||
@toggle-favorites-bar="toggleFavoritesBar"
|
||||
>
|
||||
@@ -389,7 +389,7 @@ const {
|
||||
mobileMenuLevels,
|
||||
openMobileFavoritesPanel,
|
||||
opened,
|
||||
showBreadcrumbBar,
|
||||
breadcrumbBarVisible,
|
||||
showFavoritesBar,
|
||||
toggleFavoritesBar,
|
||||
toggleSidebar,
|
||||
|
||||
Reference in New Issue
Block a user