Commit Graph

266 Commits

Author SHA1 Message Date
03b6a9a0a7 feat: Add function to update all consent cookies 2025-04-18 15:18:07 +02:00
53c708d0ca refactor: Update cookie handling logic and definitions 2025-04-18 14:46:27 +02:00
438d3e62e4 feat: Update Toggle component styling and add onUpdateConsentCookie function 2025-04-18 14:37:41 +02:00
fb2d767a37 style: Update backdrop blur style in CookieModal 2025-04-18 14:23:19 +02:00
861ac6eb11 style: Update layout with close button in CookieModal 2025-04-18 14:22:37 +02:00
50d90107a1 feat: Add Politique de Confidentialité page 2025-04-18 14:19:35 +02:00
993089e8a0 feat: Add CookieModal component with Toggle functionality 2025-04-18 14:19:06 +02:00
df859c0c06 style: Update ThemeSelector button styling 2025-04-18 13:29:22 +02:00
949843cf4e feat: Update theme based on cookies consent 2025-04-18 13:26:12 +02:00
7c61d3afd6 refactor: Simplify script loading conditions in HeadDefault function 2025-04-18 13:24:47 +02:00
0893e6d2f0 style: Remove unnecessary comment and fix type in interface 2025-04-18 13:24:00 +02:00
86409da7ec feat: Add separate consent flags for analytics and customization 2025-04-18 13:23:07 +02:00
c3de960f41 feat: Add fastify cookie plugin and cookie parsing logic 2025-04-18 13:20:36 +02:00
b8e58ce301 feat: Add tracking scripts for Umami and Google Tag Manager 2025-04-18 13:08:45 +02:00
d142198e13 Merge pull request 'optim/loading' (#8) from optim/loading into main
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 3m9s
Reviewed-on: #8
2025-04-18 10:56:27 +00:00
e26f660235 style: Update spacing in Navigation component 2025-04-18 12:56:03 +02:00
f6e41fab64 style: Update font families in vite.config.ts 2025-04-18 12:49:28 +02:00
ed6451da79 Merge pull request 'refactor: Update import paths in nodes.tsx' (#7) from hotfix/markdoc into main
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 3m8s
Reviewed-on: #7
2025-04-18 10:34:01 +00:00
d756f7f66e refactor: Update import paths in nodes.tsx 2025-04-18 12:33:24 +02:00
f4e5f96f49 Merge pull request 'hotfix/markdoc' (#6) from hotfix/markdoc into main
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 3m4s
Reviewed-on: #6
2025-04-18 10:09:04 +00:00
9ebf7f1cf7 docs: Add workaround comment for Markdoc export issue 2025-04-18 12:08:50 +02:00
ef64469637 refactor: Update import statement for Markdoc in Tag.ts 2025-04-18 12:07:15 +02:00
7807fee775 Merge pull request 'refactor' (#5) from refactor into main
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 2m54s
Reviewed-on: #5
2025-04-18 09:55:16 +00:00
f70b6993bc style: Add React imports to component files 2025-04-18 11:54:45 +02:00
d2da34b964 style: Remove redundant React imports 2025-04-18 11:50:59 +02:00
ebd8eec356 style: Update variable declarations to use const 2025-04-18 11:49:54 +02:00
bc4729a5de style: Import React in multiple components 2025-04-18 11:48:19 +02:00
bf9c64da68 refactor: Rearrange import statements in eslint.config.js 2025-04-18 11:41:24 +02:00
a02916d76a refactor: Use super() in Tag class constructor 2025-04-18 11:21:28 +02:00
d0bc4a4eb0 style: Update code formatting in LayoutDefault 2025-04-18 11:05:17 +02:00
dd541e6be5 refactor: Remove unused Mermaid component and imports 2025-04-18 10:49:07 +02:00
2f29df49b8 Merge pull request 'style/responsive-table' (#4) from style/responsive-table into main
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 3m38s
Reviewed-on: #4
2025-04-18 08:30:18 +00:00
233790b2d7 style: Update gap between elements in PrevNextLinks 2025-04-18 10:30:01 +02:00
d815c98a23 feat: Add table node with default class attribute 2025-04-18 10:29:38 +02:00
d338a674e2 Merge pull request 'fix/nav' (#3) from fix/nav into main
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 3m44s
Reviewed-on: #3
2025-04-18 08:24:16 +00:00
be98d93c9a fix: Update logic to skip next page if it's the same 2025-04-18 10:23:40 +02:00
86ebff52e2 style: Update line heights and margins in PrevNextLinks 2025-04-18 10:22:12 +02:00
27ba0f74a1 fix: Update docker compose command in deploy script
Some checks failed
Update Memento Dev on VPS / deploy (push) Failing after 3m59s
2025-04-17 21:09:03 +02:00
c4a99e0972 feat: Update image file formats to webp
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 4m9s
2025-04-17 20:54:41 +02:00
5c794e7284 fix: Update docker build command with --no-cache
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 4m14s
2025-04-17 20:19:41 +02:00
68d5cd6129 chore: Remove ignored files for og_maker
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 13s
2025-04-17 20:18:20 +02:00
62c7751c68 style: Update .gitignore patterns 2025-04-17 20:17:55 +02:00
7f9a62bc0a fix: Update GitHub links in Hero and Header components
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 51s
2025-04-17 20:14:33 +02:00
67f2ff697e feat: Add prefetching for links to improve performance
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 53s
2025-04-17 20:04:47 +02:00
48a644b74a refactor: Update findNavigationLink to include subitems in search
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 52s
2025-04-17 20:02:32 +02:00
6695c7c023 feat: Add useEffect and NavigationSubItem component
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 49s
2025-04-17 19:53:58 +02:00
965534659e chore: Update Dockerfile to use correct pnpm install command
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 4m15s
2025-04-17 18:01:30 +02:00
f0da2bb2ed fix: Update Docker compose command to build application
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 21m3s
2025-04-17 14:33:15 +02:00
e9ecd33362 Merge pull request 'feat/better-deploy' (#2) from feat/better-deploy into main
Some checks failed
Update Memento Dev on VPS / deploy (push) Has been cancelled
Reviewed-on: #2
2025-04-17 12:32:06 +00:00
38cf6ecd85 refactor: Remove unused prerender logic from config and pages 2025-04-17 14:28:39 +02:00