aboutsummaryrefslogtreecommitdiffstats
path: root/src/services
Commit message (Expand)AuthorAgeFilesLines
* refactor(pages): refine Topic pagesArmand Philippot2023-12-011-1/+2
* refactor(pages): refine Thematic pagesArmand Philippot2023-12-016-35/+56
* refactor(pages): refine Article pagesArmand Philippot2023-12-012-18/+13
* refactor(pages): improve HomepageArmand Philippot2023-11-294-4/+4
* fix(pages,services): make thematics & topics pages usable againArmand Philippot2023-11-2910-13/+698
* fix(services,types): make queries and types coherent for TopicArmand Philippot2023-11-288-5/+109
* fix(services,types): make coherent Thematic type and queryArmand Philippot2023-11-288-4/+113
* test(services): add tests for comments list fetcherArmand Philippot2023-11-282-1/+27
* test(services): add tests for posts fetchersArmand Philippot2023-11-2812-12/+159
* refactor(services): avoid nested fetchersArmand Philippot2023-11-283-12/+11
* refactor(services, types): reorganize GraphQL fetchers and data typesArmand Philippot2023-11-2751-1350/+1866
* fix: generate an id for each headings in the page main contentsArmand Philippot2023-11-183-52/+59
* refactor(hooks): remove useSettings hookArmand Philippot2023-11-151-10/+9
* refactor(hooks): rewrite useLocalStorage hookArmand Philippot2023-11-113-26/+119
* refactor: use named export for everything except pagesArmand Philippot2023-09-207-40/+61
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-196-29/+32
* fix(comments): load all comments on a postArmand Philippot2022-08-212-53/+128
* refactor(types): move and rename GraphQL typesArmand Philippot2022-08-207-363/+113
* fix: ensure all topics/thematics have the base urlArmand Philippot2022-05-233-4/+4
* refactor: reduce the number of data transformationArmand Philippot2022-05-236-29/+1
* chore: handle blog pagination when JS is disabledArmand Philippot2022-05-203-1/+48
* chore: handle settings changeArmand Philippot2022-05-181-3/+3
* chore: adjust and complete missing stylesArmand Philippot2022-05-162-0/+22
* chore: add Article pagesArmand Philippot2022-05-153-1/+183
* chore: add Search pageArmand Philippot2022-05-154-9/+17
* chore: add Topic pagesArmand Philippot2022-05-132-6/+136
* chore: add Thematic pageArmand Philippot2022-05-132-2/+138
* chore: add blog page widgetsArmand Philippot2022-05-135-1/+107
* chore: handle blog paginationArmand Philippot2022-05-131-21/+45
* chore: add a Contact pageArmand Philippot2022-05-073-5/+72
* chore: add homepageArmand Philippot2022-05-031-3/+49
* chore: fetch posts for rss feedArmand Philippot2022-05-022-0/+105
* refactor: rewrite API fetching method and GraphQL queriesArmand Philippot2022-05-025-0/+650
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-293-642/+0
* refactor: update graphql queries (#14)Armand Philippot2022-03-091-28/+24
* feat: provide pagination for users with js disabled (#13)Armand Philippot2022-03-091-1/+28
* chore: use a different configuration depending on app envArmand Philippot2022-03-041-1/+2
* refactor: remove unused graphql fieldsArmand Philippot2022-02-141-45/+1
* fix: update comments list when a new comment is sendArmand Philippot2022-02-141-19/+41
* chore: improve RSS feed generation timeArmand Philippot2022-02-131-1/+16
* chore: add reading time in posts metaArmand Philippot2022-01-251-0/+24
* chore: display total found posts in page metaArmand Philippot2022-01-251-0/+1
* refactor(project): replace repo api call method with hook and swrArmand Philippot2022-01-241-15/+0
* refactor: rename all subject occurrences into topicArmand Philippot2022-01-231-32/+32
* chore: add a project summary componentArmand Philippot2022-01-201-0/+15
* chore: add a service to handle local storageArmand Philippot2022-01-171-0/+26
* fix(widget): remove items limit for ThematicsList and TopicsListArmand Philippot2022-01-111-2/+7
* chore: add a widget to list all blog topicsArmand Philippot2022-01-071-0/+19
* chore: add a widget to list all blog thematicsArmand Philippot2022-01-071-0/+19
* refactor: avoid useless assignement before return statementArmand Philippot2022-01-042-17/+7