joostdecock
7a720ca872
chore: Remove lint
2023-11-26 14:42:02 +01:00
joostdecock
99b6e75956
fix(shared): Save pattern when bootstrapping edit mode.
...
This fixes #5534
2023-11-26 12:33:17 +01:00
joostdecock
13d11e070d
fix(shared): Don't print URL on export. Closes #5526
2023-11-26 11:47:54 +01:00
joostdecock
967ed3c443
fix: Allow clicks in modal wrapper content
...
This raises the content inside the modal wrapper and stops propagation
of clicks. This fixes #5527 which closed the modal when people were
trying to select a different tab in the modal content.
On desktop, you can still close the modal by clicking outside of the
content. However, on mobile, the modal fills the entire screen so there
is no way to click outside and close the modal.
So this also includes a change that adds a close button to the bottom
right corner (only shown on mobile).
2023-11-26 11:42:50 +01:00
Natalia Sayang
f9817e2e05
Adding Bella line drawings as React component
2023-11-20 21:19:40 +00:00
Joost De Cock
dd61831717
Merge pull request #5449 from freesewing/woutervdub-patch-1
...
Fix bug #5448
2023-11-20 16:06:21 +01:00
Joost De Cock
4be9058061
chore: Remove lint
2023-11-20 15:56:53 +01:00
joostdecock
ae9637e50d
chore: Remove lint
2023-11-18 18:53:39 +01:00
joostdecock
548c93a2a0
fix(shared): Always show flags. Fixes #5489
2023-11-18 18:40:17 +01:00
joostdecock
0780e22ae0
fix(shared): Names in measieimage and force aspect ratio
2023-11-18 18:37:49 +01:00
joostdecock
c2cbbf1928
fix(shared): Include MeasieImage. Fixes #5485
2023-11-18 18:25:25 +01:00
Joost De Cock
036d5d6207
Merge pull request #5499 from freesewing/joost
...
feat(shared); Integrated timing plugin in workbench
2023-11-18 16:44:50 +01:00
joostdecock
e958dd2dd5
chore: Remove lint
2023-11-18 16:38:51 +01:00
joostdecock
6c489792ba
feat(shared); Integrated timing plugin in workbench
2023-11-17 19:44:07 +01:00
Joost De Cock
8a0ec5be35
Merge pull request #5469 from freesewing/joost
...
fix(shared): Show status ok when there's no active issues
2023-11-12 13:02:02 +01:00
joostdecock
aa282c8a93
chore: Remove lint
2023-11-12 12:56:11 +01:00
joostdecock
99a75828a7
fix(shared): Null-check issues
2023-11-12 12:54:13 +01:00
joostdecock
032ac13caa
fix(shared): Show status ok when there's no active issues
2023-11-12 12:39:30 +01:00
Joost De Cock
8ae1c966a4
Merge pull request #5464 from freesewing/joost
...
feat(shared): Added images for measurements
2023-11-12 11:18:44 +01:00
joostdecock
fbd6cd0a64
chore(shared): Make componenet non-anonymous
2023-11-12 11:15:41 +01:00
joostdecock
245ed30cac
chore: Remove lint
2023-11-12 11:06:29 +01:00
joostdecock
ec5c176c5b
chore: Remove lint
2023-11-12 11:00:51 +01:00
joostdecock
a88f8652ae
feat(shared): Added images for measurements
2023-11-11 18:55:28 +01:00
joostdecock
27a5b7ecd5
fix(org): Add padding to consent form
2023-11-10 17:20:09 +01:00
Joost De Cock
a74a0684bc
Merge pull request #5442 from freesewing/joost
...
chore: Show more resolved issues
2023-11-08 20:49:56 +01:00
joostdecock
4c13a18b77
chore: Show more resolved issues
2023-11-08 20:49:29 +01:00
Joost De Cock
baa5d567cf
Merge pull request #5441 from freesewing/joost
...
fix(core): Corectly load conditional plugins
2023-11-08 20:38:15 +01:00
joostdecock
b3547dda63
fix(shared): Set z-index on draft header. Fixes #5440
2023-11-08 20:36:47 +01:00
Joost De Cock
04000b6689
Merge pull request #5438 from freesewing/joost
...
fix(shared): Instantiate plugin-i18n with correct parameters in export handler
2023-11-07 20:54:46 +01:00
Joost De Cock
7b94ab65d2
Merge pull request #5434 from SophiaH67/fix-github-placeholders
...
fix(sites): swap github email and name placeholders
2023-11-07 20:51:46 +01:00
joostdecock
ff9d292b25
fix(shared): Correctly instantiate plugin-i18n in export handler
...
The translation method was passed incorrectly, causing exported patterns
to be untranslated.
Closes #5426
2023-11-07 20:46:32 +01:00
joostdecock
9e45b23f0c
feat(shared): Added Mastodon verification
2023-11-07 19:51:42 +01:00
joostdecock
03881fab5f
chore: Remove lint
2023-11-07 19:50:16 +01:00
joostdecock
6169ce3540
chore: Remove lint
2023-11-07 19:38:50 +01:00
joostdecock
40d497e135
chore: Remove lint
2023-11-07 19:32:03 +01:00
joostdecock
f8c898827d
fix(shared): Guard against exporting without settings
...
When generating a fully default design that does not require any
measurements, the export failed because where we expect a settings
object, we get `false` instead. This guards against this scenario by
instantiating an empty object in this case.
Fixes #5430
2023-11-07 19:24:43 +01:00
Sophia Hage
805b14ff6f
fix(sites): swap github email and name placeholders
2023-11-07 13:22:38 +01:00
Joost De Cock
f44cc169ca
feat(org): Add status to support page
2023-11-07 11:51:15 +01:00
joostdecock
ca229918e2
wip: Work on status component
2023-11-06 21:09:34 +01:00
Joost De Cock
f1ca01f9ee
chore: Remove lint
2023-11-06 13:02:16 +01:00
Joost De Cock
7fff2b5621
fix(shared): Fix route after save. Closes #5424
2023-11-06 12:57:47 +01:00
Joost De Cock
cf7d8155b2
Merge pull request #5404 from freesewing/i18n
...
New Crowdin Translations [skip build]
2023-11-04 07:47:34 +01:00
Joost De Cock
d9e6dd9baf
Merge pull request #5402 from freesewing/joost
...
chore: Various small tweaks
2023-11-04 07:47:15 +01:00
Joost De Cock
c4b872a593
New translations en.yaml (Ukrainian)
...
skip-build
2023-11-03 23:36:39 +01:00
Joost De Cock
377e338d66
New translations en.yaml (Ukrainian)
...
skip-build
2023-11-03 23:32:29 +01:00
Joost De Cock
197123718c
New translations en.yaml (Ukrainian)
...
skip-build
2023-11-03 23:32:28 +01:00
Joost De Cock
a4e7c1c1f7
New translations en.yaml (Ukrainian)
...
skip-build
2023-11-03 23:32:25 +01:00
Joost De Cock
c443b75b3b
New translations en.yaml (Ukrainian)
...
skip-build
2023-11-03 23:32:23 +01:00
Joost De Cock
c66fa68b9d
New translations en.yaml (Ukrainian)
...
skip-build
2023-11-03 23:32:22 +01:00
Joost De Cock
6536638dd7
New translations en.yaml (Ukrainian)
...
skip-build
2023-11-03 23:32:11 +01:00