mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-27 16:26:16 +08:00
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:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user