Commit Graph

73 Commits

Author SHA1 Message Date
0f2cc8ad59 feat: Add QuickLink component to QuickLinks 2025-04-20 15:43:19 +02:00
4b731fa898 style: Improve icon rendering in Icon component 2025-04-20 15:40:29 +02:00
8ed5451c37 style: Remove unnecessary code and improve hierarchy display 2025-04-20 12:53:07 +02:00
9526b1ae9d feat: Add search functionality for documents 2025-04-20 12:41:38 +02:00
7c20ba9824 style: Remove unnecessary semicolons in CSS properties 2025-04-20 03:28:24 +02:00
d89ea99d77 style: Remove unnecessary <section> tags in Footer component 2025-04-20 03:21:49 +02:00
d4df6f5c11 feat: Implement useId hook for generating unique IDs 2025-04-20 03:19:01 +02:00
e54b07dfd2 feat: Add solid-highlight-words package and use in Search 2025-04-20 03:17:05 +02:00
f42e2b5788 refactor: Update debounce logic to use SolidJS signals 2025-04-20 03:15:19 +02:00
b8a8213f27 feat: Add Search component with search functionality 2025-04-20 02:55:34 +02:00
0d7afbd9cf feat: Update Highlight component props structure 2025-04-20 02:36:59 +02:00
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