1
0
Fork 0
Commit graph

177 commits

Author SHA1 Message Date
joostdecock
2472ab1824 feat(shared): Add dynamic OG images 2023-11-03 15:36:09 +01:00
joostdecock
d36643d4a8 feat(shared): Add OG images to prebuild 2023-11-03 13:34:47 +01:00
joostdecock
ecdbe60afe chore: Remove lint 2023-11-02 17:27:41 +01:00
joostdecock
40b926e801 feat(shared): Implemented search and indexing 2023-11-02 17:17:11 +01:00
joostdecock
8cb5ee9498 chore: Migrate to MDX 3 2023-10-30 17:46:39 +01:00
joostdecock
73fbc4e8bd chore: Reconfigure packages 2023-10-25 17:16:03 +02:00
joostdecock
21b756e451 chore: Reconfigure packages 2023-10-24 17:01:54 +02:00
joostdecock
e01578223f fix(lab): update prebuild to recent org changes 2023-10-22 15:05:12 +02:00
joostdecock
83db4867c2 chore: Remove lint 2023-10-22 13:42:09 +02:00
joostdecock
6a22355d17 chore: Remove lint 2023-10-22 13:38:38 +02:00
joostdecock
75853412f6 chore: Disable preview deploys for i18n branch 2023-10-22 13:27:28 +02:00
joostdecock
cc0cd9a5b5 wip: Work on #5230 2023-10-22 12:48:06 +02:00
Joost De Cock
338bb751e0 chore(dev): Simplify home page and navigation 2023-10-20 18:13:23 +02:00
Joost De Cock
dba3c3731a feat(org): Admin updates for curated sets 2023-10-20 10:43:43 +02:00
Joost De Cock
9d06e89636 chore: Reconfigure packages 2023-10-18 17:56:39 +02:00
Joost De Cock
ded3347d2c chore: Various prebuild/reconfigure steps to integrate gozer 2023-10-17 08:29:47 +02:00
Joost De Cock
e31c2c55bc fix: Add skully to lab/org 2023-10-15 20:52:02 +02:00
Joost De Cock
571143de5a fix(lab): Make prebuild not rely on designs being in org 2023-10-15 15:39:24 +02:00
Joost De Cock
c9f89820ab chore(shared): Update after added shelly design 2023-10-14 14:30:31 +02:00
Joost De Cock
bfcce1b705 chore(otis): Properly add to monorepo 2023-10-14 13:27:49 +02:00
Joost De Cock
c257f41abe chore(shared): Prebuild update 2023-10-12 11:31:06 +02:00
Joost De Cock
ec0b8b0322 fix(org): Port blog posts to new MDX loader 2023-10-10 07:35:11 +02:00
Joost De Cock
c74e3f4b66 chore(org/lab): Clean up leftover static docs loading
Removing loading docs and passing them as static props to the workbench
since we now have proper support for loading mdx dynamically.
2023-10-09 18:13:47 +02:00
Joost De Cock
a0bcf01b47 chore: Remove lint 2023-10-09 13:47:36 +02:00
Joost De Cock
4dd836cf19 fix(lab): Update prebuild to changes in org 2023-10-09 13:02:16 +02:00
Joost De Cock
b91d871a3b chore: Change mustache delimiter to keep tempaltes as .mjs
The problem with auto-generated pages is that prettier will change
the formatting ever so slightly in the commit hook.
Which means that next time they are generated, git will see a bunch
of meaningless changes.

So, in changing the mustache delimter to $$ (valid JS) we can keep the
template files as .mjs and let prettier format them too, which I hope
will mean that we can sidestep this constant churn.
2023-10-09 12:02:26 +02:00
Joost De Cock
185c844769 wip(org): Prebuild edit patter pages from template 2023-10-08 17:06:58 +02:00
Joost De Cock
f9cb109ad0 chore(org): Renamed page template 2023-10-08 15:57:15 +02:00
Joost De Cock
86d984e8c5 wip(shared): Split new design pages per design to split bundle
This adds page templates that will auto-generate pages for each design.
This not only allows us to split the bundle for these individual
designs, we are also now passing the inline docs for a design as static
props, as that will limit the memory footprint of webpack.

Remains to be seen how this will all come together, but it's better than
throwing everything at webpack and watching the build fail.
2023-10-08 14:26:58 +02:00
Joost De Cock
6246781520 fix(org): Handle date issue in org prebuild 2023-10-02 10:10:40 +02:00
joostdecock
d39c92828a chore(dev): Changes for v3 2023-09-30 15:57:51 +02:00
joostdecock
ad5a14ad49 wip(sde): Trimming file list 2023-09-29 17:35:08 +02:00
joostdecock
946d684cf2 feat(sde): Setup sde site 2023-09-29 08:05:40 +02:00
joostdecock
629959221a chore: More file from reconfigure changes 2023-09-27 16:18:06 +02:00
joostdecock
131e57a24c chore: Let reconfigure generate transaltion imports for designs 2023-09-27 16:16:16 +02:00
joostdecock
5e4f7ffb7d feat(org): Added design pages 2023-09-25 17:49:39 +02:00
joostdecock
bd675d1964 chore(lab): Prebuild more pages 2023-09-16 10:33:49 +02:00
joostdecock
527e65697f chore(lab): Speed up the lab by removing things 2023-09-11 19:59:02 +02:00
joostdecock
904649bb7d chore(lab): Update prebuild script 2023-09-11 18:29:07 +02:00
joostdecock
4aa3c2786b fix: Handle loading of plugin i18n data in workbench 2023-09-06 10:30:52 +02:00
joostdecock
62f76b32f7 feat(shared): More work on sets 2023-08-23 17:41:34 +02:00
joostdecock
c913588f2f feat(org): Added handling of bookmarks 2023-08-21 17:58:08 +02:00
joostdecock
4744759d0b wip(org): Going through account pages 2023-08-19 18:01:22 +02:00
Joost De Cock
5e79eec9af fix(org): Hide admin page 2023-08-16 12:48:51 +02:00
joostdecock
50b6747584 wip(org): Working on admin & content creation pages 2023-08-15 17:32:47 +02:00
joostdecock
61da3e1dab chore: Work on admin pages/routes 2023-08-14 19:16:47 +02:00
Joost De Cock
7aafcead2b chore(org): Ported blog/showcase (placeholder) content to cloudflare 2023-08-08 10:17:01 +02:00
Joost De Cock
8faa014973 chore: Remove sanity 2023-08-08 09:39:07 +02:00
Joost De Cock
24d10de81e feat(org): Added support page 2023-08-01 21:03:24 +02:00
Joost De Cock
a9e8afa17b fix(shared): Typo in prebuild script for i18n 2023-08-01 16:47:45 +02:00