1
0
Fork 0
Commit graph

29 commits

Author SHA1 Message Date
joostdecock
e87e889a87 wip(shared): Started working on jargon overhaul
See #6017
2024-02-17 19:55:56 +01:00
joostdecock
0780e22ae0 fix(shared): Names in measieimage and force aspect ratio 2023-11-18 18:37:49 +01:00
joostdecock
c2cbbf1928 fix(shared): Include MeasieImage. Fixes #5485 2023-11-18 18:25:25 +01:00
joostdecock
fbd6cd0a64 chore(shared): Make componenet non-anonymous 2023-11-12 11:15:41 +01:00
joostdecock
245ed30cac chore: Remove lint 2023-11-12 11:06:29 +01:00
joostdecock
a88f8652ae feat(shared): Added images for measurements 2023-11-11 18:55:28 +01:00
Joost De Cock
5c3336d157 fix(shared): Small component fixes 2023-10-12 19:43:27 +02:00
Joost De Cock
b8d68811db fix(markdown): Various changes required for the site
This applies a number of changes, typically in how inline MDX components
are handled, including properly naming things (replace pattern when what
we really mean is design) and other tweaks.
2023-10-10 15:43:25 +02:00
Joost De Cock
78775084e3 chore: Remove lint 2023-10-09 15:54:51 +02:00
Joost De Cock
a0bcf01b47 chore: Remove lint 2023-10-09 13:47:36 +02:00
joostdecock
9b32d971a5 wip(shared): Taking MDX out of webpack bundle 2023-10-06 09:15:07 +02:00
joostdecock
c65c5876a3 wip(sde): Working on file list 2023-09-29 16:01:27 +02:00
Joost De Cock
c98a67885c chore(shared): Consolidate tab components 2023-08-28 20:30:00 +02:00
joostdecock
513fe23ab7 chore: Updated import path to Popout component 2023-07-23 18:42:06 +02:00
Enoch Riese
8a4c558cee more contained fixes to docs 2023-07-17 11:40:45 -05:00
joostdecock
6c363e70c8 fix(shared): MDX component fixes 2023-06-17 12:09:07 +02:00
joostdecock
b03f23f700 feat: Added Sanity documentation 2023-06-16 20:00:26 +02:00
Joost De Cock
4f867a71e9 feat(shared): Added DocsLink component 2023-05-22 16:41:15 +02:00
joostdecock
c3dc282717 feat(shared): Added DocsTitle MDX component 2023-05-21 10:11:26 +02:00
joostdecock
8dff0b8f1b chore(dev): Changed to prebuild and ReadMore 2023-05-21 09:41:20 +02:00
joostdecock
c49a47a0de chore: Fixing linter warnings 2023-05-19 16:31:28 +02:00
joostdecock
d77cf38637 fix(org): build issues for nextjs 2023-05-19 11:46:17 +02:00
joostdecock
7c8b59b781 chore(lab): Fixed issues with next build 2023-05-19 09:22:11 +02:00
joostdecock
9cf7de9a0b wip(shared): Work on MDX wrapper 2023-05-15 20:00:45 +02:00
joostdecock
0b238c989e wip(shared): Switched to webpack loader for MDX 2023-05-15 15:57:46 +02:00
Joost De Cock
e47c18177b wip(shared): Removed useApp hook in favor of contexts
This removes the useApp hook from all org pages in favor of various
context. This means there is no longer global state that gets passed
around, instead each component that requires access to something shared
(like account, or navigation) can just use the context instead.

This is a first step, as a lot of shared components stil rely on app not
to mention the dev and lab sites.
2023-04-28 21:23:06 +02:00
joostdecock
c53abd0ec0 feat(shared): Updated PrevNext for new navigation 2023-04-16 18:39:11 +02:00
Enoch Riese
b8ff4f0710 remove unused examples mdx component 2023-02-15 12:42:15 -06:00
joostdecock
595417a23b feat(org): Ported components to mjs and named exports 2023-01-29 16:44:02 +01:00
Renamed from sites/shared/components/mdx/index.js (Browse further)