refactor: ws page

This commit is contained in:
Ramesh Mane
2026-03-28 07:09:10 +00:00
parent 5984ac8957
commit fe8e6e420e
8 changed files with 465 additions and 25 deletions

View File

@@ -22,7 +22,7 @@ export const useBackToBase = () => {
// Show on base settings full-page mode (even though technically on a base page)
if (isBaseSettingsFullPage.value) return !!lastVisitedBase.value
return !isOnBasePage.value && !hideMiniSidebar.value && !!lastVisitedBase.value
return !isOnBasePage.value && !!lastVisitedBase.value
})
const navigateToBase = () => {