You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a User I want to see a checkbox at the top of each table with a label Hide owned ... And when I check that I want to filter out the PRs or Issues that I have created
We could store the status of those checkboxes in the cookies.
Problem:
Currently, if we create many PRs or many Issues that takes a long time to get done (mainly happening with issues), the table can get too big and assigned items can get lost between all the owned items.
It would be useful to check/uncheck that to filter the extra items.
Branch/Commit:
Main branch.
Describe the feature:
We could store the status of those checkboxes in the cookies.
Problem:
Currently, if we create many PRs or many Issues that takes a long time to get done (mainly happening with issues), the table can get too big and assigned items can get lost between all the owned items.
It would be useful to check/uncheck that to filter the extra items.
I will abide by the code of conduct