diff options
author | Dennis Tang <dtang@gitlab.com> | 2019-03-26 00:03:48 +0000 |
---|---|---|
committer | Dennis Tang <dtang@gitlab.com> | 2019-06-24 13:05:21 +0200 |
commit | 7a4b15214a64478adad96bca1d4d63cc1755abfc (patch) | |
tree | f859e22c6222bb699a409ebced5f69267cd0abc8 /changelogs | |
parent | 88c8d177f835983a0a47796529906c69376d159d (diff) | |
download | gitlab-ce-7a4b15214a64478adad96bca1d4d63cc1755abfc.tar.gz |
Improve group list UI
This updates the groups list UI to match the style of the project list:
- New layout
- Improve loading state when loading group children
- Larger, responsive text
- Icon and text colors changed to secondary
- Smaller button sizes
- Content list description colors were standardized to body text
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/52366-improved-group-lists-ui.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/52366-improved-group-lists-ui.yml b/changelogs/unreleased/52366-improved-group-lists-ui.yml new file mode 100644 index 00000000000..99e5b67a56c --- /dev/null +++ b/changelogs/unreleased/52366-improved-group-lists-ui.yml @@ -0,0 +1,5 @@ +--- +title: Improve group list UI +merge_request: 26542 +author: +type: changed |