1
0
Fork 0
Commit graph

44 commits

Author SHA1 Message Date
joostdecock
2472ab1824 feat(shared): Add dynamic OG images 2023-11-03 15:36:09 +01:00
joostdecock
88a60a1ac4 fix(org): Final (I hope) changes. Fixes #5230 2023-10-22 18:43:17 +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
ddbbbda2bc chore(shared): Changes kiosk/expand/flags/header
- Revamped the flags ui to be consistent with the rest
- The expand setting is on by default now. Tweaks to its dialog and
  header
- Added a new kiosk mode that will use the entire screen for the
  workbench
- Got rid of the auto-hiding behaviour of the header which gets annoying
  quick
2023-09-09 17:58:44 +02:00
joostdecock
2106a38154 feat(org): Bookmarks for docs 2023-09-04 11:01:08 +02:00
Joost De Cock
7466aec79c fix(org): Homepage tweaks on mobile 2023-08-28 14:28:07 +02:00
joostdecock
5728a1d10f feat(org): Ported themes to ESM and made more things themeable 2023-07-29 14:21:59 +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
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
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
e1be833dfd dry up headers and layout wrappers. use sticky side navs 2023-06-20 16:52:00 -05:00
Enoch Riese
39655daf6a rudimentary implementation of blog pages 2023-06-17 17:00:10 -05:00
Enoch Riese
24b3b10bfb fix little errors in draft-for-curated-set flow. other cleanup 2023-05-24 08:37:29 -05: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
0dece4d70e wip(org): Started working on v3 workbench 2023-05-08 19:28:03 +02:00
joostdecock
bd3ce90e1a wip(org): Work on curation of sets 2023-05-08 14:03:47 +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
Joost De Cock
5b83b12378 feat(shared): Ported modal from app-wide state to context 2023-04-25 17:33:34 +02:00
joostdecock
71a9555fbf feat(shared): make modal wrapper animate from all directions 2023-04-22 14:34:16 +02:00
Joost De Cock
7f8911a49d feat(shared): Use modal menu as main menu 2023-04-19 20:56:15 +02:00
joostdecock
86a5a8765b wip(org): Work on modal menus 2023-04-16 16:19:49 +02:00
joostdecock
6ae91efeed chore: Improvements to modal 2023-04-16 10:45:36 +02:00
joostdecock
dbab735eeb wip(shared): Work on modal menu 2023-04-09 15:57:25 +02:00
joostdecock
4b4537c2a7 wip(org): New header and theme picker 2023-04-07 17:10:54 +02:00
Joost De Cock
83e4e86f74 wip: Work on site navigation 2023-04-01 15:41:58 +02:00
Joost De Cock
995bb23551 wip(shared): Nav prebuild changes 2023-03-28 16:47:52 +02:00
Joost De Cock
10ceb2df91 wip(org): Work on porting account pages to new navigation 2023-03-27 18:49:09 +02:00
Joost De Cock
4697fbd999 chore(dev): Menu tweaks 2023-03-26 08:32:44 +02:00
Joost De Cock
244f4524c4 wip(dev): Refactoring navigation 2023-03-26 06:51:11 +02:00
Joost De Cock
89617bef92 wip(shared): Work on refactoring hooks 2023-03-24 21:30:04 +01:00
joostdecock
86aa0f20da chore: linter issues 2023-02-05 19:58:25 +01: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/wrappers/page.js (Browse further)