diff options
author | Dennis Tang <dtang@gitlab.com> | 2019-01-21 20:52:53 +0000 |
---|---|---|
committer | Dennis Tang <dtang@gitlab.com> | 2019-01-25 10:26:35 +0000 |
commit | 056f6dd08f9b11e9ad70b5aed43fb3b9f7770005 (patch) | |
tree | 17e6798ab72d30fde1309c1a338f96cee1ce73b2 /changelogs | |
parent | ce171674b60f5888aa3802e9f6b843762faabd3a (diff) | |
download | gitlab-ce-056f6dd08f9b11e9ad70b5aed43fb3b9f7770005.tar.gz |
Refresh group overview to match project overview
- Avatar, group name, and group description now left-aligned
- Notification setting and "New project" CTA right-aligned
with group avatar and name
- Leave group / request access now a link next to the 'Group'
label below the group name
- Notification setting label removed in favor of icons
- Tooltip added to indicate notification setting
- Search option moved inside table header next to "Sort by"
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/53104-redesign-group-overview-ui-mvc.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/53104-redesign-group-overview-ui-mvc.yml b/changelogs/unreleased/53104-redesign-group-overview-ui-mvc.yml new file mode 100644 index 00000000000..cb810b7ac7f --- /dev/null +++ b/changelogs/unreleased/53104-redesign-group-overview-ui-mvc.yml @@ -0,0 +1,5 @@ +--- +title: Refresh group overview to match project overview +merge_request: 23866 +author: +type: changed |