From b138eaf9e58d3207009b5efb9d5ffe37300877e3 Mon Sep 17 00:00:00 2001 From: Akshay Birajdar Date: Fri, 22 Nov 2024 06:21:06 +0530 Subject: [PATCH] FEATURE: Add Bulk actions to /filter page (#29420) - Add bulk actions component on /filter page for both desktop & mobile view. - Add system specs to assert bulk actions to be available on /filter page. --- .../discovery/filter-navigation.hbs | 6 ++++ .../components/discovery/filter-navigation.js | 3 ++ .../app/controllers/discovery/filter.js | 6 ++++ .../app/templates/discovery/filter.hbs | 2 ++ .../common/components/topic-query-filter.scss | 4 +++ spec/system/filtering_topics_spec.rb | 32 +++++++++++++++++++ 6 files changed, 53 insertions(+) diff --git a/app/assets/javascripts/discourse/app/components/discovery/filter-navigation.hbs b/app/assets/javascripts/discourse/app/components/discovery/filter-navigation.hbs index bc04df8606c..ceeb3a8c8cb 100644 --- a/app/assets/javascripts/discourse/app/components/discovery/filter-navigation.hbs +++ b/app/assets/javascripts/discourse/app/components/discovery/filter-navigation.hbs @@ -2,6 +2,12 @@