fix: address final review findings (order-notification watcher robustness)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
sdarbinyan
2026-08-15 04:18:20 +04:00
parent 9ccd807a55
commit 1032891d26
8 changed files with 127 additions and 15 deletions

View File

@@ -49,6 +49,10 @@
border-color: color-mix(in srgb, var(--primary-color) 45%, white);
}
.floating-note-clickable {
cursor: pointer;
}
@keyframes note-in {
from {
opacity: 0;