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

Data fetching on client-side directly from GitHub API #325

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Feb 15, 2023

  1. feat: decouple api functions to a new module for client-side fetching

    Signed-off-by: Alexandre Nicastro <[email protected]>
    AlexxNica committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    b543041 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. feat: get roadmaps directly from new roadmap module and remove call…

    …s to custom APIs
    
    Signed-off-by: Alexandre Nicastro <[email protected]>
    AlexxNica committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    89c14e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. chore: sync some files with upstream

    Signed-off-by: Alexandre Nicastro <[email protected]>
    AlexxNica committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    52ec225 View commit details
    Browse the repository at this point in the history
  2. chore: sync package.json with upstream

    Signed-off-by: Alexandre Nicastro <[email protected]>
    AlexxNica committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    542a35e View commit details
    Browse the repository at this point in the history
  3. chore: ignore type errors

    Signed-off-by: Alexandre Nicastro <[email protected]>
    AlexxNica committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1a83e4d View commit details
    Browse the repository at this point in the history
  4. perf(pages): add preconnect and dns-prefetch for github domains

    Signed-off-by: Alexandre Nicastro <[email protected]>
    AlexxNica committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    791ee02 View commit details
    Browse the repository at this point in the history
  5. perf(pages): remove not used domain from preconnect & dns-prefetch

    Signed-off-by: Alexandre Nicastro <[email protected]>
    AlexxNica committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    76244b8 View commit details
    Browse the repository at this point in the history