Enoch Riese
ffdebf2e8e
fix (cut layout) fix part rotate to grain issues
2023-04-20 10:21:09 -04:00
Enoch Riese
05c0a9dbbf
add cutting layouts to pdf export
2023-04-20 10:21:09 -04:00
Enoch Riese
47953e8e27
handle cases with 'only' in cutting layout
2023-04-20 10:21:09 -04:00
Joost De Cock
6503be60d8
chore: Prettier and eslint fighting again
2023-04-17 20:46:33 +02:00
Joost De Cock
a2350d1b65
chore(shared): Use chart var for mermaid
2023-04-17 20:10:40 +02:00
Joost De Cock
fb63593486
chore(shared): Removed debug line
2023-04-17 20:06:19 +02:00
Joost De Cock
7ef00b3222
chore(shared): Removed debug line
2023-04-17 20:05:11 +02:00
Joost De Cock
4cd2eff9a3
feat(shared): Add Mermaid support to MDX pipeline
...
At the request of @marpants this adds support for mermaid diagrams to
our shared MDX pipeline. Diagrams can be created by using a fenced code
block using the `mermaid` language.
I did not verify to what extend this bloats the bundle. Perhaps that's
something we need to look into later and consider the trade-off. For
now, my main concern is to keep a new contributor happy, so here it goes
:)
2023-04-17 19:58:33 +02:00
Joost De Cock
f9cb66ac61
Merge pull request #3754 from bobgeorgethe3rd/labfix
...
fix(sites) Missing Path Name Info
2023-04-10 11:48:43 +02:00
Luiz Saggioro
fb7ce2d5b0
Pass 'draft' into workbench props
2023-04-08 11:39:37 -04:00
bobgeorgethe3rd
e641957469
fix(sites) Missing Path Name Info
2023-04-04 15:44:36 +00:00
Enoch Riese
4c7dedbcc1
fix (mdx examples) add part name so example will draft
2023-03-20 19:19:05 -05:00
Benjamin F
ae0a311328
fix(workbench): Rotate parts in both directions to align grainline in cutting layout
2023-03-19 05:51:41 -07:00
Enoch Riese
6ca62fb986
don't mirror certain macro paths
2023-03-09 18:20:43 -06:00
Enoch Riese
deb5bb8407
lint fixes
2023-03-09 17:56:29 -06:00
Enoch Riese
f39b947717
more documentation and cleanup
2023-03-09 17:45:10 -06:00
Enoch Riese
89d728bc9c
allow multiple cut specs per material, specifying bias or cutonfold overrides
2023-03-09 11:20:37 -06:00
Enoch Riese
bf51065cc8
add cutting instructions to title. ensure translation on drafts
2023-03-09 08:59:03 -06:00
Enoch Riese
1b259a4205
toggle to hide part buttons on cut and print layouts
2023-03-09 08:52:28 -06:00
Enoch Riese
cc0f9e78a5
lint fixes
2023-03-08 17:06:46 -06:00
Enoch Riese
f5039e0f69
some fixes to print layout exporting regressions
2023-03-04 09:23:31 -06:00
Enoch Riese
650a07b02c
Merge branch 'eriese-progressive-parts' into eriese-cut-v3
2023-03-04 09:10:30 -06:00
Enoch Riese
91787c7705
add a way to have different grain and cutonfold configs by fabric or index
2023-03-02 09:36:09 -06:00
Enoch Riese
a51665f30d
rotate parts to be along grain
2023-03-01 15:03:47 -06:00
Enoch Riese
58b0633fd1
Merge branch 'eriese-progressive-parts' into eriese-cut-v3
2023-03-01 09:09:04 -06:00
Enoch Riese
d356e8f7a3
Merge pull request #3565 from BenJamesBen/safari-forprinting-background-fill
...
fix(workbench): Change forPrinting background fill to "none". Fixes #2649
2023-02-28 19:14:04 -06:00
Enoch Riese
c18090f80e
flip duplicated parts if they shouldn't be identical
2023-02-27 18:30:26 -06:00
Enoch Riese
29e3ba6323
cutting layout page has tabs for each fabric type. parts duplication
2023-02-27 17:47:34 -06:00
Joost De Cock
666448edd1
Merge pull request #3569 from BenJamesBen/ruler-intervals-fix
...
fix(workbench): Restore missing whole and half interval ticks on ruler
2023-02-26 16:32:44 +01:00
Joost De Cock
62bce9825a
Merge pull request #3570 from freesewing/joost
...
feat: Work on API key pages
2023-02-26 09:05:52 +01:00
joostdecock
6a3a14a6bd
fix(org): Linter warnings
2023-02-25 20:06:00 +01:00
joostdecock
644c1b8dcf
feat(org): Work on API keys page
2023-02-25 18:19:11 +01:00
Benjamin F
41e7423876
fix(workbench): Correct ruler tick lengths
2023-02-24 12:36:09 -08:00
Enoch Riese
cd034a7cf3
use new parts adding to add cut duplicates at draft time
2023-02-23 23:30:38 +02:00
Benjamin F
37ca7a759b
fix(workbench): Change forPrinting background fill to "none"
2023-02-23 09:46:52 -08:00
Enoch Riese
22baf5ea05
Merge branch 'eriese-progressive-parts' into eriese-cut-v3
2023-02-23 19:18:16 +02:00
Joost De Cock
ac86e62d11
Merge pull request #3527 from freesewing/joost
...
feat(org): Work on account pages and shared functionality (modal/toast)
2023-02-22 19:29:50 +01:00
Enoch Riese
3bbea6d4c2
mirror on fold macro
2023-02-21 22:56:03 +02:00
Enoch Riese
18a5dac39d
cutting layout allows setting fabric width and calculates fabric length
2023-02-21 22:56:03 +02:00
Enoch Riese
6dbe15a862
cutting layout renders at the most basic level
2023-02-21 22:56:03 +02:00
Joost De Cock
4822edb47a
Merge pull request #3536 from eriese/eriese-mjs-lint
...
fix (useLocalStorage) Simplify useLocalStorage hook
2023-02-19 21:03:56 +01:00
Joost De Cock
ce3cbc27ad
Merge branch 'develop' into joost
2023-02-19 20:58:58 +01:00
joostdecock
ff776e8ee7
Merge branch 'develop' into joost
2023-02-18 10:09:04 +01:00
Enoch Riese
b8ff4f0710
remove unused examples mdx component
2023-02-15 12:42:15 -06:00
Enoch Riese
a2f8310d41
add wrap flag to iconWrapper
2023-02-14 11:21:20 -06:00
Enoch Riese
9190fc1558
useCallback for all gist mutation methods so they can be called in useEffect
2023-02-14 09:54:25 -06:00
Enoch Riese
0a07ca8de0
some lint fixes from after the mjs overhaul
2023-02-13 16:44:12 -06:00
Joost De Cock
7bfb630bb4
Merge pull request #3530 from eriese/eriese-test-menu
...
fix (TestThing) Fix menu and inital draft
2023-02-13 12:47:19 +01:00
Benjamin F
776ed5631c
fix(shared): Use named export
2023-02-12 12:39:40 -08:00
Enoch Riese
2ea5fe741a
oops, patternProps
2023-02-12 11:41:31 -06:00