Skip to content

Standalone UI shows duplicate error messages #1829

Description

@Tbaile

Nearly every failed action shows a pop-up error toast, even when the screen already displays its own error message for the same failure. Users often see the same error twice, which is noisy and confusing.

Proposed solution

Stop showing the generic pop-up error toast. Rely on the in-page error messages that most screens already show. Before removing the toast, check that every screen actually shows its own error message — a few currently don't, and those need one added first, otherwise a failure there would show no feedback at all.

Alternative solutions

Keep suppressing the toast one case at a time, as done in the past — rejected: this approach needed repeated individual fixes and some screens still show both a toast and an in-page error for the same failure.

Additional context

nethsecurity-ui 2.23.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    verifiedAll test cases were verified successfully

    Projects

    Status
    Verified

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions