1
0
Fork 0
Commit graph

111498 commits

Author SHA1 Message Date
joostdecock
f0cfc5d0f1 fix(org): Left-behind commit for wide docs content on index page 2024-03-24 09:43:55 +01:00
joostdecock
e3d3456dab fix(shared): Remove debug statement 2024-03-23 17:32:42 +01:00
joostdecock
38d48690ad chore: Linter warnings 2024-03-23 17:14:57 +01:00
joostdecock
81831f1dc4 chore(shared): Tweaks to navlinks and allow wide reading view
Having build a documentation system at my job as well as the frontend
for it, it was rather surprised that a surprisingly large proportion of
my colleagues complained that the text was 'too narrow'.

When reading documentation, the horizontal space is constrained to limit
the amount of characters on a line. Long lines make for very hard to
read text, because each time your eyes dart back from the end of the
line to the beginning of the next line, it becomes harder to stay
vertically anchored on the correct line.

It's best practice to limit the line length like this, and so I've
always been doing it. However, after someone at work asked, I added a
toggle to allow the text to fill the available space.

Much to my surprise, this was hailed like some sort of significant
improvement. I still don't think it makes sense, but I've added a
similar checkbox to the docs pages of both dev and org sites anyway.
2024-03-23 17:05:30 +01:00
joostdecock
f1e407d789 feat(org): Added admin subscribers page 2024-03-23 15:50:24 +01:00
joostdecock
71b57adaf7 chore(uma): Bump difficulty to 2 2024-03-23 12:03:10 +01:00
joostdecock
e48ca5faf7 fix: Typo in changelog 2024-03-23 11:55:04 +01:00
joostdecock
c5569332de chore(lab): Prebuild update 2024-03-23 11:53:31 +01:00
joostdecock
9ddcbf7e01 fix(lab): Always prebuild empty jargon file
Closes #6399
2024-03-23 11:52:58 +01:00
joostdecock
0b25bd2a0f chore(markdown): Fixes due to crowdin issues 2024-03-23 11:52:46 +01:00
joostdecock
75ca01a448 fix(shared): Remove double entry in en.yaml 2024-03-23 11:39:27 +01:00
joostdecock
b2b2e0cf73 chore: dependencies update 2024-03-23 11:36:28 +01:00
joostdecock
a71f1cecfd Merge branch 'develop' into joost 2024-03-23 11:30:28 +01:00
Joost De Cock
0e1759a2d2
Merge pull request #6373 from BenJamesBen/warning-i18n
fix(shared): Correct warning logs translation key name
2024-03-23 11:18:53 +01:00
Joost De Cock
37bc172049
Merge pull request #6374 from freesewing/i18n
New Crowdin Translations [skip build]
2024-03-23 11:18:26 +01:00
Joost De Cock
ab88230d8b
Merge pull request #6403 from BenJamesBen/bookmarkThisPage
fix(shared): Use "Bookmark this" translation strings
2024-03-23 11:18:02 +01:00
Joost De Cock
37342e1fd9
Merge pull request #6405 from nataliasayang/patterndesigntutorial
Edits to pattern design tutorial
2024-03-23 11:16:15 +01:00
Joost De Cock
928099fb53
Merge pull request #6406 from nataliasayang/linedrawings
Adds Gozer, Hi, and Holmes line drawings
2024-03-23 11:15:46 +01:00
Joost De Cock
6cf1e596a5
Merge branch 'develop' into linedrawings 2024-03-23 11:15:39 +01:00
Joost De Cock
02786f230a New translations en.md (German)
skip-build
2024-03-23 10:47:29 +01:00
joostdecock
d865441f90 chore: Typos in changelog 2024-03-23 10:25:22 +01:00
joostdecock
3712b70236 fix(huey): Zipper length calculation, clarify it is a maximum
This stems from the excellent work by @HaasJona in #6421 in which they
requested to double-check the zipper length calculation. Which I didn't
get around to doing in the code review, but was able to now.

Turns out there was a slight issue with it, so this resolves it.
I've also updated the wording to clarify that what we are calculating as
the __maximum__ zipper lenght. Since zippers typically come is standard
lengths, it's typically not possible to find the exact length you need,
so it's IMHO important to make it clear to the user they should always
purchase a zipper that is as close as possible, yet shorter than the
calculated maximum length.
2024-03-23 10:20:23 +01:00
Joost De Cock
a13e9d676d
Merge pull request #6421 from HaasJona/fix/huey
fix(huey): Assorted minor fixes and improvements
2024-03-23 09:54:06 +01:00
Joost De Cock
6a2bd7df6f
Merge pull request #6422 from nataliasayang/faqupdates
Added three questions to the FAQ
2024-03-23 09:24:33 +01:00
Joost De Cock
a3bda8d4e5
Merge pull request #6423 from woutervdub/fixes
Fixes #6387 and #6389
2024-03-23 09:22:50 +01:00
Jonathan Haas
2372eb6002 fix(huey): Add missing i18n strings, hide unused parts, add a note about needed zipper length 2024-03-22 19:40:50 +01:00
Joost De Cock
fd6bc86430 Update source file en.yaml
skip-build
2024-03-22 19:04:58 +01:00
Joost De Cock
9f81e78d67 New translations en.yaml (Ukrainian)
skip-build
2024-03-22 18:47:23 +01:00
Joost De Cock
ce57674dac New translations en.yaml (Dutch)
skip-build
2024-03-22 18:26:53 +01:00
Joost De Cock
b5a529a0c7 New translations en.yaml (German)
skip-build
2024-03-22 18:06:06 +01:00
Joost De Cock
208753850d New translations en.yaml (Spanish)
skip-build
2024-03-22 17:45:46 +01:00
woutervdub
8efcde1c78 Fix #6387 2024-03-22 16:36:10 +00:00
woutervdub
f9c6620b91 Fix #6389 2024-03-22 16:33:30 +00:00
Joost De Cock
bc21b25527 New translations en.yaml (French)
skip-build
2024-03-22 17:24:48 +01:00
Joost De Cock
5520e4a77f
Merge pull request #6402 from BenJamesBen/singular-titles
fix(org,shared): Use singular words for page titles
2024-03-22 16:49:11 +01:00
Natalia Sayang
2662be91af
Add photos to measurements-issues FAQ entry 2024-03-21 21:59:12 -04:00
Natalia Sayang
58dd09710f
Add measurement photos 2024-03-21 21:51:36 -04:00
Wouter van Wageningen
da96b7bddf
Merge pull request #24 from freesewing/develop
catch-up
2024-03-21 14:26:56 -07:00
Natalia Sayang
2090ccb34f Add entries to FAQ 2024-03-21 21:11:17 +00:00
Joost De Cock
4f35f889e8
Merge pull request #6407 from BenJamesBen/farbic-typo
fix(jaeger,paco,sandy): Typo
2024-03-21 09:02:01 +01:00
Joost De Cock
7440ca3634
Merge pull request #6408 from freesewing/dependabot/npm_and_yarn/babel/eslint-parser-7.24.1
chore(deps): Bump @babel/eslint-parser from 7.23.10 to 7.24.1
2024-03-21 09:01:08 +01:00
Joost De Cock
e61625c0ad
Merge pull request #6409 from freesewing/dependabot/npm_and_yarn/html-react-parser-5.1.9
chore(deps): Bump html-react-parser from 5.1.8 to 5.1.9
2024-03-21 09:00:58 +01:00
Joost De Cock
1973d577c7
Merge pull request #6410 from freesewing/dependabot/npm_and_yarn/babel/preset-react-7.24.1
chore(deps): Bump @babel/preset-react from 7.23.3 to 7.24.1
2024-03-21 09:00:48 +01:00
Joost De Cock
2e03f4de52
Merge pull request #6411 from freesewing/dependabot/npm_and_yarn/next-14.1.4
chore(deps): Bump next from 14.1.3 to 14.1.4
2024-03-21 09:00:37 +01:00
Joost De Cock
a04112ab9e
Merge pull request #6418 from freesewing/dependabot/npm_and_yarn/autoprefixer-10.4.19
chore(deps): Bump autoprefixer from 10.4.18 to 10.4.19
2024-03-21 09:00:25 +01:00
Joost De Cock
a85a3e30d7
Merge pull request #6419 from freesewing/dependabot/npm_and_yarn/express-4.19.1
chore(deps): Bump express from 4.18.3 to 4.19.1
2024-03-21 09:00:15 +01:00
Joost De Cock
4d7547e7a6
Merge pull request #6420 from freesewing/dependabot/npm_and_yarn/postcss-8.4.38
chore(deps-dev): Bump postcss from 8.4.37 to 8.4.38
2024-03-21 09:00:05 +01:00
dependabot[bot]
202b341e95
chore(deps-dev): Bump postcss from 8.4.37 to 8.4.38
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.37 to 8.4.38.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.37...8.4.38)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 04:44:31 +00:00
dependabot[bot]
4a8bf14ade
chore(deps): Bump express from 4.18.3 to 4.19.1
Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.3...4.19.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 04:43:38 +00:00
dependabot[bot]
13a4528478
chore(deps): Bump autoprefixer from 10.4.18 to 10.4.19
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.18 to 10.4.19.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.18...10.4.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 04:42:38 +00:00