Display cookies based on the filter i.e. regex(say *.github.com)
vinitshahdeo opened this issue · 6 comments
Send PR with the changes to filter cookies based on regex.
Note - Please make changes in CSS.
Is this closed or still open to be worked
@bhargava-raju No PRs yet for this issue. Please go ahead.
Working on it, will raise PR as soon as I finish. Thanks..!
Should it be implemented in such way that it supports displaying of multiple domain cookies based on the regex filter. If yes, should it first make selection of a particular domain and only display those cookies pertaining to that domain. This would also demand major changes to the UI. Please share your thoughts on this
A filter has been applied to domain field to match all the domain names provided in the field control along with their respective cookies.
An additional column can be found in the cookies displayed table header "DOMAIN". Also increased the length of the table cell to 20 & 25 for better readability.
These changes have been made without touching the other operations.
@bhargava-raju That's awesome!
I'll review and merge it soon.