messaging: Archive UI is not wired — set_archived service exists, no button calls it #189
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
services/messaging_service.rs:132-145exposesset_archived(osis_url, context, sid, archived). No island calls it — neitherchat_row.rs,chat_header.rs, nor any context menu (no context menu exists in the messaging island).Result: the archive feature exists at the service layer, but a user has no way to archive a conversation.
Suggested fix
Either (a) add a per-row action affordance — e.g. swipe-to-archive on touch, hover-revealed icon button on desktop, or an item in a (still-missing) context menu — or (b) drop the
set_archivedservice if archiving isn't on the roadmap.Found via QA session 2026-04-29.