| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(types): move and rename GraphQL types | Armand Philippot | 2022-08-20 | 1 | -269/+43 |
| | | | | | | | | The api file in services was not really readable. So I move the types and I also rewrite a little the fetch function. I also rename most of the type to avoid conflict with preexisting types (like Node) and to keep consistency. | ||||
| * | chore: handle blog pagination when JS is disabled | Armand Philippot | 2022-05-20 | 1 | -0/+9 |
| | | |||||
| * | chore: add Article pages | Armand Philippot | 2022-05-15 | 1 | -1/+51 |
| | | |||||
| * | chore: add Search page | Armand Philippot | 2022-05-15 | 1 | -4/+11 |
| | | |||||
| * | chore: add blog page widgets | Armand Philippot | 2022-05-13 | 1 | -1/+9 |
| | | |||||
| * | chore: add a Contact page | Armand Philippot | 2022-05-07 | 1 | -5/+21 |
| | | |||||
| * | refactor: rewrite API fetching method and GraphQL queries | Armand Philippot | 2022-05-02 | 1 | -0/+222 |
| | | |||||
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 1 | -25/+0 |
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | chore: use a different configuration depending on app env | Armand Philippot | 2022-03-04 | 1 | -1/+2 |
| | | | | | | | It will be useful with Docker. Instead of cloning the project with a different configuration, I can manage two different configuration thanks to dotenv and some checking inside the app. | ||||
| * | refactor: avoid useless assignement before return statement | Armand Philippot | 2022-01-04 | 1 | -5/+2 |
| | | |||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 1 | -0/+27 |
| I was repeating myself a lot in services. So I rewrited the different functions to improve readability and I extracted some formatting functions to put them in utils. I also rewrited/reorganized some types to keep consistent names. | |||||
