-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch '20840-getting-started-better-empty-state-for-issues-view' into 'master'
Issues empty state ## What does this MR do? Adds the empty state for the project, dashboard and group issues. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## Screenshots (if relevant) ### Filtered to show no issues (on group issues page in this case but also dashboard and projects)  ### Project with no issues   ### Group with no projects with any issues  ## Does this MR meet the acceptance criteria? - [ ] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #20840 Closes #20850 See merge request !7309
Showing
- app/assets/stylesheets/framework/blocks.scss 29 additions, 0 deletionsapp/assets/stylesheets/framework/blocks.scss
- app/helpers/groups_helper.rb 4 additions, 0 deletionsapp/helpers/groups_helper.rb
- app/helpers/projects_helper.rb 4 additions, 0 deletionsapp/helpers/projects_helper.rb
- app/views/groups/issues.html.haml 21 additions, 18 deletionsapp/views/groups/issues.html.haml
- app/views/projects/issues/_issues.html.haml 1 addition, 2 deletionsapp/views/projects/issues/_issues.html.haml
- app/views/projects/issues/index.html.haml 4 additions, 20 deletionsapp/views/projects/issues/index.html.haml
- app/views/shared/_issues.html.haml 1 addition, 1 deletionapp/views/shared/_issues.html.haml
- app/views/shared/empty_states/_issues.html.haml 22 additions, 0 deletionsapp/views/shared/empty_states/_issues.html.haml
- app/views/shared/empty_states/icons/_issues.svg 1 addition, 0 deletionsapp/views/shared/empty_states/icons/_issues.svg
- features/steps/project/issues/issues.rb 1 addition, 1 deletionfeatures/steps/project/issues/issues.rb
- spec/features/issues/filter_issues_spec.rb 5 additions, 5 deletionsspec/features/issues/filter_issues_spec.rb
- spec/features/issues_spec.rb 5 additions, 0 deletionsspec/features/issues_spec.rb
Loading
Please register or sign in to comment