1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
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
a37e66c0e5 feat(lab): Bring up info on paths when clicked upon 2022-06-18 12:15:05 +02:00
Joost De Cock
43ee0f1790 chore: Adapt sites to recent changes 2022-06-17 12:02:09 +02:00
Renamed from sites/freesewing.shared/components/workbench/draft/index.js (Browse further)