feat: AdminOrderWatcherService polls for new orders and toasts
Some checks failed
Architecture Governance / architecture (push) Has been cancelled

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
sdarbinyan
2026-08-15 03:52:55 +04:00
parent 5ed4936898
commit 28f39a31f6
6 changed files with 258 additions and 0 deletions

View File

@@ -2082,6 +2082,7 @@ export interface Translations {
searchPlaceholder: string;
notifications: string;
notificationsEmpty: string;
notificationNewOrder: string;
account: string;
tenantSelector: string;
tenantSelectorComingSoon: string;