1
0
Fork 0
Commit graph

139 commits

Author SHA1 Message Date
Joost De Cock
71cdab38e8 New translations auth.en.yaml (Ukrainian)
skip-build
2023-07-22 00:14:01 +02:00
Joost De Cock
e096d97f65 New translations auth.en.yaml (Dutch)
skip-build
2023-07-22 00:13:53 +02:00
Joost De Cock
9e58170a99 New translations auth.en.yaml (German)
skip-build
2023-07-22 00:13:45 +02:00
Joost De Cock
c0c0f1d6c9 New translations auth.en.yaml (Spanish)
skip-build
2023-07-22 00:13:38 +02:00
Joost De Cock
22a0e37325 New translations auth.en.yaml (French)
skip-build
2023-07-22 00:13:30 +02:00
joostdecock
4b037111be chore: Fixed linter issues 2023-07-21 10:16:32 +02:00
Joost De Cock
78fa37869e chore(shared/dev): Remove use-navigation hook 2023-07-20 08:42:56 +02:00
Enoch Riese
49e085b271 lint fixes 2023-07-17 12:17:23 -05:00
Enoch Riese
8a4c558cee more contained fixes to docs 2023-07-17 11:40:45 -05:00
joostdecock
9084bf4f1a fix(dev): Make slug available in header for modal menu 2023-07-16 08:25:08 +02:00
joostdecock
5a9f2f8d40 wip(shared): Changes to layouts
This will break the org build, but we need to rip out sanity anyway so
I don't think it's worth obsessing over it now.

I've essentially changes the default layout and added a new navigation
component.
2023-07-15 16:55:22 +02:00
joostdecock
3174b9a145 chore(shared): Made it more clear that there's a default layout 2023-07-15 10:45:44 +02:00
joostdecock
dce1f6a608 chore: Tweaks to MDX metadata display 2023-07-13 21:15:25 +02:00
Joost De Cock
073861f220 chore: Linter warnings 2023-07-05 21:06:33 +02:00
Joost De Cock
a2b689e69a feat(org): Added translation status page 2023-07-05 20:58:30 +02:00
Enoch Riese
49c14f1446 fix twitchy modal close 2023-06-29 16:41:11 +00:00
Enoch Riese
8a799c5742 add zoom buttons to mobile menu bar when needed 2023-06-29 15:44:23 +00:00
Enoch Riese
012b0eb8d6 use a context to allow all menus to be in same parent on mobile 2023-06-29 14:35:46 +00:00
Enoch Riese
b9bc88bb1e link fixes 2023-06-26 11:47:46 -05:00
Enoch Riese
a01af799d3 get rid of sizeMe 2023-06-23 20:18:08 -05:00
Enoch Riese
6c94afe99f shared component for views that have patterns and side menus 2023-06-23 19:39:45 -05:00
Enoch Riese
22bb896bc2 workbench view menus in modal on mobile 2023-06-23 14:29:09 -05:00
Enoch Riese
535d6b7426 wb header jumps below shown nav header 2023-06-22 14:02:57 -05:00
joostdecock
f284cebaeb chore(shared): Linter issues 2023-06-21 12:29:19 +02:00
Enoch Riese
e1be833dfd dry up headers and layout wrappers. use sticky side navs 2023-06-20 16:52:00 -05:00
joostdecock
6a222f254d chore: Linter issues 2023-06-20 19:27:29 +02:00
Enoch Riese
e9d21ddd62 shared components and utils for sanity pages 2023-06-19 16:27:13 -05:00
Enoch Riese
39655daf6a rudimentary implementation of blog pages 2023-06-17 17:00:10 -05:00
joostdecock
0a9e71caf3 feat(shared): Re-implement MDX TOX. Closes #4129 2023-06-17 17:29:28 +02:00
Joost De Cock
007066a673
Merge pull request #4125 from eriese/eriese-lab-v3
fix (org) clean up little errors in draft-for-curated-set flow
2023-05-24 17:14:09 +02:00
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
7d495d9a43 fix(shared): Bug in git last update component 2023-05-23 11:08:24 +02:00
Joost De Cock
a7193c6a24 fix(dev): Tweaks for mobile 2023-05-22 20:08:57 +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
c11a29e28a chore(shared): Fix linter warnings in sites/shared 2023-05-19 18:15:06 +02:00
joostdecock
a41b3f09a2 chore(shared): Move org stuff to shared to be used by the lab 2023-05-17 17:32:19 +02:00
joostdecock
c9159d05c6 fix(shared): Tweak opacity for MDX metadata 2023-05-17 10:56:42 +02:00
Joost De Cock
5b12ea49ec feat(shared): Add git info to prebuild step 2023-05-17 10:53:41 +02:00
joostdecock
4fae3a425f feat(dev): Ported dev site to new v3 site framework 2023-05-16 10:34:13 +02:00
joostdecock
ed1ac8a7a7 Merge branch 'develop' into joost 2023-05-16 08:49:35 +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
joostdecock
517fa3f5e3 wip(shared): Re-factoring workbench 2023-05-11 19:14:48 +02:00
joostdecock
0dece4d70e wip(org): Started working on v3 workbench 2023-05-08 19:28:03 +02:00