From c2b04757a40b9e5262989866be30f61ec6d95342 Mon Sep 17 00:00:00 2001 From: Yanis Date: Fri, 1 May 2026 00:02:14 +0200 Subject: [PATCH] chore(notifications): defer Notifications page references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commente (sans supprimer) les liens et imports de NotificationsScreen : - HeaderActionButtons : bouton cloche commenté → seul Settings reste - RootNavigator : import + Stack.Screen commentés - linking : deep-link 'notifications' commenté - types/navigation : route param 'Notifications' commenté À réactiver via la recherche de \"// TODO: réactiver quand la page Notifications\". Co-Authored-By: Claude Opus 4.7 (1M context) --- VinEye/src/components/shared/HeaderActionButtons.tsx | 4 ++++ VinEye/src/navigation/RootNavigator.tsx | 4 ++-- VinEye/src/navigation/linking.ts | 2 +- VinEye/src/types/navigation.ts | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/VinEye/src/components/shared/HeaderActionButtons.tsx b/VinEye/src/components/shared/HeaderActionButtons.tsx index 53fd023..268108c 100644 --- a/VinEye/src/components/shared/HeaderActionButtons.tsx +++ b/VinEye/src/components/shared/HeaderActionButtons.tsx @@ -16,9 +16,12 @@ export function HeaderActionButtons({ showNotifBadge = true, }: HeaderActionButtonsProps) { const navigation = useNavigation