index
:
www.armandphilippot.com
main
The frontend of my personal website.
Armand Philippot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
components
/
organisms
/
layout
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor(components): rewrite PostsList component
Armand Philippot
2023-11-13
9
-761
/
+0
*
refactor(components): replace Overview with ProjectOverview component
Armand Philippot
2023-11-11
5
-193
/
+0
*
refactor(components): rewrite CommentsList component
Armand Philippot
2023-11-11
6
-321
/
+0
*
refactor(components): split Comment component into 3 components
Armand Philippot
2023-11-11
10
-478
/
+80
*
refactor(components): replace Summary component with PostPreview
Armand Philippot
2023-11-11
8
-545
/
+39
*
refactor(components): rewrite CommentForm component
Armand Philippot
2023-11-11
7
-60
/
+28
*
refactor(components): rewrite SearchForm component
Armand Philippot
2023-11-11
7
-105
/
+87
*
feat(hooks): add useBoolean and useToggle hooks
Armand Philippot
2023-11-11
1
-9
/
+4
*
refactor(components): remove SiteHeader and SiteFooter components
Armand Philippot
2023-11-11
9
-554
/
+0
*
refactor(components): rewrite Pagination component
Armand Philippot
2023-11-11
2
-9
/
+83
*
feat(components): add a Colophon component
Armand Philippot
2023-11-11
3
-39
/
+10
*
refactor(components): rewrite Copyright component
Armand Philippot
2023-11-11
3
-13
/
+19
*
refactor(components): rewrite NavList component
Armand Philippot
2023-11-11
2
-12
/
+16
*
feat(components): add a generic Grid component
Armand Philippot
2023-11-11
5
-246
/
+0
*
refactor(components): rewrite Card component
Armand Philippot
2023-11-11
8
-469
/
+264
*
feat(components): add a Time component
Armand Philippot
2023-11-11
4
-45
/
+7
*
refactor(components): replace Meta component with MetaList
Armand Philippot
2023-11-11
9
-126
/
+252
*
refactor(components): replace ResponsiveImage with Figure component
Armand Philippot
2023-11-11
5
-24
/
+24
*
refactor(components): rewrite Branding component
Armand Philippot
2023-11-11
2
-21
/
+16
*
feat(components): add a generic Flip component
Armand Philippot
2023-11-11
2
-5
/
+31
*
refactor(components): rewrite BackToTop component
Armand Philippot
2023-11-11
1
-1
/
+11
*
refactor(components): rewrite Link component
Armand Philippot
2023-11-11
3
-5
/
+127
*
refactor(components): remove Column and NoScript from atoms
Armand Philippot
2023-11-11
3
-2
/
+4
*
refactor(components): rewrite DescriptionList component
Armand Philippot
2023-11-11
8
-62
/
+57
*
refactor(components): rewrite List component
Armand Philippot
2023-11-11
9
-97
/
+78
*
refactor(components): rewrite ProgressBar component
Armand Philippot
2023-11-11
2
-5
/
+16
*
refactor(components): rewrite Spinner component
Armand Philippot
2023-10-24
1
-2
/
+8
*
feat(components): replace icons with a generic Icon component
Armand Philippot
2023-10-24
2
-6
/
+7
*
feat(components): add Article, Aside, Footer, Header, Main & Nav
Armand Philippot
2023-10-24
10
-82
/
+87
*
refactor(components): rewrite Button and ButtonLink components
Armand Philippot
2023-10-24
3
-84
/
+82
*
build: convert project to esm
Armand Philippot
2023-10-24
9
-0
/
+9
*
refactor(components): rewrite form components
Armand Philippot
2023-10-24
1
-1
/
+1
*
refactor: use named export for everything except pages
Armand Philippot
2023-09-20
29
-116
/
+117
*
refactor(build): replace paths aliases with relative paths
Armand Philippot
2023-09-19
28
-76
/
+69
*
chore: make Links and Images compliant with Next.js 13
Armand Philippot
2023-01-23
5
-22
/
+20
*
fix(comments): load all comments on a post
Armand Philippot
2022-08-21
3
-10
/
+10
*
chore: add a label to progress bar
Armand Philippot
2022-06-07
1
-2
/
+4
*
chore(cards): use post title as link label
Armand Philippot
2022-06-07
1
-1
/
+2
*
chore: add aria hidden attribute to SVG icons
Armand Philippot
2022-06-07
1
-1
/
+5
*
test: install and configure cypress
Armand Philippot
2022-06-02
9
-9
/
+9
*
chore: replace Checkbox component with a BooleanField component
Armand Philippot
2022-05-31
1
-1
/
+1
*
chore: add a search form when posts list prints no results
Armand Philippot
2022-05-24
7
-48
/
+149
*
test: fix theme toggle and comment tests
Armand Philippot
2022-05-24
2
-26
/
+3
*
chore: adjust cards list spacing
Armand Philippot
2022-05-23
1
-0
/
+7
*
fix: ensure all topics/thematics have the base url
Armand Philippot
2022-05-23
3
-8
/
+8
*
refactor: reduce the number of data transformation
Armand Philippot
2022-05-23
17
-471
/
+374
*
fix: render all images unoptimized in Storybook
Armand Philippot
2022-05-22
9
-37
/
+0
*
chore: complete Storybook stories
Armand Philippot
2022-05-21
4
-1
/
+58
*
chore: update some styles
Armand Philippot
2022-05-21
3
-4
/
+10
*
chore: update images styles
Armand Philippot
2022-05-20
2
-8
/
+8
[next]