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
/
pages
/
blog
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor(components): replace PageLayout template with Page
Armand Philippot
2023-11-20
2
-124
/
+83
*
refactor(components): extract MetaItem from MetaList
Armand Philippot
2023-11-20
2
-48
/
+46
*
fix: generate an id for each headings in the page main contents
Armand Philippot
2023-11-18
1
-3
/
+11
*
refactor(hooks): remove useSettings hook
Armand Philippot
2023-11-15
2
-31
/
+20
*
refactor(components): replace LinksListWidget with LinksWidget
Armand Philippot
2023-11-14
2
-12
/
+12
*
refactor(components): rewrite PostsList component
Armand Philippot
2023-11-13
2
-19
/
+153
*
refactor(hooks): rewrite usePagination hook
Armand Philippot
2023-11-13
1
-9
/
+5
*
refactor(components): rewrite SearchForm component
Armand Philippot
2023-11-11
2
-2
/
+0
*
refactor(components): replace Meta component with MetaList
Armand Philippot
2023-11-11
2
-2
/
+48
*
refactor(components): merge HeadingButton and Widget components
Armand Philippot
2023-11-11
2
-16
/
+30
*
refactor(components): rewrite Notice component
Armand Philippot
2023-11-11
1
-2
/
+3
*
refactor(routes): replace hardcoded routes with constants
Armand Philippot
2023-10-24
2
-50
/
+72
*
refactor: use named export for everything except pages
Armand Philippot
2023-09-20
2
-43
/
+38
*
refactor(build): replace paths aliases with relative paths
Armand Philippot
2023-09-19
2
-46
/
+52
*
refactor(types): move and rename GraphQL types
Armand Philippot
2022-08-20
2
-2
/
+2
*
chore: add a search form when posts list prints no results
Armand Philippot
2022-05-24
2
-0
/
+2
*
fix: ensure all topics/thematics have the base url
Armand Philippot
2022-05-23
2
-8
/
+8
*
refactor(schema): use helpers function to avoid repeat between pages
Armand Philippot
2022-05-23
2
-64
/
+34
*
refactor: reduce the number of data transformation
Armand Philippot
2022-05-23
2
-132
/
+9
*
chore: handle blog pagination when JS is disabled
Armand Philippot
2022-05-20
2
-0
/
+312
*
chore: use persistent layout
Armand Philippot
2022-05-17
1
-3
/
+11
*
chore: adjust and complete missing styles
Armand Philippot
2022-05-16
1
-11
/
+1
*
refactor: use custom hook for breadcrumb items and schema
Armand Philippot
2022-05-16
1
-10
/
+6
*
chore: add Search page
Armand Philippot
2022-05-15
1
-3
/
+1
*
chore: add Thematic page
Armand Philippot
2022-05-13
1
-16
/
+12
*
chore: add blog page widgets
Armand Philippot
2022-05-13
1
-9
/
+81
*
chore: handle blog pagination
Armand Philippot
2022-05-13
1
-19
/
+91
*
chore: add the Blog index page
Armand Philippot
2022-05-13
1
-0
/
+169
*
chore: remove old pages, components, helpers and types
Armand Philippot
2022-04-29
2
-474
/
+0
*
refactor: use formatjs swc plugin
Armand Philippot
2022-03-23
2
-1
/
+17
*
fix: add a spinner if blog page is loading
Armand Philippot
2022-03-09
1
-0
/
+3
*
feat: provide pagination for users with js disabled (#13)
Armand Philippot
2022-03-09
2
-28
/
+226
*
refactor: replace script tags with next/script (#10)
Armand Philippot
2022-02-21
1
-4
/
+6
*
chore: display initial posts, thematics & topics
Armand Philippot
2022-02-14
1
-14
/
+30
*
chore: add some noscript tags to explain why the data are not loaded
Armand Philippot
2022-02-13
1
-0
/
+6
*
chore: move pagination cursor title in a separate div
Armand Philippot
2022-02-01
1
-0
/
+1
*
refactor(config): move config from config dir to utils
Armand Philippot
2022-01-29
1
-19
/
+19
*
chore: replace lingui functions with react-intl
Armand Philippot
2022-01-29
1
-15
/
+63
*
chore(i18n): replace i18n provider and helpers
Armand Philippot
2022-01-29
1
-16
/
+16
*
fix: handle translation with lingui
Armand Philippot
2022-01-28
1
-8
/
+9
*
chore: display a progress bar before load more button
Armand Philippot
2022-01-25
1
-5
/
+26
*
chore: display total found posts in page meta
Armand Philippot
2022-01-25
1
-2
/
+7
*
chore: add opengraph and twitter meta
Armand Philippot
2022-01-19
1
-3
/
+10
*
refactor(config): move defaultLocale as property of config.locales
Armand Philippot
2022-01-19
1
-2
/
+2
*
chore: add structured data using schema.org and JSON-LD
Armand Philippot
2022-01-19
1
-0
/
+38
*
chore: add a spinner when content is loading
Armand Philippot
2022-01-16
1
-4
/
+9
*
chore: update sidebar and widgets styles
Armand Philippot
2022-01-15
1
-2
/
+2
*
chore: improve load more button accessibility
Armand Philippot
2022-01-14
1
-2
/
+12
*
chore: change posts list styles
Armand Philippot
2022-01-14
1
-10
/
+14
*
chore(widget): pass title to TopicsList as parameter
Armand Philippot
2022-01-11
1
-1
/
+1
[next]