-
Notifications
You must be signed in to change notification settings - Fork 971
Conversation
const SortableTable = require('../../app/renderer/components/common/sortableTable') | ||
const aboutActions = require('./aboutActions') | ||
const messages = require('../constants/messages') | ||
const moment = require('moment') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if #11061 is merged before this, i'll replace moment with date-fns
Codecov Report
@@ Coverage Diff @@
## master #11107 +/- ##
==========================================
- Coverage 52.5% 52.34% -0.16%
==========================================
Files 268 268
Lines 25241 25343 +102
Branches 4028 4042 +14
==========================================
+ Hits 13252 13267 +15
- Misses 11989 12076 +87
|
Proposal for #11107 - Apply AboutPageSectionTitle to the header - Restyled with BEM naming Auditors: Test Plan: 1. Open about:cookies 2. Make sure elements inside the header are aligned properly 3. Click 'Delete All Cookies' 4. Make sure 'No cookies saved' is displayed under the header
I tried to polish the design of the manager with this commit : 49b36b5. It would be appreciated if you would refer or cherry-pick it. Thanks! |
Proposal for #11107 - Apply AboutPageSectionTitle to the header - Restyled with BEM naming Auditors: Test Plan: 1. Open about:cookies 2. Make sure elements inside the header are aligned properly 3. Click 'Delete All Cookies' 4. Make sure 'No cookies saved' is displayed under the header
^ cherry-picked |
90b198e
to
5eb8540
Compare
Proposal for #11107 - Apply AboutPageSectionTitle to the header - Restyled with BEM naming Auditors: Test Plan: 1. Open about:cookies 2. Make sure elements inside the header are aligned properly 3. Click 'Delete All Cookies' 4. Make sure 'No cookies saved' is displayed under the header
this allows users to view all the cookies, sort them, and delete individual ones or in bulk. fix #1991 todo: add ability to edit cookies and add to global whitelist/blacklist
Proposal for #11107 - Apply AboutPageSectionTitle to the header - Restyled with BEM naming Auditors: Test Plan: 1. Open about:cookies 2. Make sure elements inside the header are aligned properly 3. Click 'Delete All Cookies' 4. Make sure 'No cookies saved' is displayed under the header
5eb8540
to
deb1343
Compare
rebased |
looks great but after playing around for a while the browser has frozen for several times due to many cookies I received. Site visited was wired.com, quora.com, and google.com. This is not really related to this PR but more like with the way we handle large amounts of tabular data. I created #11551 to improve this and set to the same milestone. This is a blocker for me but a quick solution would be to limit the max number of cookies, similar to how we do for history. Not sure about the implications on privacy. If limiting is good enough lmk I'll make another review or otherwise, I'm working on a solution. |
cc @cezaraugusto on triage (do you think this PR should be postponed?) |
marking as blocked on #11551 for now |
this needs a design review because cookie lists can get hella long |
we're probably just going to close this in favor of waiting til chromium fork |
Closing as this is marked with |
this allows users to view all the cookies, sort them, and delete individual ones or in bulk.
fix #1991
todo: add ability to edit cookies and add to global whitelist/blacklist
test plan:
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests