- The Snackbar + Alert pattern (success/error toasts) is duplicated across [Saving.tsx](vscode-webview://0idss6uapjj43kcni77caskf01ljue48relso08pbc95q8hmg14o/client/src/components/Visualiser/VisualiserInterface/Saving.tsx) and [CreateLink.tsx](vscode-webview://0idss6uapjj43kcni77caskf01ljue48relso08pbc95q8hmg14o/client/src/components/Visualiser/VisualiserInterface/CreateLink.tsx) with separate state per instance - Fix: Extract a `useNotification()` hook
useNotification()hook