aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * chore: add Search pageArmand Philippot2022-05-1524-85/+436
| |
| * chore: add Topic pagesArmand Philippot2022-05-133-6/+380
| |
| * chore: add Thematic pageArmand Philippot2022-05-138-22/+460
| |
| * chore: add blog page widgetsArmand Philippot2022-05-136-10/+188
| |
| * chore: handle blog paginationArmand Philippot2022-05-1310-69/+415
| |
| * chore: add the Blog index pageArmand Philippot2022-05-1312-211/+489
| |
| * chore: add Project single pagesArmand Philippot2022-05-1314-109/+425
| |
| * refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-0944-607/+1182
| | | | | | | | | | | | 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-0712-16/+305
| |
| * chore: add a Projects pageArmand Philippot2022-05-055-14/+253
| |
| * chore: add a CV pageArmand Philippot2022-05-0312-36/+375
| |
| * chore: add a LegalNotice pageArmand Philippot2022-05-0313-33/+209
| |
| * chore: add homepageArmand Philippot2022-05-0319-93/+745
| |
| * chore: fetch posts for rss feedArmand Philippot2022-05-029-19/+450
| |
| * refactor: rewrite API fetching method and GraphQL queriesArmand Philippot2022-05-027-23/+651
| |
| * 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-29192-13156/+9
| | | | | | | | | | 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-2520-25/+1019
| |
| * chore: add a SectionedLayout componentArmand Philippot2022-04-223-0/+145
| |
| * chore: add a Layout componentArmand Philippot2022-04-2210-23/+267
| | | | | | | | It defines the different components used by all other layouts.
| * chore: add a TableOfContents componentArmand Philippot2022-04-224-0/+259
| |
| * 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-2088-442/+1921
| | | | | | | | | | Add more stories for each components and change some components categories for better organization.
| * chore: add a Code componentArmand Philippot2022-04-195-0/+657
| |
| * chore: add a Gallery componentArmand Philippot2022-04-194-0/+174
| |
| * build(deps): bump react-intl to v5.25.0Armand Philippot2022-04-192-27/+18
| | | | | | | | It fixes the types issue in Storybook.
| * refactor: support React 18Armand Philippot2022-04-1681-289/+353
| | | | | | | | | | | | | | | | 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: merge branch 'main' into refactor/use-storybook-and-atomic-designArmand Philippot2022-04-162-420/+661
| |\ | |/ |/|
* | build(deps): bump dependencies (next, react, mdx...)Armand Philippot2022-04-162-610/+630
| |
| * chore: add an ImageWidget componentArmand Philippot2022-04-154-0/+285
| |
| * chore: add an Overview componentArmand Philippot2022-04-155-0/+128
| |
| * build(deps): bump Storybook to v6.4.22Armand Philippot2022-04-152-312/+421
| |
| * 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
| |