Show publish results for all relays #56

Open
opened 2026-02-17 18:05:45 +00:00 by hodlbod · 5 comments
Owner

Imported from https://github.com/andotherstuff/universes/issues/69 by @staab on 2026-02-13T19:31:38Z


On chat, you only get an error if a message failed to send:

Image

This makes it really unclear whether sending failed completely, only partially, and for which message (the one sent to the counter party, or the one sent to yourself).

_Imported from https://github.com/andotherstuff/universes/issues/69 by @staab on 2026-02-13T19:31:38Z_ --- On chat, you only get an error if a message failed to send: <img width="745" height="308" alt="Image" src="https://github.com/user-attachments/assets/2edda1aa-0324-4efe-b836-72229eedd9cb" /> This makes it really unclear whether sending failed completely, only partially, and for which message (the one sent to the counter party, or the one sent to yourself).
hodlbod added this to the Current milestone 2026-02-17 18:05:45 +00:00
mplorentz self-assigned this 2026-02-17 21:08:47 +00:00
hodlbod added the easy label 2026-04-01 17:19:12 +00:00
hodlbod removed this from the Current milestone 2026-04-02 18:57:08 +00:00
hodlbod added design and removed easy labels 2026-04-02 19:19:48 +00:00
hodlbod added this to the Current milestone 2026-04-02 19:19:52 +00:00
mplorentz was unassigned by hodlbod 2026-04-02 19:19:56 +00:00

Hi @hodlbod, can you assign this to me too?

Hi @hodlbod, can you assign this to me too?
Conceptionify was assigned by hodlbod 2026-04-11 17:43:59 +00:00
Author
Owner

@Conceptionify are you still working on this or should I allow someone else to pick it up?

@Conceptionify are you still working on this or should I allow someone else to pick it up?

Yes, I am still working on it. Just got busy with some school activities recently. I will finish it today

Yes, I am still working on it. Just got busy with some school activities recently. I will finish it today

Here is the solution I came up with.

  1. Attaching a status row to every outgoing message bubble. Each sent message gets a small status row beneath it showing the delivery state. Four states: sending (just as we have on flotilla already), partially delivered (in orange), delivered (in green), and failed (in red). This is the same pattern used by most platforms, and users already know how to read it.
  2. Progressive Disclosure via the Breakdown Popover. When the message status is clicked, users can see the details of the message, the sent, partially sent, and failed, with expected action to take, such as to retry the failed message.
Here is the solution I came up with. 1. Attaching a status row to every outgoing message bubble. Each sent message gets a small status row beneath it showing the delivery state. Four states: sending (just as we have on flotilla already), partially delivered (in orange), delivered (in green), and failed (in red). This is the same pattern used by most platforms, and users already know how to read it. 2. Progressive Disclosure via the Breakdown Popover. When the message status is clicked, users can see the details of the message, the sent, partially sent, and failed, with expected action to take, such as to retry the failed message.
Author
Owner

Makes sense, I think we can use fewer colors (maybe just colored icons rather than colored text), but I think this is good enough to move to dev.

Makes sense, I think we can use fewer colors (maybe just colored icons rather than colored text), but I think this is good enough to move to dev.
hodlbod added dev and removed design labels 2026-04-17 18:54:05 +00:00
Conceptionify was unassigned by hodlbod 2026-04-17 18:54:07 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coracle/flotilla#56