1
0
Fork 0
Commit graph

647 commits

Author SHA1 Message Date
Joost De Cock
0d1a4c6717
Merge pull request #4038 from BenJamesBen/remove-debug-from-lab
fix(workbench): Remove `debug` setting
2023-05-18 08:50:45 +02:00
Benjamin F
05f6fb16ca fix(workbench): Set a default for optional parameter 2023-05-17 10:52:34 -07:00
Benjamin F
25ad29a37e fix(workbench): Fixed react-hooks/exhaustive-deps lint errors 2023-05-17 10:22:07 -07:00
Benjamin F
a83f3bacb7 fix(workbench): Allow all falsy values for optional measurements 2023-05-17 10:01:36 -07:00
joostdecock
f0ef11ac67 wip(shared): Work on dynamic docs components 2023-05-17 18:27:04 +02:00
joostdecock
a41b3f09a2 chore(shared): Move org stuff to shared to be used by the lab 2023-05-17 17:32:19 +02:00
joostdecock
2dcf46befa wip(lab): Work on v3 lab 2023-05-17 17:04:15 +02:00
joostdecock
33c51a7289 chore(shared): Updated to social icons/list 2023-05-17 12:18:25 +02:00
joostdecock
c9159d05c6 fix(shared): Tweak opacity for MDX metadata 2023-05-17 10:56:42 +02:00
Joost De Cock
5b12ea49ec feat(shared): Add git info to prebuild step 2023-05-17 10:53:41 +02:00
joostdecock
c047b905df feat: Added YouTube icon to footer. Closes #3935 2023-05-16 10:42:41 +02:00
joostdecock
4fae3a425f feat(dev): Ported dev site to new v3 site framework 2023-05-16 10:34:13 +02:00
joostdecock
ed1ac8a7a7 Merge branch 'develop' into joost 2023-05-16 08:49:35 +02:00
joostdecock
a2d10d816d chore(shared): Removed debug output 2023-05-15 20:35:23 +02:00
joostdecock
5052e885fa chore(shared): Emoji key for design options 2023-05-15 20:35:00 +02:00
joostdecock
9cf7de9a0b wip(shared): Work on MDX wrapper 2023-05-15 20:00:45 +02:00
joostdecock
0b238c989e wip(shared): Switched to webpack loader for MDX 2023-05-15 15:57:46 +02:00
joostdecock
3ef6d832c8 wip(shared): Started working on design-options menu 2023-05-13 19:58:50 +02:00
joostdecock
c1111681e8 wip(shared): Work on core settings menu 2023-05-13 17:52:34 +02:00
joostdecock
e74a73e61e wip(shared): Working on the core settings menu 2023-05-13 14:17:47 +02:00
Benjamin F
3d73ed3be4 fix(workbench): Allow blank optional measurements 2023-05-11 11:51:09 -07:00
joostdecock
517fa3f5e3 wip(shared): Re-factoring workbench 2023-05-11 19:14:48 +02:00
Benjamin F
13c9095be7 fix(workbench): Removed obsolete debug setting 2023-05-11 08:13:07 -07:00
joostdecock
0dece4d70e wip(org): Started working on v3 workbench 2023-05-08 19:28:03 +02:00
joostdecock
bd3ce90e1a wip(org): Work on curation of sets 2023-05-08 14:03:47 +02:00
joostdecock
6dbc6fe078 wip(org): Work on curated sets 2023-05-08 09:31:37 +02:00
joostdecock
080986294b wip(org): Work on new site 2023-05-05 19:56:51 +02:00
Joost De Cock
f5f4acaad2
Merge pull request #3863 from freesewing/snippets
Allow `defs` in the `svg` to be overwritten.
2023-05-02 20:03:33 +02:00
joostdecock
5aabd08b61 wip(org): Work on design pages 2023-05-01 18:27:06 +02:00
joostdecock
39e013be42 feat(org): Better /new page 2023-04-30 21:24:35 +02:00
Benjamin F
329fc9f506 fix(workbench): Do not pre-draft patterns without measurements 2023-04-30 11:51:16 -07:00
joostdecock
1c694d7aac feat(org): Started /new page 2023-04-30 20:31:28 +02:00
joostdecock
e56016ed95 feat(shared): Apply control restrictions to sets 2023-04-30 18:29:56 +02:00
joostdecock
3642242835 feat(org): Completed initial sets management 2023-04-30 17:50:15 +02:00
joostdecock
ebbb4a8b8c feat(shared): Modal design picker and work on sets 2023-04-30 14:53:49 +02:00
joostdecock
9579d4b7bb wip(shared): UI tweaks to sets management 2023-04-30 11:58:17 +02:00
joostdecock
4557e71552 feat(org): Support for creating sets 2023-04-29 20:06:46 +02:00
joostdecock
d3d8e3d35a feat(org): Support for creating sets 2023-04-29 08:29:12 +02:00
Enoch Riese
01bc382e9d lint fix 2023-04-28 16:00:05 -04:00
Enoch Riese
c65c08432a don't rely on browsers to compute transforms in layouting 2023-04-28 15:46:33 -04:00
Joost De Cock
e47c18177b wip(shared): Removed useApp hook in favor of contexts
This removes the useApp hook from all org pages in favor of various
context. This means there is no longer global state that gets passed
around, instead each component that requires access to something shared
(like account, or navigation) can just use the context instead.

This is a first step, as a lot of shared components stil rely on app not
to mention the dev and lab sites.
2023-04-28 21:23:06 +02:00
Wouter van Wageningen
e9ab680c53
Merge pull request #3919 from freesewing/develop
Get up to date with develop
2023-04-26 23:24:53 -07:00
Joost De Cock
5b83b12378 feat(shared): Ported modal from app-wide state to context 2023-04-25 17:33:34 +02:00
Joost De Cock
6340592206 feat(shared): Added TrophyIcon 2023-04-25 11:10:49 +02:00
Enoch Riese
fcd60dcba7 use one example draft for all example tabs. fixes #3834 2023-04-24 00:15:05 -04:00
joostdecock
7991710c52 wip(org): Work on measurments sets 2023-04-22 16:41:13 +02:00
joostdecock
6f53b752f6 feat(org): Added new/apikey page 2023-04-22 15:01:57 +02:00
joostdecock
71a9555fbf feat(shared): make modal wrapper animate from all directions 2023-04-22 14:34:16 +02:00
Enoch Riese
c07b37b7eb [vercel skip] lint fix 2023-04-20 10:23:27 -04:00
Enoch Riese
0cbc0856f4 fix (cutlist) edits to work with plugin-mirror's new strictness 2023-04-20 10:23:27 -04:00