[ux] Inconsistent / missing success toasts across actions (favorites, labels, avatar, member deactivate/reactivate) #128
Reference in New Issue
Block a user
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?
Severity: ux-consistency
Some actions confirm with a toast, others identical in nature give none. Observed with no success feedback:
POST /api/attachments/upload-image200 and the avatar swaps, but no toast (while profile-name save does toast "Updated successfully")./settings/members) — status badge silently flips, no toast (verified over several seconds). The reactivate flow also did not reliably apply via the menu in testing (looks under-finished).By contrast move-to-trash, duplicate, move, delete, space-create, role-change, invite send/resend/revoke, group create/delete all DO toast. The inconsistency makes it unclear whether the silent actions succeeded.
Suggested fix: add success toasts to the actions above (or remove them everywhere for consistency) and double-check the member reactivate action actually re-activates.
Filed from an automated full-product QA pass on
develop@v0.93.0-64-gb60190ff, fresh DB. Items were observed live in the browser; grouped issues collect several small related findings.