1
0
Fork 0
Commit graph

73 commits

Author SHA1 Message Date
Enoch Riese
7cf7e0c90a move export to web worker 2022-08-21 10:26:35 +01:00
Enoch Riese
df7011329b properly take transformed position into account for checking blank pages 2022-08-17 14:27:06 -05:00
Enoch Riese
3b8d7e141c deepscan fixes 2022-08-17 13:27:40 -05:00
Enoch Riese
3d54cbbc52 documenting and cleanup 2022-08-17 13:11:22 -05:00
Enoch Riese
6b840d81dd remove dead export file 2022-08-17 00:47:45 -05:00
Enoch Riese
10fe19455d don't render empty pdf pages 2022-08-17 00:34:25 -05:00
Enoch Riese
aa75c041f7 don't use dom points in gist, fixes yaml exports 2022-08-16 00:40:33 -05:00
Enoch Riese
94c324b2e7 most export to pdf functionality re-instated 2022-08-16 00:33:35 -05:00
Enoch Riese
e41e3a67ba fix deepscan issues 2022-08-14 17:36:54 -05:00
Enoch Riese
4a0f3f65a6 documenting code 2022-08-14 16:50:16 -05:00
Enoch Riese
58b4d8cd37 Merge branch 'develop' into eriese-layout-buttons 2022-08-09 16:17:28 -05:00
Enoch Riese
1a65a16e56 separate print layout from draft layout. add better buttons 2022-08-09 16:17:17 -05:00
Benjamin F
72ac128c42 Remove seam allowance hinting from UI. (They were moved to the settings text). 2022-08-04 11:22:55 -07:00
Benjamin F
5b3fb39cb7 Change saBool option label to "Seam allowance enabled". 2022-08-03 12:02:39 -07:00
Benjamin F
832838736c Fix seam allowance slider to allow SA value changes when SA is set to zero but still enabled. 2022-08-03 12:00:48 -07:00
Enoch Riese
0b18a3e1c5 add stuff that was mysteriously missing from error-boundary 2022-07-17 15:03:27 -04:00
Enoch Riese
0aef9b5ace deepscan fixes 2022-07-16 08:22:51 -04:00
Enoch Riese
a1b80dd263 cleanup 2022-07-16 08:17:37 -04:00
Enoch Riese
9abea28b6e default error page 2022-07-16 07:38:51 -04:00
Enoch Riese
9bcfa4f39b add reset_all and undo buttons to error boundary. no styling 2022-07-16 07:38:51 -04:00
Enoch Riese
00953e9189 add more error handling to workbench 2022-07-16 07:38:51 -04:00
Enoch Riese
b047cb0e1f fixing little issues 2022-07-16 07:38:51 -04:00
Joost De Cock
cc4889b4ec chore: Fixing linter warnings 2022-07-12 21:07:42 +02:00
Joost De Cock
a32e73f2fc chore: Fixing linter warnings 2022-07-12 20:47:39 +02:00
Enoch Riese
9e65a7fa31 oops, one more partName needed changing 2022-07-12 00:27:36 -05:00
Enoch Riese
959345ead0 keep drag handlers off the pages part 2022-07-12 00:02:55 -05:00
Enoch Riese
2e09f31c99 pass partname to part pieces 2022-07-11 21:00:16 -05:00
Joost De Cock
859483816c fix(workbench): Be consistent in naming design/pattern 2022-07-09 15:58:13 +02:00
Joost De Cock
3124f72a2a fix(workbench): Guard against snippets without anchor 2022-07-09 15:44:11 +02:00
Joost De Cock
8b3cc99ebb fix(lab): Handle mm options gracefully 2022-07-03 12:56:10 +02:00
Joost De Cock
503e553c15 chore(shared): Phase-out use of utils package 2022-07-03 12:55:46 +02:00
Joost De Cock
474188a05e fix(shared): Don't import from core source files
Importing from source files (of published packages) works fine
in the monorepo, but breaks outside of it.
Specifically, it breaks in the standalone development environment
which spins up the lab outside the monorepo.

For a situation like this, you need to make sure we have a
named export that's available from the built package.
2022-07-02 20:21:36 +02:00
Joost De Cock
f59aea1ef4
Merge pull request #2317 from eriese/eriese-rollback
Roll Back some changes to `useGist`
2022-06-29 13:39:23 +02:00
Joost De Cock
2da980592a chore: Keep SVG to max height of the screen 2022-06-29 13:36:41 +02:00
Joost De Cock
f0d3f21070 chore(shared): Style reset button consistent with other buttons 2022-06-29 13:07:44 +02:00
Enoch Riese
b733605069 Merge branch 'develop' into eriese-rollback 2022-06-28 17:30:27 -05:00
Enoch Riese
56a668ea65 one more deepscan fix 2022-06-28 17:29:08 -05:00
Enoch Riese
a7931792ea deepscan fixes and viewbox sizing on negative position fix 2022-06-28 17:25:22 -05:00
Enoch Riese
404718c776 clean up and document 2022-06-28 16:41:44 -05:00
Enoch Riese
b2fcee3037 consistently set up part transforms 2022-06-28 16:13:21 -05:00
Enoch Riese
6f6a165459 use svg functions to translate from DOM space to svg space 2022-06-28 15:16:29 -05:00
Enoch Riese
15525678d4 break layout/draft.js into smaller files 2022-06-28 13:41:27 -05:00
Enoch Riese
e21ffa4bc8 use subject to reduce number of variables that all sound like the same thing 2022-06-28 13:29:00 -05:00
Enoch Riese
8f35ccf9b9 rotation works smoothly 2022-06-28 02:02:51 -05:00
Enoch Riese
400835eea0 remove unnecessary resetGist in favor of export defaultGist 2022-06-24 23:40:00 -05:00
Enoch Riese
210c463a38 simplify gist methods. set gist now sets the gist 2022-06-24 12:59:08 -05:00
Joost De Cock
bc6d4b226c feat(lab): Unit-formatting in Xray info 2022-06-24 11:34:22 +02:00
Enoch Riese
ce4cf36394 get rid of reducer from gist hook 2022-06-23 14:37:11 -05:00
Enoch Riese
39cbf70c3e all gist mutation now uses the new functions 2022-06-23 12:50:51 -05:00
Joost De Cock
e5bcf3a6e1 feat(shared): Better error display in workbench 2022-06-23 15:18:20 +02:00