refactor: replace Toast with Sonner

This commit is contained in:
tao.chen
2026-08-26 14:06:12 +08:00
parent f99b543100
commit d7f3db1cc4
18 changed files with 126 additions and 320 deletions
-11
View File
@@ -196,10 +196,6 @@
animation: modal-in 0.18s ease-out;
}
.toast-enter {
animation: toast-in 0.2s ease-out;
}
.notebook-md h1,
.notebook-md h2,
.notebook-md h3,
@@ -260,13 +256,6 @@
}
}
@keyframes toast-in {
from {
opacity: 0;
transform: translateY(-7px);
}
}
@keyframes spin {
to {
transform: rotate(360deg);