fix(sidebar) : le hamburger pilote le repli + suppression du code de tiroir mobile mort

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-25 15:07:12 +02:00
parent 07375b7202
commit 98d3789eb5
3 changed files with 3 additions and 16 deletions
-4
View File
@@ -68,10 +68,6 @@ const isMailVisible = computed(() => {
const { enabled: shareEnabled, ensureLoaded: ensureShareStatus } = useShareStatus()
const isDocumentsVisible = computed(() => shareEnabled.value === true)
// Close mobile sidebar on route change
watch(() => route.path, () => {
ui.closeMobileSidebar()
})
const currentProjectId = computed(() => {
const match = route.path.match(/^\/projects\/(\d+)/)