"As a content author, when I make changes to tags, I want the opportunity to undo those changes"
Acceptance Criteria
- Toast notifications automatically dismiss after 5 seconds
- There is only ever one toast shown to the user. It provides a summary of all the changes made in the drawer e.g.
User removes 1 tag (and its 2 implicit parents): the toast reads “3 tags removed”. Within the next 5 seconds, the user removes another tag (and its 1 implicit parent): the toast text is updated to read: "5 tags removed" Selecting “undo” on the toast would undo both removals.
- The "Undo" button on the toast works.


Developer Notes
- Screenshots above are for convenience - Figma is the most up-to-date source for mockups. The scale of UI elements seen in the screenshots above may be incorrect.
"As a content author, when I make changes to tags, I want the opportunity to undo those changes"
Acceptance Criteria
User removes 1 tag (and its 2 implicit parents): the toast reads “3 tags removed”. Within the next 5 seconds, the user removes another tag (and its 1 implicit parent): the toast text is updated to read: "5 tags removed" Selecting “undo” on the toast would undo both removals.
Developer Notes