feat: toast notifications + global search (Cmd+K)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user