mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-27 12:18:59 +00:00
1690f0d3c6
Remote-node alerts now appear in the local notification bell alongside local ones, each tagged with the originating node name. - backend: reorder WS upgrade handler so /ws/notifications?nodeId=<remote> falls through to the existing proxy path instead of short-circuiting - frontend/api.ts: add fetchForNode() helper for explicit node-targeted requests without touching the localStorage active-node key - frontend/EditorLayout: fetch notification history from all registered nodes in parallel on mount and on node-list changes; open a per-remote WebSocket connection for real-time push; route mark-read / delete / clear actions back to the originating node; show node-name badge on remote alerts