Joost De Cock
b3b5d225b8
feat(dev): Re-implemented search
2023-05-24 16:18:59 +02:00
Enoch Riese
24b3b10bfb
fix little errors in draft-for-curated-set flow. other cleanup
2023-05-24 08:37:29 -05:00
Joost De Cock
37d0b621bc
fix(shared): Always wrap code
2023-05-23 13:16:32 +02:00
Joost De Cock
7d495d9a43
fix(shared): Bug in git last update component
2023-05-23 11:08:24 +02:00
Joost De Cock
1693a9ed65
chore(dev): Tweaks on home page and contact
2023-05-23 10:52:39 +02:00
Joost De Cock
5ded145d13
fix(shared): Put back aside naviation on desktop
2023-05-23 09:56:03 +02:00
Joost De Cock
a7193c6a24
fix(dev): Tweaks for mobile
2023-05-22 20:08:57 +02:00
Joost De Cock
53d8a61131
fix(dev): Remove v2 aside navigation
2023-05-22 20:08:42 +02:00
Joost De Cock
ce8f0b22a4
fix(shared): Issue with ReadMore component
2023-05-22 19:53:40 +02:00
Joost De Cock
2b60094990
feat(dev): Better modal menu
2023-05-22 19:53:24 +02:00
Joost De Cock
dd82285eee
fix(shared): Bug in ReadMore component
2023-05-22 17:05:59 +02:00
Joost De Cock
5e123a7be7
chore(shared): Removed aside border
2023-05-22 16:41:38 +02:00
Joost De Cock
4f867a71e9
feat(shared): Added DocsLink component
2023-05-22 16:41:15 +02:00
Joost De Cock
83cb6b229c
fix(shared): bug in nagivation
2023-05-22 15:43:41 +02:00
joostdecock
eb706f5490
chore(shared): Linter warning
2023-05-21 10:51:36 +02:00
joostdecock
0a4a43ee58
fix(shared): Fix ReadMore component
2023-05-21 10:42:06 +02:00
joostdecock
b302e9cefc
fix(shared): Styling issue in ReadMore MDX component
2023-05-21 10:11:40 +02:00
joostdecock
c3dc282717
feat(shared): Added DocsTitle MDX component
2023-05-21 10:11:26 +02:00
joostdecock
ea8d540305
feat(org): Added sitemap
2023-05-21 09:58:59 +02:00
joostdecock
8dff0b8f1b
chore(dev): Changed to prebuild and ReadMore
2023-05-21 09:41:20 +02:00
joostdecock
b30e99f294
fix(shared): Removed invalid translation files
2023-05-20 17:48:36 +02:00
joostdecock
7d6863f7b5
Merge branch 'develop' into i18n
2023-05-20 17:07:24 +02:00
joostdecock
9f30338939
chore: Fix linter warnings
2023-05-20 15:47:56 +02:00
joostdecock
ce556a4664
chore(shared): Disable search for now
2023-05-20 14:55:16 +02:00
joostdecock
0dc94658fd
fix(shared): Issue with theme caused by linter fix
2023-05-20 14:47:29 +02:00
joostdecock
901422cf4e
chore(org): Linter fixes
2023-05-20 14:44:38 +02:00
joostdecock
e027d560f8
chore(org): Linter fixes
2023-05-20 14:38:09 +02:00
joostdecock
a4f192e090
fix(dev): Load MDX dynamically to reduce the number of routes
...
Prior to this commit we'd generate a page for each MDX document as that
avoids having to load MDX dynamically (which can be tricky) or through
static props (which causes issues with serialization).
However, Vercel (which hosts for us) has an upper limit on the number of
routes, and because of this extensive documentation, we blew passed it
with this approach.
This changes to a dynamic resolution of MDX content with an async import
in the useEffect hook. This should drastically reduce the number of
routes and make Vercel happy.
I didn't do much digging into the effects of this on SSR. If it turns
out it's causes issues, we'll deal with it at that time.
2023-05-20 13:22:36 +02:00
joostdecock
99d4e303bc
chore: More QA fixes for sites
2023-05-19 18:29:13 +02:00
joostdecock
801ba17ab6
chore: More QA fixes for sites
2023-05-19 18:27:36 +02:00
joostdecock
c11a29e28a
chore(shared): Fix linter warnings in sites/shared
2023-05-19 18:15:06 +02:00
joostdecock
fef2edd13d
chore(shared): Disable xray menu for now
2023-05-19 17:27:33 +02:00
Joost De Cock
e18d787eee
New translations gdpr.en.yaml (Ukrainian)
2023-05-19 17:08:56 +02:00
Joost De Cock
2daa62bcc6
New translations gdpr.en.yaml (Dutch)
2023-05-19 17:04:49 +02:00
Joost De Cock
bfda1cf19f
New translations gdpr.en.yaml (German)
2023-05-19 17:00:40 +02:00
Joost De Cock
f324bdf042
New translations gdpr.en.yaml (Spanish)
2023-05-19 16:56:39 +02:00
joostdecock
c49a47a0de
chore: Fixing linter warnings
2023-05-19 16:31:28 +02:00
Joost De Cock
5304d88bbc
New translations gdpr.en.yaml (French)
2023-05-19 15:59:47 +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
8df1276430
fix(lab): Fixed next build issues
2023-05-19 08:34:08 +02:00
joostdecock
427ac57c9f
Merge branch 'develop' into joost
2023-05-18 15:42:44 +02:00
joostdecock
5a92cc6659
chore(lab): Do not include dynamic docs in the lab
2023-05-18 15:25:40 +02:00
joostdecock
8eed5e17eb
wip(shared): more workbench updates
2023-05-18 14:32:29 +02:00
joostdecock
e4850ca908
chore(shared): More work on design option inputs
2023-05-18 14:12:33 +02:00
joostdecock
e986ec33e9
fix(shared): Deal with list option inputs
2023-05-18 14:06:22 +02:00
joostdecock
fc3559a124
chore(shared): Header tweaks
2023-05-18 13:56:50 +02:00
joostdecock
108033bc7d
fix(shared): Broken link in SetCandidate
2023-05-18 11:39:53 +02:00
joostdecock
262084150e
feat(shared): work on v3 design options menu
2023-05-18 11:26:10 +02:00
joostdecock
de4b74a2a3
wip(shared): Porting workbench to v3 UI
2023-05-18 10:37:47 +02:00