bugbug icon indicating copy to clipboard operation
bugbug copied to clipboard

Add a "Select All" button next to each filter

Open marco-c opened this issue 5 years ago • 9 comments

Right now users have to manually select all the items, it'd be nice to add a small "Select All" button next to each filter which has multiple selectable options.

marco-c avatar Jan 19 '21 14:01 marco-c

I would like to work on this issue please assign this issue to me.

ghost avatar Feb 01 '21 08:02 ghost

@Aayushap1 feel free to work on this. An issue is assigned automatically when you open a PR linked to it (read https://github.com/mozilla/bugbug/issues/1092).

marco-c avatar Feb 01 '21 08:02 marco-c

@marco-c Working on it!

Aayush-hub avatar Apr 17 '21 10:04 Aayush-hub

Right now users have to manually select all the items, it'd be nice to add a small "Select All" button next to each filter which has multiple selectable options.

How to view bugbug ui in the browser for the development purpose i.e I want the changes in code to reflect in bugbug ui website in browser.

webbdays avatar Nov 29 '21 09:11 webbdays

cd ui/changes
npm run dev

marco-c avatar Nov 29 '21 10:11 marco-c

Ok

webbdays avatar Nov 29 '21 11:11 webbdays

i am getting this error : [snowpack] Cannot find module '@js-temporal/polyfill/lib/index.mjs'

webbdays avatar Nov 29 '21 12:11 webbdays

I am not familiar with npm . I get to know that the error is because temporal not found.

Error is gone with installing temporal : npm install temporal

webbdays avatar Nov 29 '21 15:11 webbdays

Yes, first of all you will need to install dependencies (run npm install after cd ui/changes).

marco-c avatar Nov 29 '21 16:11 marco-c