Skip to content

Adds small AJAX optimistic functionality to todos.

Jacob Schatz requested to merge optimistic-todos into master

Fixes #13656 (closed)
A good first step and boring solution.
Will make ajax call to remove each issue.
If issue is last in group of issues will refresh page.
If issues remain in group will remove row with JS.
Adds loading spinner to button and disables.

todos-optimistic

cc @dzaporozhets @JobV @dbalexandre

Merge request reports