feat: toast notifications + global search (Cmd+K)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-12 11:19:45 +03:00
parent 5db7f0c428
commit 066007e72d
4 changed files with 267 additions and 1 deletions
+5
View File
@@ -164,3 +164,8 @@ section {
border-radius: 8px;
border-color: #E9ECEF;
}
@keyframes slideInRight {
from { transform: translateX(40px); opacity: 0; }
to { transform: translateX(0); opacity: 1; }
}