Add a "Select All" button next to each filter
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.
I would like to work on this issue please assign this issue to me.
@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 Working on it!
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.
cd ui/changes
npm run dev
Ok
i am getting this error : [snowpack] Cannot find module '@js-temporal/polyfill/lib/index.mjs'
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
Yes, first of all you will need to install dependencies (run npm install after cd ui/changes).