From d375e5c9f162cbd84a6e6462977db56519d09f75 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 7 Dec 2023 18:48:53 +0100 Subject: refactor(pages): refine Project pages * refactor ProjectOverview component to let consumers handle the value * extract project overview depending on Github to avoid fetching Github API if the project is not on Github * wrap dynamic import in a useMemo hook to avoid infinite rerender * fix table of contents by adding a useMutationObserver hook to refresh headings tree (without it useHeadingsTree is not retriggered once the dynamic import is done) * add Cypress tests --- src/utils/constants.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils/constants.ts') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index f9d6216..9733b15 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1,7 +1,5 @@ export const GITHUB_API = 'https://api.github.com/graphql'; -export const GITHUB_PSEUDO = 'ArmandPhilippot'; - export const PERSONAL_LINKS = { GITHUB: 'https://github.com/ArmandPhilippot', GITLAB: 'https://gitlab.com/ArmandPhilippot', -- cgit v1.2.3