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
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor(stories): migrate stories to CSF3 format
Armand Philippot
2023-12-15
39
-1477
/
+838
*
refactor(pages): rewrite helpers to output schema in json-ld format
Armand Philippot
2023-12-14
2
-2
/
+4
*
refactor(hooks): rewrite useBreadcrumbs hook
Armand Philippot
2023-12-12
3
-15
/
+15
*
refactor(pages): refine Project pages
Armand Philippot
2023-12-08
3
-106
/
+55
*
refactor(pages): refine Topic pages
Armand Philippot
2023-12-01
1
-1
/
+13
*
refactor(pages): refine Article pages
Armand Philippot
2023-12-01
2
-3
/
+6
*
refactor(components): split Layout component in smaller components
Armand Philippot
2023-11-22
2
-59
/
+66
*
refactor(components): replace items prop in Navbar component
Armand Philippot
2023-11-21
10
-207
/
+167
*
refactor(components): extract MetaItem from MetaList
Armand Philippot
2023-11-20
3
-161
/
+125
*
fix: generate an id for each headings in the page main contents
Armand Philippot
2023-11-18
1
-1
/
+1
*
feat(components): add an option to CommentsList to forbid replies
Armand Philippot
2023-11-16
3
-4
/
+56
*
refactor(components, hooks): rewrite ToC and useHeadingsTree
Armand Philippot
2023-11-14
9
-125
/
+137
*
refactor(components): replace LinksListWidget with LinksWidget
Armand Philippot
2023-11-14
11
-311
/
+314
*
refactor(components): replace Sharing with SharingWidget component
Armand Philippot
2023-11-14
8
-309
/
+336
*
refactor(components): replace SocialMedia with SocialMediaWidget
Armand Philippot
2023-11-13
8
-98
/
+77
*
refactor(components): rewrite ImageWidget component
Armand Philippot
2023-11-13
9
-335
/
+253
*
refactor(components): rewrite PostsList component
Armand Philippot
2023-11-13
15
-609
/
+396
*
refactor(components): replace Overview with ProjectOverview component
Armand Philippot
2023-11-11
11
-193
/
+440
*
refactor(components): rewrite CommentsList component
Armand Philippot
2023-11-11
11
-318
/
+590
*
refactor(components): split Comment component into 3 components
Armand Philippot
2023-11-11
25
-427
/
+707
*
refactor(components): replace Summary component with PostPreview
Armand Philippot
2023-11-11
16
-451
/
+795
*
refactor(components): rewrite CommentForm component
Armand Philippot
2023-11-11
11
-372
/
+332
*
refactor(components): rewrite ContactForm component
Armand Philippot
2023-11-11
4
-254
/
+308
*
refactor(components): rewrite SearchForm component
Armand Philippot
2023-11-11
11
-222
/
+220
*
refactor(components): replace Toolbar with Navbar component
Armand Philippot
2023-11-11
39
-1259
/
+763
*
refactor(hooks): replace useInputAutofocus with useAutofocus hook
Armand Philippot
2023-11-11
1
-7
/
+4
*
refactor(components): rewrite Modal component
Armand Philippot
2023-11-11
7
-15
/
+32
*
refactor(components): extract SettingsForm component form SettingsModal
Armand Philippot
2023-11-11
35
-456
/
+588
*
feat(hooks): add useBoolean and useToggle hooks
Armand Philippot
2023-11-11
8
-80
/
+69
*
refactor(providers,hooks): rewrite PrismThemeProvider & usePrismTheme
Armand Philippot
2023-11-11
1
-22
/
+5
*
feat: replace next-themes with a custom ThemeProvider
Armand Philippot
2023-11-11
1
-11
/
+4
*
refactor(hooks,provider): move reduce motion setter
Armand Philippot
2023-11-11
13
-165
/
+31
*
refactor(hooks,providers): rewrite useAckee hook and AckeeProvider
Armand Philippot
2023-11-11
13
-161
/
+45
*
refactor(hooks): rewrite useLocalStorage hook
Armand Philippot
2023-11-11
2
-5
/
+13
*
refactor(components): remove SiteHeader and SiteFooter components
Armand Philippot
2023-11-11
9
-554
/
+0
*
refactor(components): extract MainNav component from toolbar
Armand Philippot
2023-11-11
11
-81
/
+253
*
refactor(components): rewrite Breadcrumbs component
Armand Philippot
2023-11-11
6
-0
/
+152
*
refactor(components): rewrite Pagination component
Armand Philippot
2023-11-11
9
-9
/
+610
*
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
4
-32
/
+48
*
feat(components): add a generic Grid component
Armand Philippot
2023-11-11
11
-433
/
+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
10
-63
/
+77
*
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
4
-13
/
+37
*
refactor(components): merge HeadingButton and Widget components
Armand Philippot
2023-11-11
13
-192
/
+136
*
refactor(components): make form components compliant with Eslint rules
Armand Philippot
2023-11-11
18
-43
/
+57
[next]