1
0
Fork 0
Commit graph

3314 commits

Author SHA1 Message Date
Joost De Cock
03bf0cf3aa New translations en.yaml (Dutch)
skip-build
2023-10-10 09:57:25 +02:00
Joost De Cock
10f5ee8ae6 New translations en.yaml (German)
skip-build
2023-10-10 09:33:26 +02:00
Joost De Cock
63d83de333 New translations en.yaml (Spanish)
skip-build
2023-10-10 09:09:48 +02:00
Joost De Cock
33f7076c76 chore(shared): Replace react-markdown with dynamic mdx 2023-10-10 09:05:22 +02:00
Joost De Cock
763190d721 chore(org): port new post to new mdx loader 2023-10-10 08:53:16 +02:00
Joost De Cock
f470fcc257 New translations en.yaml (French)
skip-build
2023-10-10 08:46:43 +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
2de93cbf64
Merge pull request #5105 from freesewing/mdxnopack
feat: Keep MDX out of the webpack bundle, and implement a real solution for loading MDX dynamically
2023-10-09 17:23:48 +02:00
Joost De Cock
6ec273ffce chore: Remove lint 2023-10-09 17:18:31 +02:00
Joost De Cock
382e4817f9 fix(shared): Forgotten migration to dynamic mdx 2023-10-09 17:15:34 +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
Joost De Cock
4dd836cf19 fix(lab): Update prebuild to changes in org 2023-10-09 13:02:16 +02:00
Joost De Cock
ffc833f7c7 feat(shared): Port workbench to dynamic mdx 2023-10-09 13:01:58 +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
90afd3e28e feat(org): Switched to better dynamic mdx 2023-10-09 11:42:16 +02:00
dependabot[bot]
45cd44cdc0
chore(deps): bump daisyui from 3.6.4 to 3.9.2
Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.6.4 to 3.9.2.
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/compare/v3.6.4...v3.9.2)

---
updated-dependencies:
- dependency-name: daisyui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 04:18:38 +00:00
dependabot[bot]
60ee13d76e
chore(deps): bump highlight.js from 11.8.0 to 11.9.0
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.8.0 to 11.9.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.8.0...11.9.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 04:17:16 +00:00
Joost De Cock
166c8bc03b wip(org): Update pattern edit link to new page 2023-10-08 17:10:11 +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
c4140f0e49 Update source file en.yaml
skip-build
2023-10-08 13:06:13 +02:00
Joost De Cock
6a6e51e133 wip(shared): Restructuring mdx loader 2023-10-07 21:19:38 +02:00
Joost De Cock
7e5363bd33 wip(shared): Extract frontmatter in MDX loader 2023-10-07 20:21:54 +02:00
Joost De Cock
affc9b3744 wip(shared): Updated remark plugins, better intro handling 2023-10-07 09:33:23 +02:00
Joost De Cock
61778b8e55
Merge pull request #5088 from freesewing/dependabot/npm_and_yarn/react-timeago-7.2.0
chore(deps): bump react-timeago from 7.1.0 to 7.2.0
2023-10-06 13:48:26 +02:00
joostdecock
9b32d971a5 wip(shared): Taking MDX out of webpack bundle 2023-10-06 09:15:07 +02:00
dependabot[bot]
c668c50eb1
chore(deps): bump @next/mdx from 13.4.19 to 13.5.4
Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 13.4.19 to 13.5.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.5.4/packages/next-mdx)

---
updated-dependencies:
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 04:32:08 +00:00
dependabot[bot]
50b5b08f85
chore(deps): bump react-timeago from 7.1.0 to 7.2.0
Bumps [react-timeago](https://github.com/naman34/react-timeago) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/naman34/react-timeago/releases)
- [Changelog](https://github.com/nmn/react-timeago/blob/master/CHANGELOG.md)
- [Commits](https://github.com/naman34/react-timeago/compare/v7.1.0...v7.2.0)

---
updated-dependencies:
- dependency-name: react-timeago
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 04:31:07 +00:00
Joost De Cock
1647a239f6
Merge pull request #5083 from freesewing/dependabot/npm_and_yarn/sharp-0.32.6
chore(deps): bump sharp from 0.32.5 to 0.32.6
2023-10-05 18:33:21 +02:00
dependabot[bot]
3c5f27a0c4
chore(deps): bump sharp from 0.32.5 to 0.32.6
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.5 to 0.32.6.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.32.5...v0.32.6)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 04:50:07 +00:00
joostdecock
fc420160de chore(shared): Take control into account in workbench view menu 2023-10-04 20:31:40 +02:00
joostdecock
c8f43811b6 chore(shared): Lower the control required for curation 2023-10-04 19:24:41 +02:00
joostdecock
4c1061fc12 chore(shared): Get list of designs from site hook 2023-10-04 19:14:05 +02:00
Joost De Cock
2e8b4642ba
Merge branch 'develop' into joost 2023-10-04 17:58:04 +02:00
joostdecock
97520a0a7d chore: Install various major updates 2023-10-04 17:55:54 +02:00
Joost De Cock
aef4d539b3
Merge pull request #5067 from freesewing/i18n
New Crowdin Translations [skip build]
2023-10-03 20:59:52 +02:00
github-actions
4f7ce56454 [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/postcss-8.4.31 changes in config/dependencies.yaml 2023-10-03 17:35:03 +00:00
Joost De Cock
a29e7e2b9c Update source file en.yaml
skip-build
2023-10-03 11:48:03 +02:00
Joost De Cock
5eff2d9613 New translations en.yaml (Dutch)
skip-build
2023-10-03 10:58:48 +02:00
Joost De Cock
33729ad737 New translations en.yaml (German)
skip-build
2023-10-03 10:35:31 +02:00
Joost De Cock
50eaba8e39 New translations en.yaml (Spanish)
skip-build
2023-10-03 10:12:18 +02:00
Joost De Cock
3e12d8855b New translations en.yaml (French)
skip-build
2023-10-03 09:48:24 +02:00
Joost De Cock
e6d6d26cf7 New translations en.yaml (Ukrainian)
skip-build
2023-10-03 09:25:36 +02:00
Joost De Cock
71e1d2b42d fix(lab): Keep docs view out of the lab 2023-10-03 08:46:57 +02:00
Joost De Cock
e6830ababa Update source file en.yaml
skip-build
2023-10-02 22:25:53 +02:00
Joost De Cock
57880162c8 Update source file en.yaml
skip-build
2023-10-02 22:25:51 +02:00
Joost De Cock
f1fba746e7 Update source file en.yaml
skip-build
2023-10-02 22:25:48 +02:00