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
/
templates
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(styles): increase CSS specifity for some selectors
Armand Philippot
2023-12-20
1
-5
/
+7
*
fix(layout): refine pagination when JS is disabled
Armand Philippot
2023-12-19
1
-0
/
+11
*
chore(layout): improve noscript banner styles
Armand Philippot
2023-12-18
1
-1
/
+9
*
fix(branding): do not reanimate branding on route change
Armand Philippot
2023-12-16
1
-1
/
+10
*
fix(layout): reset focus on route change
Armand Philippot
2023-12-16
1
-2
/
+16
*
refactor(stories): migrate stories to CSF3 format
Armand Philippot
2023-12-15
9
-676
/
+515
*
refactor(pages): rewrite helpers to output schema in json-ld format
Armand Philippot
2023-12-14
4
-51
/
+13
*
refactor(hooks): rewrite useBreadcrumbs hook
Armand Philippot
2023-12-12
2
-4
/
+4
*
refactor(pages): refine 404 page
Armand Philippot
2023-12-09
1
-3
/
+6
*
refactor(pages): refine Article pages
Armand Philippot
2023-12-01
8
-5
/
+149
*
fix(pages,services): make thematics & topics pages usable again
Armand Philippot
2023-11-29
1
-1
/
+1
*
refactor(services, types): reorganize GraphQL fetchers and data types
Armand Philippot
2023-11-27
1
-4
/
+6
*
refactor(components): integrate sectioned page template into Page
Armand Philippot
2023-11-23
14
-207
/
+224
*
refactor(components): split Layout component in smaller components
Armand Philippot
2023-11-22
16
-506
/
+733
*
refactor(components): replace items prop in Navbar component
Armand Philippot
2023-11-21
1
-76
/
+49
*
refactor(components): replace PageLayout template with Page
Armand Philippot
2023-11-20
25
-1059
/
+1856
*
refactor(components): extract MetaItem from MetaList
Armand Philippot
2023-11-20
2
-43
/
+46
*
fix: generate an id for each headings in the page main contents
Armand Philippot
2023-11-18
1
-11
/
+8
*
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
1
-6
/
+9
*
refactor(components, hooks): rewrite ToC and useHeadingsTree
Armand Philippot
2023-11-14
1
-3
/
+13
*
refactor(components): replace LinksListWidget with LinksWidget
Armand Philippot
2023-11-14
1
-9
/
+6
*
refactor(components): replace Sharing with SharingWidget component
Armand Philippot
2023-11-14
1
-3
/
+5
*
refactor(components): rewrite PostsList component
Armand Philippot
2023-11-13
1
-2
/
+28
*
refactor(components): rewrite CommentsList component
Armand Philippot
2023-11-11
3
-16
/
+113
*
refactor(components): rewrite CommentForm component
Armand Philippot
2023-11-11
3
-76
/
+50
*
refactor(components): rewrite SearchForm component
Armand Philippot
2023-11-11
2
-9
/
+25
*
refactor(components): replace Toolbar with Navbar component
Armand Philippot
2023-11-11
2
-30
/
+127
*
refactor(hooks,provider): move reduce motion setter
Armand Philippot
2023-11-11
1
-2
/
+0
*
refactor(hooks,providers): rewrite useAckee hook and AckeeProvider
Armand Philippot
2023-11-11
1
-2
/
+0
*
refactor(components): remove SiteHeader and SiteFooter components
Armand Philippot
2023-11-11
2
-65
/
+151
*
refactor(components): rewrite Breadcrumbs component
Armand Philippot
2023-11-11
2
-8
/
+11
*
refactor(components): rewrite Copyright component
Armand Philippot
2023-11-11
1
-5
/
+3
*
refactor(components): replace Meta component with MetaList
Armand Philippot
2023-11-11
2
-24
/
+31
*
refactor(components): rewrite Branding component
Armand Philippot
2023-11-11
2
-16
/
+119
*
feat(components): add a generic Flip component
Armand Philippot
2023-11-11
1
-3
/
+28
*
refactor(components): merge HeadingButton and Widget components
Armand Philippot
2023-11-11
2
-17
/
+14
*
refactor(components): rewrite BackToTop component
Armand Philippot
2023-11-11
1
-1
/
+1
*
refactor(components): rewrite Notice component
Armand Philippot
2023-11-11
1
-10
/
+6
*
refactor(components): remove Column and NoScript from atoms
Armand Philippot
2023-11-11
2
-3
/
+17
*
feat(components): replace icons with a generic Icon component
Armand Philippot
2023-10-24
1
-17
/
+12
*
feat(components): add Article, Aside, Footer, Header, Main & Nav
Armand Philippot
2023-10-24
1
-9
/
+9
*
refactor(components): rewrite Heading component
Armand Philippot
2023-10-24
2
-74
/
+115
*
refactor(components): rewrite Section component
Armand Philippot
2023-10-24
4
-64
/
+76
*
refactor(components): rewrite Button and ButtonLink components
Armand Philippot
2023-10-24
2
-12
/
+10
*
refactor(routes): replace hardcoded routes with constants
Armand Philippot
2023-10-24
1
-23
/
+37
*
build: convert project to esm
Armand Philippot
2023-10-24
3
-1
/
+4
*
refactor(components): rewrite form components
Armand Philippot
2023-10-24
1
-7
/
+7
*
refactor: use named export for everything except pages
Armand Philippot
2023-09-20
13
-77
/
+75
[next]