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
GH-1675: total requests modified readout (& summary refactors) #392
GH-1675: total requests modified readout (& summary refactors) #392
Commits on Mar 20, 2019
Commits on Apr 8, 2019
Commits on Apr 12, 2019
Adjust position of smaller upgrade banner upwards a little to avoid o…
…verlapping the donut
Commits on Apr 14, 2019
Finish implementation of plus upgrade banner and gold icon display lo…
…gic for the case when the panel is not both in detailed view and expanded
Commits on Apr 15, 2019
Commits on Apr 16, 2019
Remove reference to non-extant state.header from header container map…
…StateToProps. pass state.panel.is_expanded to Header
Tweak gold plus icon expanded view SVG to make sure Plus is more cent…
…ered, with Vinnie's approval. Refactor Header#render for clarity
Nudge summary content down in expert view so green upgrade banner can…
… fit. Delete two unused scss partials
Commits on Apr 17, 2019
Add click handling for simple and detailed view upgrade banner and go…
…ld badge. Adjust CSS for them.
Switch between upgrade banner and gold icon in Summary view on sign i…
…n / out instead of on panel reopen
Commits on Apr 18, 2019
Merge branch 'GH-1593_and_GH-1594/UpgradePlus-banner-and-logo' of git…
…hub.com:ghostery/ghostery-extension into GH-1593_and_GH-1594/UpgradePlus-banner-and-logo
Fix Summary view display in Midnight theme on Detailed tab. Realign g…
…reen upgrade banner and gold icon accordingly. Add debug and log truebools back into manifest
Commits on Apr 19, 2019
Add upgrade banner text to locale strings file. Remove SVG upgarde te…
…xt. Replace it with a text span.
Convert 'upgrade to' text in the green banner from SVG to text for sm…
…aller detail view banner
Commits on Apr 22, 2019
Adjust expert mode Summary view CSS so everything fits nicely with th…
…e new upgrade banner and Requests Modified readout
Tweak Summary condensed view CSS so everything fits nicely with the n…
…ew Requests Modified readout
Remove unusued click handler from Summary. Make Requests Modified rea…
…dout value dynamic
Commits on Apr 28, 2019
Commits on Apr 29, 2019
Remove smart blocking from Requests Modified total. Update tooltip co…
…py to reflect this.
Commits on May 1, 2019
Commits on May 3, 2019
Commits on May 5, 2019
Commits on May 6, 2019
Commits on May 7, 2019
Commits on May 9, 2019
Work to generalize GhosteryFeatures out to GhosteryFeature. CSS and J…
…SX cleanup in CliqzFeature and Summary and summary partial
Commits on May 11, 2019
Commits on May 13, 2019
Factor sbBlocked, sbAllowed, sbAdjust, and totalTrackersBlockedCount …
…out to helper methods in Summary
Factor antiTrackUnsafe, adBlockBlocked, and totalTrackersFound out to…
… helper methods in Summary
Factor out rendering of GhosteryFeature components to generic render …
…helper function in Summary
Commits on May 15, 2019
Doc GhosteryFeature#handleClick. Remove redundant check for paused or…
… disabled blocking in the delegate handler in Summary
Etend the user of BLACKLIST and WHITELIST globals to Summary. Update …
…syntax for using it.
Commits on May 16, 2019
Commits on May 19, 2019
Create shared helper classes SASS file. Use these glasses in Ghostery…
…Feature and Summary
Commits on May 22, 2019
Add Foundation button class back to Ghostery Feature button element.
Add Foundation dependency notes to GhosteryFeature
Commits on May 29, 2019
Fix text color in Ghostery Feature Buttons. Make sure ghostery featur…
…e buttons and pause button display in a line
Commits on Jun 1, 2019
Commits on Jun 2, 2019
Commits on Jun 3, 2019
Commits on Jun 4, 2019
Commits on Jun 5, 2019
Commits on Jun 6, 2019
Clean up page stat render helpers in Summary. Remove GhosteryKVReadou…
…t CSS from summary partial.
Commits on Jun 9, 2019
Simplify CliqzFeature CSS. Reorganize partial based on block-level mo…
…difiers for clarity. Purify CliqzFeature helper functions.
Commits on Jun 10, 2019
Remove silly placeholder name in pause button CSS. Fix summary vertic…
…al layout in condensed view.
Finish fixing and organizing tooltip CSS for trust, restrict, pause, …
…and Cliqz features
Fix typo in panel.scss. Remove double header in ghostery_feature.scss…
…. Remove commented code in ghostery_feature.scss
Remove count from Cliqz Features, replace with ON/OFF indicator (#393)
* Remove count from Cliqz Features, replace with ON/OFF indicator * Stop passing now unneeded data prop to CliqzFeature