Add "Mark all as done" / "Undo" functionality for To-Do List
What does this MR do and why?
Restores the "Mark all as done" functionality for the Vue-based To-Do List. The behavior is slightly different than what was implemented in the HAML version: rather than having the "Mark all as done" button transition permanently to an "Undo" button, this MR moves the "Undo" action into the toast confirmation that appears when marking all to-dos as done. See the screen recording below for a walkthrough.
Closes #483051 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
Screen_Recording_2024-10-08_at_5.11.16_PM |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.