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

Feature/gh 1517 dynamic ui rendering #343

Closed
wants to merge 129 commits into from

Conversation

@wlycdgr
Copy link
Member

@wlycdgr wlycdgr commented Feb 19, 2019

Implements dynamic updating of the extension panel UI including the Summary and Detailed views. This includes dynamic updating of the various tracker counts as the page loads, dynamic insertion of trackers into the blocking list as they are found, and dynamic redrawing of the donut graph.

Streamlines all UI data transfer between the panel (including its Panel, Summary, Blocking, Settings, and Rewards components) and the background to use ports managed by PanelData, obviating all such transfer through message passing.

Factors out Cliqz antitracking and adblocking modules data retrieval into a utility file that both BrowserButton and PanelData can use, reducing duplication across BrowserButton and PanelData & the GET_CLIQZ_MODULE_DATA reducer on the front end.

Refactors FoundBugs to more efficiently handle the now potentially much larger volume of requests for bug info, primarily by storing foundApps data alongside foundBugs data so it does not need to be repeatedly recalculated.

Refactors and simplifies PanelData.

  • Have you followed the guidelines in CONTRIBUTING.md?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you added an explanation of what your changes do?
  • Does your submission pass tests?
  • Did you lint your code prior to submission?
wlycdgr added 30 commits Jan 30, 2019
…y the updates relevant to the Panel and Summary UIs
…rinch branch up to date with current develop state
…ring feature branch up to date with develop
@wlycdgr
Copy link
Member Author

@wlycdgr wlycdgr commented Feb 28, 2019

1 through 5 have all been addressed

@wlycdgr wlycdgr requested a review from IAmThePan Feb 28, 2019
wlycdgr and others added 7 commits Feb 28, 2019
…stery/ghostery-extension into feature/GH-1517_dynamic-UI-rendering
…stery/ghostery-extension into feature/GH-1517_dynamic-UI-rendering
Copy link
Contributor

@IAmThePan IAmThePan left a comment

looks good.

@IAmThePan IAmThePan self-requested a review Feb 28, 2019
Copy link
Contributor

@IAmThePan IAmThePan left a comment

Looks good.

@jsignanini
Copy link
Member

@jsignanini jsignanini commented Mar 28, 2019

Closing in favor of #355

@jsignanini jsignanini closed this Mar 28, 2019
@jsignanini jsignanini deleted the feature/GH-1517_dynamic-UI-rendering branch Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants