#444 — Show Canonical Customer notifications by server (websocket) messages
Repo: Twill-AI/twill-ai-ui State: open | Status: open Assignee: raymondehizoba
Created: 2025-06-24 · Updated: 2025-06-24
Description
Caused by https://github.com/Twill-AI/facade/issues/371, related to https://github.com/Twill-AI/twill-ai-ui/issues/200.
Facade may send Websocket messages with “NotificationClickableText” type to make UI show notification (toast) with the given message and link to the specific entity. For now link to customers (and probably LlmChat items) doesn’t work.
AC:
- UI shows notification (toast) for all supported type=NotificationClickableText messages with link to the appropriate entity page:
- If
click_dest_type=integrationthen to “Integration details” modal window. - If
click_dest_type=llmchat_itemthen to “Query” page with item highlighted. - If
click_dest_type=customerthen to “Customer Details” widget.
- If
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets