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
This commit is contained in:
Jason
2025-10-20 23:20:22 +08:00
parent 39981f8075
commit 13acc5323c
2 changed files with 2 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ import { Toaster as SonnerToaster } from "sonner";
export function Toaster() {
return (
<SonnerToaster
position="top-right"
position="top-center"
richColors
theme="system"
toastOptions={{