-
- Downloads
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
Showing
- app/assets/javascripts/groups/components/group_item.vue 53 additions, 24 deletionsapp/assets/javascripts/groups/components/group_item.vue
- app/assets/javascripts/groups/components/item_actions.vue 14 additions, 14 deletionsapp/assets/javascripts/groups/components/item_actions.vue
- app/assets/javascripts/groups/components/item_caret.vue 1 addition, 1 deletionapp/assets/javascripts/groups/components/item_caret.vue
- app/assets/javascripts/groups/components/item_stats.vue 1 addition, 7 deletionsapp/assets/javascripts/groups/components/item_stats.vue
- app/assets/javascripts/groups/components/item_type_icon.vue 1 addition, 1 deletionapp/assets/javascripts/groups/components/item_type_icon.vue
- app/assets/stylesheets/framework/lists.scss 0 additions, 1 deletionapp/assets/stylesheets/framework/lists.scss
- app/assets/stylesheets/framework/mixins.scss 1 addition, 1 deletionapp/assets/stylesheets/framework/mixins.scss
- app/assets/stylesheets/pages/groups.scss 31 additions, 49 deletionsapp/assets/stylesheets/pages/groups.scss
- app/assets/stylesheets/pages/projects.scss 0 additions, 5 deletionsapp/assets/stylesheets/pages/projects.scss
- changelogs/unreleased/52366-improved-group-lists-ui.yml 5 additions, 0 deletionschangelogs/unreleased/52366-improved-group-lists-ui.yml
- spec/javascripts/groups/components/group_item_spec.js 7 additions, 0 deletionsspec/javascripts/groups/components/group_item_spec.js
- spec/javascripts/groups/components/item_stats_spec.js 0 additions, 12 deletionsspec/javascripts/groups/components/item_stats_spec.js
Please register or sign in to comment