Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

UX: Remove Optional Message When Skipping

Open blankster opened this issue 2 years ago • 3 comments

Every time the skip function is used, the option to leave a message is offered.

image

Quite often this was discussed on Discord and found to be unnecessary.

Therefore, I suggest that this message/input option is removed or at least disabled to improve the user experience.

It has high impact and should require low efforts to implement the change.

blankster avatar Feb 20 '23 08:02 blankster

this one annoys me too XD I can work on it

Mekacher-Anis avatar Feb 20 '23 14:02 Mekacher-Anis

should the reason for the skip be removed from the backend too? or should we just send a placeholder / empty string?

Mekacher-Anis avatar Feb 20 '23 15:02 Mekacher-Anis

should the reason for the skip be removed from the backend too? or should we just send a placeholder / empty string?

I'll make quick change that makes the skip-reason optional .. so that the frontend no longer has to send it. You can then probably simply remove the reason from the frontend typescript request model.

andreaskoepf avatar Feb 20 '23 15:02 andreaskoepf

Thanks for this, that's such an improved UX :)

blankster avatar Feb 23 '23 20:02 blankster