From 13acc5323ceccf8a10e4f55a0349981f546bd98e Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 20 Oct 2025 23:20:22 +0800 Subject: [PATCH] refine: center toast notifications and silence plugin sync feedback - Change toast position from top-right to top-center for better visibility - Remove success notifications for plugin sync operations to reduce noise - Keep error notifications to alert users of actual issues --- src/components/ui/sonner.tsx | 2 +- src/hooks/useProviderActions.ts | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/components/ui/sonner.tsx b/src/components/ui/sonner.tsx index 8873e08..d2261ed 100644 --- a/src/components/ui/sonner.tsx +++ b/src/components/ui/sonner.tsx @@ -3,7 +3,7 @@ import { Toaster as SonnerToaster } from "sonner"; export function Toaster() { return (