diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-11-01 15:57:44 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-11-01 15:57:44 +0000 |
commit | b58d7ceaf503fcc3725abc6f7b671edd89fbb9c3 (patch) | |
tree | b8306baf931dc37dc5f6d7175c1d6ecb4024fcbe /CHANGELOG.md | |
parent | aba94f65f039908d14643f3854e3c2901ff843aa (diff) | |
parent | edfa02d3cb235ae1661267b78c00d53c8264cd0e (diff) | |
download | gitlab-ce-b58d7ceaf503fcc3725abc6f7b671edd89fbb9c3.tar.gz |
Merge branch 'todos-empty-state' into 'master'
New todos blank state
## What does this MR do?
Updates the blank state on todos.
### Blank state when user has previously had todos
![Screen_Shot_2016-10-12_at_12.40.35](/uploads/17d9a5a409d12bce73147e3879d9d62d/Screen_Shot_2016-10-12_at_12.40.35.png)
### Fully empty blank state
![Screen_Shot_2016-10-12_at_12.40.40](/uploads/5c0824096ced9f03b3ea5f892b70b08b/Screen_Shot_2016-10-12_at_12.40.40.png)
## What are the relevant issue numbers?
Closes #20833
See merge request !6823
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9a38c04a8..575baec5fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Fix mobile layout issues in admin user overview page !7087 - Fix HipChat notifications rendering (airatshigapov, eisnerd) - Refactor Jira service to use jira-ruby gem +- Improved todos empty state - Add hover to trash icon in notes !7008 (blackst0ne) - Only show one error message for an invalid email !5905 (lycoperdon) - Fix sidekiq stats in admin area (blackst0ne) |