Commit Graph

62 Commits

Author SHA1 Message Date
81aa2da4a6 fix: translate react props to solid props 2025-04-19 19:52:57 +02:00
8321753573 style: Fix typo in viewBox attribute value 2025-04-19 19:24:05 +02:00
bd4ce16b67 feat: Add Prism.js support and configure languages 2025-04-19 19:19:13 +02:00
0c8b891289 style: Update Link component to improve code readability 2025-04-19 15:23:47 +02:00
8837be52cd feat: Add new components PrevNextLinks, QuickLinks, MobileNavigation, Navigation, and utility function cleanProps 2025-04-19 15:06:08 +02:00
cec56f2896 feat: Add Logo, Prose, DocsLayout, HeroBackground, HeroSection 2025-04-19 14:37:41 +02:00
36f0371132 feat: Add new components Button, Callout, Form, Icon, Iframe, and related Icons 2025-04-19 14:23:41 +02:00
da5b2a1c23 feat: Add Image and Link components 2025-04-19 14:08:54 +02:00
a780214197 refactor: Remove unused code and update package dependencies 2025-04-19 13:12:29 +02:00
09c156b987 feat: Add initial project files and configurations 2025-04-19 12:36:50 +02:00
ef3cc4efd9 chore: update file structure and rename files 2025-04-19 12:14:42 +02:00
a86a6e9bdc style: Update class name in DocsLayout component 2025-04-18 21:12:59 +02:00
0e59a8b2e0 style: Update null check for nextPage variable 2025-04-18 18:43:46 +02:00
4901eb8477 feat: Update consent cookie setting function 2025-04-18 17:04:35 +02:00
78e9df72f7 feat: Add CookiesContainer component and related logic 2025-04-18 16:46:39 +02:00
3b449291eb style: Import React in Toggle.tsx for consistency 2025-04-18 15:52:34 +02:00
8a393c53bf feat: Add last sections to Navigation component 2025-04-18 15:47:03 +02:00
f26e06b433 style: Remove unnecessary console.log statement 2025-04-18 15:41:52 +02:00
438d3e62e4 feat: Update Toggle component styling and add onUpdateConsentCookie function 2025-04-18 14:37:41 +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
c3de960f41 feat: Add fastify cookie plugin and cookie parsing logic 2025-04-18 13:20:36 +02:00
e26f660235 style: Update spacing in Navigation component 2025-04-18 12:56:03 +02: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
dd541e6be5 refactor: Remove unused Mermaid component and imports 2025-04-18 10:49:07 +02:00
233790b2d7 style: Update gap between elements in PrevNextLinks 2025-04-18 10:30:01 +02: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
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
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
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
bd926d0c29 doc: add start of CP 8 DWWM documentation 2025-04-14 06:47:43 +02:00
52c964b388 refactor: Remove unnecessary code imports and rearrange variable declarations 2025-04-14 05:39:52 +02:00
8f69178e5f feat: Improve navigation with subitems and getNeighboringLinks function 2025-04-14 05:38:54 +02:00
0e0c56cdcf feat: Update Logo component with LogoWithText variant 2025-04-14 05:33:56 +02:00
717ca15a83 feat: Update navigation structure and add subitems 2025-04-13 21:16:47 +02:00
82258addeb feat: Add Iframe component for rendering embedded content 2025-04-13 20:52:57 +02:00
9427cb7b5d feat: Add download attribute based on file extension 2025-04-13 20:03:10 +02:00
2eb8cff6e3 fix: Correct typo in snippet path name 2025-04-13 16:57:16 +02:00
02f81adaf3 docs: Add React reducer code snippets and config updates 2025-04-13 16:53:40 +02:00
8bf5c5de40 feat: Add showLineNumbers prop to Snippet component 2025-04-13 16:25:01 +02:00
3f6d324980 chore: Rename CSRFence to CSRSnippet and add toast in Fence 2025-04-13 16:05:56 +02:00
7c83d3b37e feat: Update Button component with size prop 2025-04-13 14:40:42 +02:00
dcf128a2d8 feat: Add conditional link behavior in Link component 2025-04-13 13:36:07 +02:00
226319307f refactor: Update variable declarations to use const instead of let 2025-04-13 12:18:18 +02:00
b0ad917f9b fix: Fix searchbar for production 2025-04-13 12:03:28 +02:00