-
- Downloads
Add filter and sorting to dashboard groups page
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- app/assets/javascripts/application.js 1 addition, 0 deletionsapp/assets/javascripts/application.js
- app/assets/javascripts/groups_list.js 50 additions, 0 deletionsapp/assets/javascripts/groups_list.js
- app/controllers/dashboard/groups_controller.rb 13 additions, 1 deletionapp/controllers/dashboard/groups_controller.rb
- app/controllers/explore/groups_controller.rb 10 additions, 1 deletionapp/controllers/explore/groups_controller.rb
- app/helpers/explore_helper.rb 11 additions, 3 deletionsapp/helpers/explore_helper.rb
- app/views/dashboard/_groups_head.html.haml 5 additions, 2 deletionsapp/views/dashboard/_groups_head.html.haml
- app/views/dashboard/groups/_groups.html.haml 7 additions, 0 deletionsapp/views/dashboard/groups/_groups.html.haml
- app/views/dashboard/groups/index.html.haml 3 additions, 5 deletionsapp/views/dashboard/groups/index.html.haml
- app/views/explore/groups/_groups.html.haml 6 additions, 0 deletionsapp/views/explore/groups/_groups.html.haml
- app/views/explore/groups/index.html.haml 7 additions, 34 deletionsapp/views/explore/groups/index.html.haml
- app/views/shared/groups/_dropdown.html.haml 18 additions, 0 deletionsapp/views/shared/groups/_dropdown.html.haml
- changelogs/unreleased/dz-dashboard-groups-search.yml 4 additions, 0 deletionschangelogs/unreleased/dz-dashboard-groups-search.yml
- spec/features/dashboard/groups_list_spec.rb 34 additions, 0 deletionsspec/features/dashboard/groups_list_spec.rb
- spec/features/explore/groups_list_spec.rb 33 additions, 0 deletionsspec/features/explore/groups_list_spec.rb
app/assets/javascripts/groups_list.js
0 → 100644
app/views/dashboard/groups/_groups.html.haml
0 → 100644
app/views/explore/groups/_groups.html.haml
0 → 100644
app/views/shared/groups/_dropdown.html.haml
0 → 100644
spec/features/dashboard/groups_list_spec.rb
0 → 100644
spec/features/explore/groups_list_spec.rb
0 → 100644
Please register or sign in to comment