gitlab-org--gitlab-foss/app
Fatih Acet 286f10afb9 Merge branch 'fix-todo-pagination' into 'master'
Fix bug where pagination is still displayed despite all todos marked as done

## What does this MR do?
Changes the todo `mark all as done` button callback to remove pagination and add user friendly text `"You're all done!"` so that it is consistent with what the page should look like after refreshing

## Are there points in the code the reviewer needs to double check?
Shouldn't be

## Why was this MR needed?
Resolve existing UI inconsistency

## Screenshots (if relevant)
Before:
![8xDRiXB1TL](/uploads/479edbdedf8d468b4c5e502f36a0c19f/8xDRiXB1TL.gif)

After:
![q4XDxhujPX](/uploads/3566eb538e6ad5a2d32b78351b9bc47d/q4XDxhujPX.gif)

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?
Closes #21048

See merge request !6113
2016-08-31 20:26:12 +00:00
..
assets Merge branch 'fix-todo-pagination' into 'master' 2016-08-31 20:26:12 +00:00
controllers add specs for tags finder 2016-08-31 19:16:47 +01:00
finders add specs for tags finder 2016-08-31 19:16:47 +01:00
helpers Merge branch 'tag-name-filter' into 'master' 2016-08-31 19:58:20 +00:00
mailers Merge branch 'master' into diff-line-comment-vuejs 2016-08-18 09:21:40 -06:00
models Merge branch 'remove-fishy-smell' into 'master' 2016-08-31 14:43:46 +00:00
services Block concurrent pipeline processings 2016-08-31 17:22:01 +02:00
uploaders Remove magic comments from Ruby files (!5456) 2016-07-24 07:08:45 +02:00
validators refactor url validator to use sanitizer for check 2016-07-01 09:02:45 +02:00
views Merge branch 'fix-todo-pagination' into 'master' 2016-08-31 20:26:12 +00:00
workers Does not halt the GitHub import process when an error occurs 2016-08-24 12:16:42 -03:00