aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
* chore: add a button-like component for linksArmand Philippot2021-12-293-1/+86
* chore: add a theme toggleArmand Philippot2021-12-2715-9/+306
* chore: display comments as a treeArmand Philippot2021-12-272-7/+19
* chore: add a skip to content linkArmand Philippot2021-12-222-1/+3
* chore: replace svg imports with componentsArmand Philippot2021-12-2218-28/+498
* fix: use state to define hostname in sharing componentArmand Philippot2021-12-211-2/+3
* chore: add a sharing componentArmand Philippot2021-12-212-0/+296
* chore: add a table of contentsArmand Philippot2021-12-211-0/+31
* chore: add a breadcrumb componentArmand Philippot2021-12-213-1/+87
* chore: move toolbar size to global scopeArmand Philippot2021-12-204-5/+7
* chore: create search viewArmand Philippot2021-12-202-1/+5
* chore: add missing changes in mainNav componentArmand Philippot2021-12-201-8/+12
* chore: define search form visibilityArmand Philippot2021-12-206-23/+133
* chore: add a button to open/close search in toolbarArmand Philippot2021-12-204-2/+115
* chore: add a toolbar componentArmand Philippot2021-12-205-11/+71
* refactor: rewrite types and servicesArmand Philippot2021-12-203-18/+20
* chore: create mutation to add a new comment on postsArmand Philippot2021-12-173-2/+99
* chore: create mutation to send mail from contact formArmand Philippot2021-12-171-7/+9
* chore: add a comment form to postsArmand Philippot2021-12-172-1/+59
* chore: add meta to single postsArmand Philippot2021-12-174-0/+119
* chore: display comments list on postsArmand Philippot2021-12-174-0/+204
* chore: create thematic page viewArmand Philippot2021-12-161-2/+2
* refactor: move SWR to blog pageArmand Philippot2021-12-161-45/+30
* chore: display year between blog postsArmand Philippot2021-12-164-20/+31
* chore: display featuredImage and meta on posts listArmand Philippot2021-12-165-31/+225
* chore: create post meta view for posts listsArmand Philippot2021-12-161-0/+79
* chore: define secondary button stylesArmand Philippot2021-12-164-5/+85
* chore: create contact pageArmand Philippot2021-12-169-0/+197
* fix: change branding title tag on homepageArmand Philippot2021-12-153-19/+19
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-151-25/+77
* chore: retrieve posts list on blog pageArmand Philippot2021-12-152-0/+41
* chore: define main grid to center contentArmand Philippot2021-12-142-1/+21
* chore: add footer navArmand Philippot2021-12-134-1/+54
* chore: add main-nav componentArmand Philippot2021-12-137-2/+314
* chore: load i18n translations using lingui providerArmand Philippot2021-12-131-1/+8
* chore: change app to use a layoutArmand Philippot2021-12-134-0/+45
* chore: add Copyright componentArmand Philippot2021-12-132-0/+32
* chore: add Branding componentArmand Philippot2021-12-132-0/+87