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
Commits on Jan 30, 2019
Commits on Jan 31, 2019
Commits on Feb 4, 2019
Commits on Feb 5, 2019
Commits on Feb 6, 2019
Define PanelData#updatePanelAndSummaryTrackerData, which performs onl…
…y the updates relevant to the Panel and Summary UIs
Commits on Feb 7, 2019
Refactor tracker data building in Panel Data to accomodate update use…
… case without duplication
Merge branch 'develop' into feature/GH-1517_dynamic-UI-rendering to b…
…rinch branch up to date with current develop state
Commits on Feb 8, 2019
Commits on Feb 11, 2019
Commits on Feb 12, 2019
Commits on Feb 13, 2019
Retrieve active tab on port init and store in PanelData to avoid retr…
…ieving each time there's a UI update
Commits on Feb 14, 2019
Remove linear regression import from PanelData...not sure how it ende…
…d up in there...
Delete private *View var that are only ever used to return from their…
… respective getters in PanelData
Commits on Feb 15, 2019
Update account.getUserSettings error message to reflect that it now l…
…ives in PanelData#initUIPort
Move rewards panel port to PanelData. Modify front and back end code …
…towards using the port to retrieve the rewards info.
Commits on Feb 16, 2019
Commits on Feb 18, 2019
Modify GET_CLIQZ_MODULE_DATA reducer to look for 'blocked' rather tha…
…n 'unsafe' when calculating total unsafe count
Remove code that was used to get cliqz module data via messages, sinc…
…e we are nnow getting it through ports
Commits on Feb 19, 2019
Update BrowserButton#_getAntiTrackCount to check for 'blocked' rather…
… than 'unsafe'. Remove debug log calls.
Move cliqz antitracking and adblocking data retrieval to utils functi…
…ons. Converted BrowserButton to use them
Commits on Feb 20, 2019
Begin adding UI state to Blocking to preserve per category expansion …
…state across updates
Always send blocking data on opening of blocking port instead of only…
… on updates or through panel init, making sure that blocking data is always fetched when user switches to detailed tab, even if page has finished loading and no more updates come in
Reduce duplicdation in data retrieval functions in PanelData. Streaml…
…ine panel data updates to use UPDATE_PANEL_DATA and so remove GET_PANEL_DATA action creator and reducer case
Make sure rewards UI port disconnects. Handle detaching disconnect li…
…stener through PanelData
Commits on Feb 21, 2019
Commits on Feb 25, 2019
Commits on Feb 26, 2019
Add TODO comment to RewardsActions. Modify ui port code to make sure …
…it's compatible with snapshot testing the Rewards component
Remove some debug logging from Rewards component. Update Rewards comp…
…onent tests to use sinon to stub chrome.runtime.connect
Commits on Feb 27, 2019
Debug and cleanup expand/contract per category state preservation dur…
…ing dyanmic updating. Remove now unncecessary action creator reducer and utility function code
Commits on Feb 28, 2019
Restore immediate updating to redscale/greyscale in response to user …
…restricting site or pausing the extension
Merge branch 'feature/GH-1517_dynamic-UI-rendering' of github.com:gho…
…stery/ghostery-extension into feature/GH-1517_dynamic-UI-rendering
Merge branch 'feature/GH-1517_dynamic-UI-rendering' of github.com:gho…
…stery/ghostery-extension into feature/GH-1517_dynamic-UI-rendering
Commits on Mar 4, 2019
Change type of action created by updatePanelData back to GET_PANEL_DA…
…TA so as not to break AccountReducer, which relies on that name