Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add delete domain button and function #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gjohn34
Copy link

@gjohn34 gjohn34 commented Oct 1, 2019

hey sorry about the wait, i forgot that I factory reset my pc earlier and had to reset all my ssh keys and junk.

added un-styled button to buttonGroup

function to fetch cookies matching input then delete each cookie w/ matching domain.

repeat display cookies function to reset table.

@gjohn34
Copy link
Author

gjohn34 commented Oct 1, 2019

@vinitshahdeo

@vinitshahdeo
Copy link
Owner

@gjohn34 Thanks for the PR. I'll review the code.

You can take up some more issues -

Thanks!

index.html Outdated
@@ -57,6 +57,7 @@ <h2 class="title text-center text-capitalize">Cookie Manager</h2>
<input type="text" class="form-control" id="value" required="required">
</div>
<button type = "button" class="btn btnBelow btn-danger" id="clear_cookies">Clear All Cookies</button>
<button type="button" class="btn btnBelow" id="delete_domain_cookies">Delete Domain Cookies</button>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, use any bootstrap button classes.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. I've left it unstyled besides the font-declaration. What color were you after, red like the other one?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As it's delete button, red will look good.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@vinitshahdeo vinitshahdeo added the good first issue Good for newcomers label Oct 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants