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

feat(APW): Refresh content review - pull data on every 10s #3506

Merged
merged 14 commits into from
Oct 23, 2023

Commits on Aug 30, 2023

  1. feat: comments and requests refresh every 10s

    Sasho Mihajlov authored and Sasho Mihajlov committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d437837 View commit details
    Browse the repository at this point in the history
  2. refactor: name interval hoo file name

    Sasho Mihajlov authored and Sasho Mihajlov committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6be0c5b View commit details
    Browse the repository at this point in the history
  3. refactor: use the interval hook from the react-interval-hook package …

    …instead of the custom one
    Sasho Mihajlov authored and Sasho Mihajlov committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d1a294d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. fix: correct the error messages when refetch the data for comments an…

    …d change requests
    Sasho Mihajlov authored and Sasho Mihajlov committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b5d04a8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' into sasho/apw/pull-reviews-on-time-interval

    Sasho Mihajlov authored and Sasho Mihajlov committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    857f661 View commit details
    Browse the repository at this point in the history
  3. feat: refetch data every 10s for content reviews list and single cont…

    …ent review
    Sasho Mihajlov authored and Sasho Mihajlov committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f1218b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. refactor: new use fetch interval hook

    Sasho Mihajlov authored and Sasho Mihajlov committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f366821 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. wip: solved problem with the fetch interval

    Sasho Mihajlov authored and Sasho Mihajlov committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    04a04c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. wip: updated fetch interval hook and remove use apollo refetch hook

    Sasho Mihajlov authored and Sasho Mihajlov committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    dedcf95 View commit details
    Browse the repository at this point in the history
  2. wip: remove console log and update use fetch interval callback

    Sasho Mihajlov authored and Sasho Mihajlov committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    58fe83c View commit details
    Browse the repository at this point in the history
  3. fix: start interval after the initial loading of the data

    Sasho Mihajlov authored and Sasho Mihajlov committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6033cb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    297f555 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix: merge bruno's branch and fetch interval fix

    Sasho Mihajlov authored and Sasho Mihajlov committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bf85d9c View commit details
    Browse the repository at this point in the history
  2. refactor: initially loaded condition - equals false

    Sasho Mihajlov authored and Sasho Mihajlov committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    52c3b71 View commit details
    Browse the repository at this point in the history