feat(#35): Wire toasts into existing user actions

This commit is contained in:
Sirttas
2026-07-16 14:43:28 +02:00
parent 187c6b0f99
commit 4c8a3d5dfc
8 changed files with 31 additions and 16 deletions
+4 -2
View File
@@ -84,10 +84,12 @@ div.toast {
.toast-move {
@apply transition-all duration-300;
}
.toast-enter-from,
.toast-leave-to {
.toast-enter-from {
@apply opacity-0 translate-x-8;
}
.toast-leave-to {
@apply opacity-0 -translate-y-8;
}
.toast-leave-active {
@apply absolute w-full;
}