1
0
Fork 0
Commit graph

118 commits

Author SHA1 Message Date
Joost De Cock
1cce53ea4d fix(dev): Break long titles 2022-10-04 19:25:12 +02:00
Joost De Cock
b384c044ea chore(dev): Tweak to homepage padding 2022-10-04 19:24:42 +02:00
Joost De Cock
439bb08d23 chore(dev): Homepage tweaks 2022-10-04 18:47:36 +02:00
Joost De Cock
9d228918b7 Merge branch 'develop' of github.com:freesewing/freesewing into develop 2022-10-04 18:25:57 +02:00
Joost De Cock
5615837001 chore(dev): Layout tweaks 2022-10-04 18:25:23 +02:00
Joost De Cock
1e6b583520 chore(dev): Tweaks to home page 2022-10-04 18:01:12 +02:00
Joost De Cock
d237ece755 fix(dev): Viewport fix 2022-10-04 18:00:55 +02:00
Joost De Cock
f7c173cee6
Merge pull request #2914 from freesewing/dependabot/npm_and_yarn/netlify-cli-12.0.4
chore(deps): bump netlify-cli from 11.8.2 to 12.0.4
2022-10-03 19:02:30 -05:00
dependabot[bot]
348da68759
chore(deps): bump netlify-cli from 11.8.2 to 12.0.4
Bumps [netlify-cli](https://github.com/netlify/cli) from 11.8.2 to 12.0.4.
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/netlify/cli/compare/v11.8.2...v12.0.4)

---
updated-dependencies:
- dependency-name: netlify-cli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-04 00:01:24 +00:00
Joost De Cock
c2e9279a19 chore(dev): Footer tweaks 2022-10-04 01:44:27 +02:00
Joost De Cock
dab39fe002 Merge branch 'develop' of github.com:freesewing/freesewing into develop 2022-10-04 01:25:16 +02:00
Joost De Cock
1f4793a5ef feat(dev): Layout/header tweaks 2022-10-04 01:20:49 +02:00
Joost De Cock
dcba39ffff
Merge pull request #2855 from eriese/eriese-fix-builds
[Fix] remove unused vars blocking lab and dev builds
2022-10-03 14:15:29 -05:00
Joost De Cock
db6121d9c5 chore(dev): Guard bundle analyzer behind env var 2022-10-03 17:49:40 +02:00
Joost De Cock
beefdc1069 chore(dev): Updated helpus component 2022-10-03 17:48:23 +02:00
Joost De Cock
2c96f87a8f feat(dev): Updated navigation 2022-10-03 17:47:41 +02:00
Joost De Cock
24b38c4ad3 chore(shared): Removed viz.js 2022-10-03 15:08:11 +02:00
Enoch Riese
14db0afec0 Merge branch 'develop' into eriese-fix-builds 2022-10-02 22:36:50 -05:00
Joost De Cock
ad87a6c7fd chore(dev): Re-folded all docs into one page, dropped viz.js
Did some digging into why the page size had ballooned, and it turns out
it was due to viz.js taking up half the bundle size. So I've dropped the
Dot custom mdx component, and reverted to having all pages served from
one page using getStaticPaths.

Might optimize a bit more later, but for now page size first load JS
went from 816KB to 272KB so that's a big improvement.
2022-10-03 00:14:11 +02:00
Joost De Cock
3a866f7bfa chore(dev): Disabled linter on build for now 2022-10-02 23:04:42 +02:00
Joost De Cock
0ee804876c chore(dev): Generated individual pages for MDX 2022-10-02 22:52:17 +02:00
Joost De Cock
8c65b9d132 chore(dev): Removed blog from the dev site 2022-10-02 21:58:34 +02:00
Enoch Riese
72f4c95e2c Merge branch 'develop' into eriese-fix-builds 2022-10-01 11:59:40 -05:00
nikhil
1430d48910 chore(eslint): More work on the root .eslintrc
* Remove the site-specific and `packages/new-design`-specific `.eslintrc` files
* Use `eslint-config-next` where appropriate (this fixes linting for sites/shared, bringing it in line with the other sites)
* Be more strict about which envs/globals are allowed in any given JavaScript file; assume none by default.
2022-09-26 17:01:46 -04:00
Enoch Riese
6b19c23bca Merge branch 'develop' into eriese-fix-builds 2022-09-26 13:54:09 -04:00
Joost De Cock
34250abeed wip(dev): Work on examples sharing code from workbench 2022-09-25 10:55:37 +02:00
Enoch Riese
3f77ba58c0 remove unused vars blocking lab and dev builds 2022-09-25 00:12:24 -04:00
Joost De Cock
994ce05168
Merge pull request #2834 from freesewing/dependabot/npm_and_yarn/eslint-config-next-12.3.1
chore(deps-dev): bump eslint-config-next from 12.3.0 to 12.3.1
2022-09-24 18:39:21 +02:00
Joost De Cock
73f2ed2b52 chore(dev): Tweaks to docs site 2022-09-20 18:09:52 +02:00
dependabot[bot]
f5d090dbba
chore(deps-dev): bump eslint-config-next from 12.3.0 to 12.3.1
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.3.0 to 12.3.1.
- [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/v12.3.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-20 04:07:44 +00:00
dependabot[bot]
7995c4b719
chore(deps-dev): Bump eslint-config-next from 12.2.5 to 12.3.0
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.2.5 to 12.3.0.
- [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/v12.3.0/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 04:08:07 +00:00
dependabot[bot]
250d19ddc7
chore(deps): Bump react-markdown from 7.1.2 to 8.0.3
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 7.1.2 to 8.0.3.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/7.1.2...8.0.3)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 04:11:01 +00:00
joostdecock
ef9af05348 Merge branch 'cleanup' into develop 2022-08-24 10:07:14 +02:00
joostdecock
5b70025e4f chore: Drop legacy dependencies 2022-08-24 10:00:19 +02:00
dependabot[bot]
64d84dedf7
chore(deps): Bump @heroicons/react from 1.0.6 to 2.0.1
Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 1.0.6 to 2.0.1.
- [Release notes](https://github.com/tailwindlabs/heroicons/releases)
- [Commits](https://github.com/tailwindlabs/heroicons/compare/v1.0.6...v2.0.1)

---
updated-dependencies:
- dependency-name: "@heroicons/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-24 04:10:10 +00:00
joostdecock
ae40299f7b chore: develop now hosts v3 code 2022-08-23 13:45:20 +02:00
joostdecock
d230d0dee8 chore: Reconfigure packages 2022-08-23 13:13:56 +02:00
joostdecock
c8db1f1774 chore: Reconfigure packages 2022-08-22 19:13:28 +02:00
joostdecock
a102acb6aa chore: Reconfigure packages 2022-08-22 15:39:44 +02:00
dependabot[bot]
94511b981b
chore(deps): Bump netlify-cli from 10.17.8 to 11.3.0
Bumps [netlify-cli](https://github.com/netlify/cli) from 10.17.8 to 11.3.0.
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/netlify/cli/compare/v10.17.8...v11.3.0)

---
updated-dependencies:
- dependency-name: netlify-cli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 09:17:03 +00:00
dependabot[bot]
a41dc7ac4e
chore(deps-dev): Bump eslint-config-next from 12.2.4 to 12.2.5
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.2.4 to 12.2.5.
- [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/v12.2.5/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-12 04:15:41 +00:00
Joost De Cock
263b3216ef fix(dev): Clear algolia index prior to indexing 2022-08-10 14:03:18 +02:00
Joost De Cock
e2ae2376ad fix(dev): build script 2022-08-10 14:02:57 +02:00
Joost De Cock
232e0964b3 fix(dev): Updated algolia script for vercel 2022-08-10 11:50:21 +02:00
dependabot[bot]
006685df4f
chore(deps-dev): Bump eslint-config-next from 12.2.3 to 12.2.4
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.2.3 to 12.2.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/v12.2.4/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-05 04:13:21 +00:00
dependabot[bot]
3877d7070c
Bump eslint-config-next from 12.2.2 to 12.2.3
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.2.2 to 12.2.3.
- [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/v12.2.3/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-23 13:18:57 +00:00
joostdecock
406e38783e chore: More style tweaks for jargon 2022-07-18 18:50:34 +02:00
joostdecock
be70c5b424 wip: Work on new rehype-markdown plugin 2022-07-17 21:25:41 +02:00
Joost De Cock
682cddf328
Merge pull request #2397 from freesewing/dependabot/npm_and_yarn/eslint-config-next-12.2.2
Bump eslint-config-next from 12.2.0 to 12.2.2
2022-07-14 19:03:18 +02:00
Joost De Cock
cc4889b4ec chore: Fixing linter warnings 2022-07-12 21:07:42 +02:00