fix: remove duplicate toast error message from popup UI#585
fix: remove duplicate toast error message from popup UI#585gurusatsangi wants to merge 1 commit into
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideRemoves popup-specific toast notifications from Scrum helper error handling so that errors are only surfaced via the existing Scrum Report UI, preventing duplicate error messages in the browser popup. Sequence diagram for updated popup error handling without toastsequenceDiagram
actor User
participant PopupUI
participant ScrumHelper
participant ScrumReport
User->>PopupUI: Click_generate_scrum_report
PopupUI->>ScrumHelper: allIncluded_outputTarget_popup
ScrumHelper->>ScrumHelper: Validate_search_query_and_date_range
ScrumHelper-->>ScrumHelper: Detect_invalid_query_or_date
ScrumHelper->>ScrumHelper: logError_errorMsg
ScrumHelper-->>PopupUI: Throw_Error_errorMsg
PopupUI->>ScrumReport: Display_inline_error_errorMsg
ScrumReport-->>User: Show_error_in_Scrum_Report_section_only
File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
I have added a video for reference. Go to Settings and enter an incorrect organization name, then generate the report—the error appears and shows a duplicate issue. 2026-04-21.18-35-54.-.Trim.mp4 |
Salmaan-M
left a comment
There was a problem hiding this comment.
Reviewed this PR locally by checking out the branch and testing different error scenarios.
The removal of the Materialize toast does not introduce any regressions. Error handling is still properly managed through existing UI mechanisms, and user feedback remains clear without duplicate notifications.
Looks good to me. Approving👍.
Mateeb-Haider
left a comment
There was a problem hiding this comment.
@vedansh-5 @hpdang
Reference PR #565 Already merged that solve this issue
I rechecked this issue on the main branch and it appears to already be resolved. This PR is no longer relevant, so kindly close it to help keep the PR tab clean.
Fixes
Fixes #584
Summary of Changes
Materialize.toast()calls from error handling logicScreenshots / Demo
Before
After
Checklist
Reviewer Notes
Summary by Sourcery
Bug Fixes: