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

Commits on Jan 30, 2019

  1. Add summaryUIPort

    wlycdgr committed Jan 30, 2019

Commits on Feb 4, 2019

Commits on Feb 5, 2019

  1. Make tracker donut dynamic

    wlycdgr committed Feb 5, 2019

Commits on Feb 6, 2019

  1. Define PanelData#updatePanelAndSummaryTrackerData, which performs onl…

    …y the updates relevant to the Panel and Summary UIs
    wlycdgr committed Feb 6, 2019

Commits on Feb 15, 2019

  1. Fix subscriptionsPlus typo

    wlycdgr committed Feb 15, 2019
  2. Activate blockingUIPort

    wlycdgr committed Feb 15, 2019
  3. Update account.getUserSettings error message to reflect that it now l…

    …ives in PanelData#initUIPort
    wlycdgr committed Feb 15, 2019
  4. Move rewards panel port to PanelData. Modify front and back end code …

    …towards using the port to retrieve the rewards info.
    wlycdgr committed Feb 15, 2019
  5. Remove obviated PanelData#get

    wlycdgr committed Feb 15, 2019
  6. Clean up PanelData#initUIPort

    wlycdgr committed Feb 15, 2019
  7. Add comments to PanelData

    wlycdgr committed Feb 15, 2019

Commits on Feb 18, 2019

  1. Modify GET_CLIQZ_MODULE_DATA reducer to look for 'blocked' rather tha…

    …n 'unsafe' when calculating total unsafe count
    wlycdgr committed Feb 18, 2019
  2. Remove code that was used to get cliqz module data via messages, sinc…

    …e we are nnow getting it through ports
    wlycdgr committed Feb 18, 2019

Commits on Feb 20, 2019

  1. 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
    wlycdgr committed Feb 20, 2019
  2. 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
    wlycdgr committed Feb 20, 2019
  3. Make sure rewards UI port disconnects. Handle detaching disconnect li…

    …stener through PanelData
    wlycdgr committed Feb 20, 2019

Commits on Feb 25, 2019

Commits on Feb 27, 2019

  1. Debug and cleanup expand/contract per category state preservation dur…

    …ing dyanmic updating. Remove now unncecessary action creator reducer and utility function code
    wlycdgr committed Feb 27, 2019