1
0
Fork 0
Commit graph

1735 commits

Author SHA1 Message Date
Joost De Cock
ec02a045e3 Update source file en.yaml
skip-build
2024-01-24 13:27:32 +01:00
Joost De Cock
884fb3ed42 Update source file en.yaml
skip-build
2024-01-24 13:27:31 +01:00
Joost De Cock
3fcae831ce Update source file en.yaml
skip-build
2024-01-24 13:27:28 +01:00
Joost De Cock
069848d074 New translations en.yaml (Ukrainian)
skip-build
2024-01-24 13:01:02 +01:00
Joost De Cock
84a16a845f New translations en.yaml (Ukrainian)
skip-build
2024-01-24 13:00:45 +01:00
Joost De Cock
34c171a629 New translations en.yaml (Ukrainian)
skip-build
2024-01-24 13:00:43 +01:00
Joost De Cock
84a621e4fd New translations en.yaml (Ukrainian)
skip-build
2024-01-24 13:00:37 +01:00
Joost De Cock
172b809d9d New translations en.yaml (Dutch)
skip-build
2024-01-24 12:38:12 +01:00
Joost De Cock
c49d327e7f New translations en.yaml (Dutch)
skip-build
2024-01-24 12:37:56 +01:00
Joost De Cock
9605b87edb New translations en.yaml (Dutch)
skip-build
2024-01-24 12:37:55 +01:00
Joost De Cock
d4e55f9344 New translations en.yaml (Dutch)
skip-build
2024-01-24 12:37:49 +01:00
Joost De Cock
e44da16451 New translations en.yaml (German)
skip-build
2024-01-24 12:15:22 +01:00
Joost De Cock
745d870233 New translations en.yaml (German)
skip-build
2024-01-24 12:15:05 +01:00
Joost De Cock
f2a96aab1a New translations en.yaml (German)
skip-build
2024-01-24 12:15:04 +01:00
Joost De Cock
4849e10de6 New translations en.yaml (German)
skip-build
2024-01-24 12:14:57 +01:00
Joost De Cock
660b5ec4f9 New translations en.yaml (Spanish)
skip-build
2024-01-24 11:51:39 +01:00
Joost De Cock
61f42d7b52 New translations en.yaml (Spanish)
skip-build
2024-01-24 11:51:21 +01:00
Joost De Cock
7c32fae6b6 New translations en.yaml (Spanish)
skip-build
2024-01-24 11:51:20 +01:00
Joost De Cock
dc9019d32e New translations en.yaml (Spanish)
skip-build
2024-01-24 11:51:14 +01:00
Joost De Cock
14f2f4ebe0 New translations en.yaml (French)
skip-build
2024-01-24 11:26:45 +01:00
Joost De Cock
1e9f1b8379 New translations en.yaml (French)
skip-build
2024-01-24 11:26:27 +01:00
Joost De Cock
978a893a4d New translations en.yaml (French)
skip-build
2024-01-24 11:26:25 +01:00
Joost De Cock
49ed8bf2a0 New translations en.yaml (French)
skip-build
2024-01-24 11:26:18 +01:00
Joost De Cock
d5e647f6bf New translations en.yaml (Dutch)
skip-build
2024-01-18 20:43:07 +01:00
Joost De Cock
43e9d5f924
Merge pull request #5738 from freesewing/i18n
New Crowdin Translations [skip build]
2024-01-13 17:14:37 +01:00
Joost De Cock
0ee07f4343
Merge pull request #5741 from VSinerva/develop
Unify user facing delete buttons to be disabled when nothing selected
2024-01-09 21:18:47 +01:00
Joost De Cock
16f5362dff fix(shared): Various broken links (see what I did there?) 2024-01-09 20:53:51 +01:00
98a5c7c20c Merge remote-tracking branch 'upstream/develop' into develop 2024-01-08 13:11:29 +02:00
Joost De Cock
b056f6170a feat(shared): Allow links to break out of modal 2024-01-08 07:22:32 +01:00
Joost De Cock
f657a89187 New translations en.yaml (German)
skip-build
2024-01-07 16:40:37 +01:00
joostdecock
2d37cc6ee5 chore(sites): Improved tabbed example mdx component 2024-01-07 16:33:38 +01:00
joostdecock
f8fffab64d fix: Null-check account 2024-01-02 17:47:23 +01:00
joostdecock
9208fb9a3c fix: Handle newsletter unsubscribe
There were a few issues with the newsletter unsubscribe links that we
sent out in the newsletter. They were pointing to the backend for one
thing.

Also updated the frontend pages to handle unsubscribe from both users
and subscribers.
2024-01-02 16:59:14 +01:00
5d098bc298 Unify user facing delete buttons to be visible but disabled when nothing selected 2024-01-02 15:50:47 +02:00
54f189717a Change to using 'disabled' HTML attribute 2024-01-01 13:57:18 +02:00
2986e42c53 Add disabled pattern delete button when no patterns selected 2023-12-31 00:59:33 +02:00
Joost De Cock
5c32ad1bc1 fix(shared): Fix SVG display in Safari. Closes #5653 2023-12-30 18:52:49 +01:00
Joost De Cock
fc69195665
Merge pull request #5615 from nataliasayang/linedrawings-2
Add Diana, Florence, Uma, Noble, and Lucy line drawings as React components
2023-12-28 17:24:25 +01:00
joostdecock
6e9e2f97ba fix: Add missing measurments images to SDE 2023-12-24 13:27:10 +01:00
Joost De Cock
368652fd8c
Merge branch 'develop' into linedrawings-2 2023-12-10 13:43:05 +01:00
joostdecock
3e2fafa647 chore: Updating SDE dependency list 2023-12-10 13:13:58 +01:00
Natalia Sayang
de20654c00 Added Lucy line drawing 2023-12-09 19:11:06 +00:00
joostdecock
d442e23d69 fix(shared): Saving pattern in edit mode
This reverts the temporary fix for #5534
(commit 99b6e75956 )
and implements a proper fix.

This also closes #5570 as that was a side-effect of the initial
half-assed fix.
2023-12-09 16:11:09 +01:00
joostdecock
9616c8fa59 fix(shared): Hydration error in Popout component.
- Closes #5583
- Closes #5579
- Closes #5578
- Closes #5554
2023-12-09 15:46:55 +01:00
Joost De Cock
99e2f96bfe
Merge branch 'develop' into i18n 2023-12-09 15:07:57 +01:00
Natalia Sayang
41cee3e989 Add Noble line drawing 2023-12-06 03:01:53 +00:00
Natalia Sayang
0cce02a87f Added Diana, Florence, and Uma line drawings 2023-12-06 02:47:37 +00:00
Natalia Sayang
e338c8e695 Add Breanna, Brian, Hortensia line drawings 2023-12-05 04:06:54 +00:00
Joost De Cock
102b518656
Update benjamin.mjs 2023-11-30 16:49:37 +01:00
Natalia Sayang
47ae8e67eb
Merge branch 'freesewing:develop' into develop 2023-11-29 18:23:49 -05:00