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
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor(components): replace items prop in Navbar component
Armand Philippot
2023-11-21
11
-283
/
+216
*
refactor(components): replace PageLayout template with Page
Armand Philippot
2023-11-20
35
-1450
/
+1858
*
refactor(components): extract MetaItem from MetaList
Armand Philippot
2023-11-20
16
-508
/
+423
*
fix: generate an id for each headings in the page main contents
Armand Philippot
2023-11-18
3
-13
/
+10
*
build(components, hooks): fix type errors introduced by deps upgrade
Armand Philippot
2023-11-16
1
-2
/
+4
*
feat(components): add an option to CommentsList to forbid replies
Armand Philippot
2023-11-16
3
-4
/
+56
*
refactor(hooks): replace useRouteChange with useOnRouteChange hook
Armand Philippot
2023-11-15
1
-3
/
+3
*
refactor(hooks): rewrite useScrollPosition hook
Armand Philippot
2023-11-15
1
-14
/
+10
*
refactor(hooks): remove useSettings hook
Armand Philippot
2023-11-15
3
-11
/
+14
*
refactor(components, hooks): rewrite ToC and useHeadingsTree
Armand Philippot
2023-11-14
10
-128
/
+150
*
refactor(components): replace LinksListWidget with LinksWidget
Armand Philippot
2023-11-14
12
-320
/
+320
*
refactor(components): replace Sharing with SharingWidget component
Armand Philippot
2023-11-14
9
-312
/
+341
*
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
16
-611
/
+424
*
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
14
-334
/
+703
*
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
17
-454
/
+804
*
refactor(components): rewrite CommentForm component
Armand Philippot
2023-11-11
14
-448
/
+382
*
refactor(components): rewrite ContactForm component
Armand Philippot
2023-11-11
4
-254
/
+308
*
refactor(components): rewrite SearchForm component
Armand Philippot
2023-11-11
13
-231
/
+245
*
refactor(components): replace Toolbar with Navbar component
Armand Philippot
2023-11-11
50
-1516
/
+959
*
refactor(hooks): replace useInputAutofocus with useAutofocus hook
Armand Philippot
2023-11-11
1
-7
/
+4
*
refactor(hooks): rewrite useOnClickOutside hook
Armand Philippot
2023-11-11
1
-4
/
+6
*
feat(components): add an Overlay component
Armand Philippot
2023-11-11
6
-0
/
+151
*
refactor(components): rewrite Modal component
Armand Philippot
2023-11-11
25
-262
/
+565
*
refactor(components): extract SettingsForm component form SettingsModal
Armand Philippot
2023-11-11
36
-476
/
+607
*
feat(hooks): add useBoolean and useToggle hooks
Armand Philippot
2023-11-11
9
-84
/
+72
*
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
15
-170
/
+32
*
refactor(hooks,providers): rewrite useAckee hook and AckeeProvider
Armand Philippot
2023-11-11
14
-163
/
+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
11
-619
/
+151
*
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
13
-246
/
+163
*
refactor(components): rewrite Pagination component
Armand Philippot
2023-11-11
15
-467
/
+627
*
feat(components): add a Colophon component
Armand Philippot
2023-11-11
9
-39
/
+211
*
refactor(components): rewrite Copyright component
Armand Philippot
2023-11-11
16
-201
/
+175
*
refactor(components): rewrite NavList component
Armand Philippot
2023-11-11
19
-276
/
+262
*
refactor(components): rewrite NavLink component
Armand Philippot
2023-11-11
6
-73
/
+190
*
feat(components): add a generic Grid component
Armand Philippot
2023-11-11
23
-688
/
+373
*
refactor(components): rewrite Card component
Armand Philippot
2023-11-11
31
-926
/
+1679
*
refactor(components): rewrite Code component and usePrism hook
Armand Philippot
2023-11-11
11
-508
/
+397
*
feat(components): add a Time component
Armand Philippot
2023-11-11
10
-68
/
+232
*
refactor(components): replace Meta component with MetaList
Armand Philippot
2023-11-11
36
-690
/
+1019
*
refactor(components): replace ResponsiveImage with Figure component
Armand Philippot
2023-11-11
24
-476
/
+295
*
refactor(components): rewrite Branding component
Armand Philippot
2023-11-11
15
-458
/
+443
*
refactor(components): extract FlippingLogo from Branding component
Armand Philippot
2023-11-11
8
-33
/
+143
[next]