send failure silently logs — no UI feedback #63

Closed
opened 2026-04-19 10:51:55 +00:00 by zaelgohary · 0 comments
Member

handle_send on error only does tracing::error! and exits. The user sees nothing: the bubble never appears, no toast, no status.

Fix: on error, set the existing error signal (and reset it on the next successful operation). The chat view already has an error rendering path.

`handle_send` on error only does `tracing::error!` and exits. The user sees nothing: the bubble never appears, no toast, no status. Fix: on error, set the existing `error` signal (and reset it on the next successful operation). The chat view already has an error rendering path.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_archipelagos#63
No description provided.