Background
As part of the usability testing conducted for T414518, we identified that contextual Toast feedback significantly improves clarity and user confidence when interacting with Suggestion Mode. Toasts were not part of the original scope of T414518, but testing clearly showed they:
- Reinforce system state changes (on/off)
Clarify when new suggestions become availableConfirm when all suggestions have been resolved- Reduce ambiguity and cognitive load
- Improve perceived control
This task aims to implement Toast feedback for key state changes in Suggestion Mode to ensure a consistent and clear experience while finding and completing suggestions.
User stories
- As a user, when I turn suggestions on or off, I want confirmation that the system state has changed, so that I feel confident in what is currently visible.
- As a user, when loading the full-page on mobile, I want to be clearly informed that more suggestions are now available so I can complete/decline them.
- As a user, when I resolve the last suggestion, I want confirmation that there are no more suggestions left, so that I don’t continue searching unnecessarily.
Toasts to implement
Implement auto-dismiss Toasts for the following cases:
- When turning Suggestions are turned on → "Suggestions turned on" or "No suggestions available" (in both desktop + mobile)
- When turning Suggestions are turned off → "Suggestions turned off” (in both desktop + mobile)
When loading the full page on mobile and more suggestions become available → “More suggestions are now available” (just on mobile, after clicking on the "Edit full-page" button)When completed/declined all suggestions available in the article, or if an article/section doesn't include any suggestion → “No more suggestions left.” (in both desktop + mobile)
| mobile | desktop |
Open questions
Add here the questions to be answered in order to design and implement the component
Acceptance criteria (or Done)
- Implement the Toasts listed in the task in both desktop and mobile

