aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* chore: use persistent layoutArmand Philippot2022-05-178-77/+105
| | | | | It prevents to rerender the common components between pages (header, footer...).
* chore: make some widgets scrollable (like ToC)Armand Philippot2022-05-173-1/+28
|
* chore: adjust articles stylesArmand Philippot2022-05-1710-111/+194
| | | | | * change animation on article card hover * change comments section alignment
* chore: listen scroll to hide/show back to top buttonArmand Philippot2022-05-175-15/+64
|
* chore: adjust and complete missing stylesArmand Philippot2022-05-1613-68/+105
| | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-169-48/+149
|
* chore: improve accessibilityArmand Philippot2022-05-158-12/+99
|
* chore: add Article pagesArmand Philippot2022-05-1512-63/+200
|
* chore: add Search pageArmand Philippot2022-05-1516-72/+69
|
* chore: add Thematic pageArmand Philippot2022-05-133-3/+17
|
* chore: handle blog paginationArmand Philippot2022-05-136-27/+152
|
* chore: add the Blog index pageArmand Philippot2022-05-139-174/+259
|
* chore: add Project single pagesArmand Philippot2022-05-135-28/+39
|
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-0938-543/+1154
| | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels.
* chore: add a Contact pageArmand Philippot2022-05-075-10/+41
|
* chore: add a CV pageArmand Philippot2022-05-0310-36/+174
|
* chore: add a LegalNotice pageArmand Philippot2022-05-037-13/+27
|
* chore: add homepageArmand Philippot2022-05-0314-41/+183
|
* chore: add a Columns componentArmand Philippot2022-04-294-0/+235
|
* chore: add a Column componentArmand Philippot2022-04-293-0/+57
|
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-29152-8745/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* chore: add a Feed icon componentArmand Philippot2022-04-264-0/+123
|
* chore: add a PageLayout componentArmand Philippot2022-04-2516-22/+949
|
* chore: add a SectionedLayout componentArmand Philippot2022-04-223-0/+145
|
* chore: add a Layout componentArmand Philippot2022-04-226-1/+259
| | | | It defines the different components used by all other layouts.
* chore: add a TableOfContents componentArmand Philippot2022-04-223-0/+106
|
* chore: add a Header componentArmand Philippot2022-04-225-2/+245
|
* chore: add a CommentsList componentArmand Philippot2022-04-227-7/+291
|
* chore: add a Comment componentArmand Philippot2022-04-214-0/+443
|
* chore: add a PostsList componentArmand Philippot2022-04-214-0/+431
|
* chore: add a Pagination componentArmand Philippot2022-04-214-0/+472
|
* chore: add a PageHeader componentArmand Philippot2022-04-214-0/+233
|
* chore: add a PageFooter componentArmand Philippot2022-04-213-0/+87
|
* chore: add a Sidebar componentArmand Philippot2022-04-204-0/+97
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-2087-441/+1908
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a Code componentArmand Philippot2022-04-194-0/+542
|
* chore: add a Gallery componentArmand Philippot2022-04-194-0/+174
|
* refactor: support React 18Armand Philippot2022-04-1680-289/+352
| | | | | | | | I replaced the deprecated VFC type with FC type and made all children explicits. Formatjs is still not compatible with React 18 so I need to skip type checking when comitting. There are some type errors because of IntlProvider in Storybook stories.
* chore: add an ImageWidget componentArmand Philippot2022-04-154-0/+285
|
* chore: add an Overview componentArmand Philippot2022-04-155-0/+128
|
* chore: add a SocialMedia componentArmand Philippot2022-04-154-0/+140
|
* chore: add a SharingWidget componentArmand Philippot2022-04-154-0/+309
|
* chore: add a LinksListWidget componentArmand Philippot2022-04-155-3/+284
|
* chore: add a Widget componentArmand Philippot2022-04-156-10/+209
|
* chore: add a ContactForm componentArmand Philippot2022-04-155-0/+268
|
* chore: add a CommentForm componentArmand Philippot2022-04-158-8/+304
|
* chore: add a Notice componentArmand Philippot2022-04-154-0/+104
|
* chore: add a Toolbar componentArmand Philippot2022-04-147-63/+243
|
* chore: add a Search componentArmand Philippot2022-04-144-0/+151
|
* chore: add a SearchModal componentArmand Philippot2022-04-144-0/+70
|