diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-06-15 07:55:32 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-06-15 07:55:32 +0000 |
commit | 646ce0aab51fa05da32fb1416f5376c115b73a1d (patch) | |
tree | c890c77952a7c5c59996ae3af36f07ccf7b2b748 /CHANGELOG | |
parent | 6617e9bbf3cd3de65dd93272a3da2ab1298779a5 (diff) | |
parent | 0a03b9b717f76e6f54a39aa7f08fc9c91c3000a9 (diff) | |
download | gitlab-ce-646ce0aab51fa05da32fb1416f5376c115b73a1d.tar.gz |
Merge branch 'remove-visibility-icons' into 'master'
Remove visibility icon from projects list on dashboard and group page
## Why?
Because
* visibility level show on project page anyway
* it does not have much value. Main purpose of project list on dashboard is navigation. Avatar + project name helps this goal. Visibility icon have no effect here
* it makes UI worse because it brings separation between project avatar and name
* without visibility icon we have more space for project name. Especially important for laptops
## Screenshot
![Screenshot_2015-06-12_18.17.20](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0e572388e9a337c5a535813911d08c89/Screenshot_2015-06-12_18.17.20.png)
P.S. Merge when 7-12-stable is created
See merge request !806
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index aa6e12bafc9..2d41e455271 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ Please view this file on the master branch, on stable branches it's out of date. +v 7.13.0 (unreleased) + - Remove project visibility icons from dashboard projects list + v 7.12.0 (unreleased) - Fix post-receive errors on a push when an external issue tracker is configured (Stan Hu) - Update oauth button logos for Twitter and Google to recommended assets |