chore(sidebar) : suppression des composants/assets obsolètes de l'ancienne sidebar

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-25 15:14:06 +02:00
parent 98d3789eb5
commit 32c5d66968
3 changed files with 0 additions and 53 deletions
-1
View File
@@ -68,7 +68,6 @@ const isMailVisible = computed(() => {
const { enabled: shareEnabled, ensureLoaded: ensureShareStatus } = useShareStatus()
const isDocumentsVisible = computed(() => shareEnabled.value === true)
const currentProjectId = computed(() => {
const match = route.path.match(/^\/projects\/(\d+)/)
return match ? match[1] : null