-
- Downloads
Resolve "Improve handling of projects shared with a group"
parent
53fae9ad
No related branches found
No related tags found
Showing
- app/assets/javascripts/groups/components/app.vue 53 additions, 25 deletionsapp/assets/javascripts/groups/components/app.vue
- app/assets/javascripts/groups/components/group_folder.vue 6 additions, 1 deletionapp/assets/javascripts/groups/components/group_folder.vue
- app/assets/javascripts/groups/components/group_item.vue 11 additions, 3 deletionsapp/assets/javascripts/groups/components/group_item.vue
- app/assets/javascripts/groups/components/groups.vue 37 additions, 31 deletionsapp/assets/javascripts/groups/components/groups.vue
- app/assets/javascripts/groups/components/item_actions.vue 6 additions, 1 deletionapp/assets/javascripts/groups/components/item_actions.vue
- app/assets/javascripts/groups/constants.js 19 additions, 5 deletionsapp/assets/javascripts/groups/constants.js
- app/assets/javascripts/groups/groups_filterable_list.js 49 additions, 15 deletionsapp/assets/javascripts/groups/groups_filterable_list.js
- app/assets/javascripts/groups/index.js 24 additions, 7 deletionsapp/assets/javascripts/groups/index.js
- app/assets/javascripts/lib/utils/url_utility.js 2 additions, 2 deletionsapp/assets/javascripts/lib/utils/url_utility.js
- app/assets/javascripts/pages/dashboard/groups/index/index.js 3 additions, 1 deletionapp/assets/javascripts/pages/dashboard/groups/index/index.js
- app/assets/javascripts/pages/groups/show/group_tabs.js 136 additions, 0 deletionsapp/assets/javascripts/pages/groups/show/group_tabs.js
- app/assets/javascripts/pages/groups/show/index.js 9 additions, 3 deletionsapp/assets/javascripts/pages/groups/show/index.js
- app/assets/stylesheets/pages/groups.scss 17 additions, 37 deletionsapp/assets/stylesheets/pages/groups.scss
- app/controllers/groups_controller.rb 2 additions, 6 deletionsapp/controllers/groups_controller.rb
- app/finders/group_descendants_finder.rb 1 addition, 1 deletionapp/finders/group_descendants_finder.rb
- app/views/groups/_archived_projects.html.haml 8 additions, 0 deletionsapp/views/groups/_archived_projects.html.haml
- app/views/groups/_children.html.haml 0 additions, 4 deletionsapp/views/groups/_children.html.haml
- app/views/groups/_shared_projects.html.haml 8 additions, 0 deletionsapp/views/groups/_shared_projects.html.haml
- app/views/groups/_subgroups_and_projects.html.haml 8 additions, 0 deletionsapp/views/groups/_subgroups_and_projects.html.haml
- app/views/groups/show.html.haml 29 additions, 8 deletionsapp/views/groups/show.html.haml
app/views/groups/_children.html.haml
deleted
100644 → 0
app/views/groups/_shared_projects.html.haml
0 → 100644
Please register or sign in to comment