bobgeorgethe3rd
e641957469
fix(sites) Missing Path Name Info
2023-04-04 15:44:36 +00:00
Enoch Riese
bf51065cc8
add cutting instructions to title. ensure translation on drafts
2023-03-09 08:59:03 -06:00
Enoch Riese
0a07ca8de0
some lint fixes from after the mjs overhaul
2023-02-13 16:44:12 -06:00
bobgeorgethe3rd
80796033c3
Fix to display Path information
2023-02-11 17:59:38 +00:00
Enoch Riese
dd4aabc557
fix lab build errors after mjs transition
2023-02-09 21:39:19 -06:00
joostdecock
86aa0f20da
chore: linter issues
2023-02-05 19:58:25 +01:00
joostdecock
1bd908d2c0
chore: Linter warnings
2023-02-05 16:30:12 +01:00
joostdecock
59708f534d
wip(lab): Work on porting lab/workbenck to named exports
2023-01-29 18:57:24 +01:00
Enoch Riese
2b5555e43b
add displayName to PartInner
2022-12-13 12:06:39 -06:00
Enoch Riese
e1f7de0209
render pageless grid on pdf exports if pageless is on
2022-12-13 11:55:50 -06:00
Enoch Riese
22c92b10d8
some comments and cleanup
2022-12-12 10:14:28 -06:00
Enoch Riese
3676c7af07
lint fixes
2022-11-14 16:53:31 -06:00
Enoch Riese
d8cb8a7783
pdf export working
2022-11-14 14:02:11 -06:00
Enoch Riese
2e2cbf70d2
print layout renders and remembers changes
2022-10-28 15:03:04 -05:00
Joost De Cock
857695445e
feat(shared): Show all path points in Xray
2022-10-09 17:32:32 +02:00
Joost De Cock
9dc06c0a55
feat(shared): Don't Xray points outside path boundary
2022-10-09 17:32:05 +02:00
Benjamin F
2a06108101
fix(shared): Correct error/warning counts for sets.
2022-10-08 07:28:44 -07:00
Joost De Cock
295d3481f9
fix(shared): Log display on error message. Fixed #2898
2022-10-06 23:00:27 +02:00
Joost De Cock
f7ad405bd0
fix(shared): Re-add paperless grid. Closes #2836
2022-09-29 01:29:45 +02:00
Joost De Cock
e960d31d96
chore: Lab debug and types. See #2838
2022-09-28 19:22:22 +02:00
Joost De Cock
ab2a86d77c
chore(shared): Removed debug statement
2022-09-26 17:35:30 +02:00
joostdecock
31a28d2faa
chore(shared): Changes for recent core changes
2022-09-25 10:55:37 +02:00
Joost De Cock
f0e233513b
wip(dev): More changes for v3 docs
2022-09-25 10:55:37 +02:00
Joost De Cock
34250abeed
wip(dev): Work on examples sharing code from workbench
2022-09-25 10:55:37 +02:00
joostdecock
66f7b85504
fix(lab): Changes for rendering examples
2022-09-25 10:55:37 +02:00
Joost De Cock
7730d4976f
fix(lab): Don't check for render in paths
2022-09-18 22:58:03 +02:00
Joost De Cock
f882a26408
chore(lab): Changes to handle multisets in core
2022-09-17 10:30:21 +02:00
Joost De Cock
ef5e792d6b
chore: Linter fixes
2022-09-14 15:02:39 +02:00
Joost De Cock
7ac5a88dff
feat(core): Added support for stacks in layout
2022-09-13 17:56:01 +02:00
Joost De Cock
13e32d9ed9
chore(lab): Changes for pattern data
2022-09-01 08:51:57 +02:00
Enoch Riese
1a65a16e56
separate print layout from draft layout. add better buttons
2022-08-09 16:17:17 -05:00
Enoch Riese
0aef9b5ace
deepscan fixes
2022-07-16 08:22:51 -04:00
Enoch Riese
9abea28b6e
default error page
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
Joost De Cock
3124f72a2a
fix(workbench): Guard against snippets without anchor
2022-07-09 15:44:11 +02:00
Enoch Riese
56a668ea65
one more deepscan fix
2022-06-28 17:29:08 -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
8f35ccf9b9
rotation works smoothly
2022-06-28 02:02:51 -05:00
Joost De Cock
bc6d4b226c
feat(lab): Unit-formatting in Xray info
2022-06-24 11:34:22 +02:00
Enoch Riese
39cbf70c3e
all gist mutation now uses the new functions
2022-06-23 12:50:51 -05:00
Joost De Cock
2b3143d395
fix(shared): Handle missing patternProps
2022-06-23 15:18:01 +02:00
Joost De Cock
640b7231be
fix(shared): Avoid flash of draft error before re-render
...
When measurments are missing, the useEffect hook will rerender to show
the measurements page. However, before that happens there's a brief
flash of the (failed) draft because it errors without the measurements.
This prevents that by passing down whether or not all required
measurements are available, and if not the draft returns null
2022-06-23 10:11:41 +02:00
Joost De Cock
70e0da6ced
feat(lab): More dev info on Xray mode
2022-06-18 18:15:17 +02:00
Joost De Cock
026c7adcd2
feat(lab): Hover info for parts
2022-06-18 17:02:19 +02:00
Joost De Cock
fb403e4b4d
feat(lab): Added point info
2022-06-18 13:15:15 +02:00
Joost De Cock
5fba460e4b
chore(lab): Tweaks to path info
2022-06-18 12:49:49 +02:00