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
/
recherche
/
index.tsx
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor(pages): rewrite helpers to output schema in json-ld format
Armand Philippot
2023-12-14
1
-31
/
+26
*
refactor(hooks): rewrite useBreadcrumbs hook
Armand Philippot
2023-12-12
1
-12
/
+7
*
refactor(pages): refine Search page
Armand Philippot
2023-12-07
1
-154
/
+211
*
refactor(pages): refine Blog pages
Armand Philippot
2023-12-04
1
-4
/
+6
*
fix(pages,services): make thematics & topics pages usable again
Armand Philippot
2023-11-29
1
-3
/
+8
*
refactor(services, types): reorganize GraphQL fetchers and data types
Armand Philippot
2023-11-27
1
-29
/
+28
*
refactor(components): replace PageLayout template with Page
Armand Philippot
2023-11-20
1
-62
/
+40
*
refactor(components): extract MetaItem from MetaList
Armand Philippot
2023-11-20
1
-24
/
+23
*
refactor(hooks): remove useSettings hook
Armand Philippot
2023-11-15
1
-14
/
+9
*
refactor(components): replace LinksListWidget with LinksWidget
Armand Philippot
2023-11-14
1
-6
/
+6
*
refactor(components): rewrite PostsList component
Armand Philippot
2023-11-13
1
-15
/
+54
*
refactor(hooks): rewrite usePagination hook
Armand Philippot
2023-11-13
1
-13
/
+6
*
refactor(components): rewrite SearchForm component
Armand Philippot
2023-11-11
1
-1
/
+0
*
refactor(components): replace Meta component with MetaList
Armand Philippot
2023-11-11
1
-1
/
+24
*
refactor(components): merge HeadingButton and Widget components
Armand Philippot
2023-11-11
1
-8
/
+15
*
refactor(components): rewrite Notice component
Armand Philippot
2023-11-11
1
-2
/
+3
*
refactor(components): rewrite Spinner component
Armand Philippot
2023-10-24
1
-1
/
+6
*
refactor(routes): replace hardcoded routes with constants
Armand Philippot
2023-10-24
1
-20
/
+34
*
refactor: use named export for everything except pages
Armand Philippot
2023-09-20
1
-22
/
+23
*
refactor(build): replace paths aliases with relative paths
Armand Philippot
2023-09-19
1
-23
/
+26
*
chore: add a search form when posts list prints no results
Armand Philippot
2022-05-24
1
-0
/
+1
*
fix: ensure all topics/thematics have the base url
Armand Philippot
2022-05-23
1
-4
/
+4
*
refactor(schema): use helpers function to avoid repeat between pages
Armand Philippot
2022-05-23
1
-32
/
+17
*
refactor: reduce the number of data transformation
Armand Philippot
2022-05-23
1
-70
/
+6
*
chore: handle blog pagination when JS is disabled
Armand Philippot
2022-05-20
1
-0
/
+1
*
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
-16
/
+6
*
chore: add Search page
Armand Philippot
2022-05-15
1
-0
/
+324
*
chore: remove old pages, components, helpers and types
Armand Philippot
2022-04-29
1
-213
/
+0
*
refactor: use formatjs swc plugin
Armand Philippot
2022-03-23
1
-0
/
+9
*
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
-7
/
+7
*
chore: replace lingui functions with react-intl
Armand Philippot
2022-01-29
1
-13
/
+55
*
chore(i18n): replace i18n provider and helpers
Armand Philippot
2022-01-29
1
-7
/
+7
*
fix: handle translation with lingui
Armand Philippot
2022-01-28
1
-9
/
+8
*
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
-1
/
+6
*
chore: add a spinner when content is loading
Armand Philippot
2022-01-16
1
-9
/
+18
*
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
-3
/
+12
*
chore: change posts list styles
Armand Philippot
2022-01-14
1
-2
/
+10
*
chore: adjust css grid on listing pages without sidebar
Armand Philippot
2022-01-07
1
-2
/
+3
*
refactor: reuse PostHeader for all pages except homepage
Armand Philippot
2022-01-06
1
-11
/
+10
*
refactor: avoid useless assignement before return statement
Armand Philippot
2022-01-04
1
-10
/
+7
*
chore: add a breadcrumb component
Armand Philippot
2021-12-21
1
-3
/
+6
*
chore: create search view
Armand Philippot
2021-12-20
1
-0
/
+110