1
0
Fork 0
Commit graph

410 commits

Author SHA1 Message Date
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
Enoch Riese
0d677367b8 add edge of fabric warning 2023-04-20 10:23:27 -04:00
Enoch Riese
adbc817863 add plugin-cutlist to plugin-annotations 2023-04-20 10:22:47 -04:00
Enoch Riese
04bab16cbd deepscan fixes 2023-04-20 10:21:10 -04:00
Enoch Riese
ecfe9984ac lint fixes 2023-04-20 10:21:10 -04:00
Enoch Riese
5c80c8dbc3 use svg transforms to flip and rotate cutlist parts 2023-04-20 10:21:10 -04:00
Enoch Riese
cf3d85b223 resolves #3777 get correct snippet anchor names 2023-04-20 10:21:10 -04:00
Enoch Riese
f806acaa62 cleaner rotation of text, handling of titles 2023-04-20 10:21:10 -04:00
Enoch Riese
e9cad60778 documenting 2023-04-20 10:21:10 -04:00
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
Wouter van Wageningen
3e91e23ed5 Working version 2023-04-20 05:44:39 +00:00
Joost De Cock
7f8911a49d feat(shared): Use modal menu as main menu 2023-04-19 20:56:15 +02:00
Joost De Cock
c5e8f69459 fix(shared): Check for crumbs being present 2023-04-19 20:05:09 +02: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
joostdecock
4edd657ebf chore(markdown): Tweaks to org docs 2023-04-16 19:17:00 +02:00
joostdecock
c53abd0ec0 feat(shared): Updated PrevNext for new navigation 2023-04-16 18:39:11 +02:00
joostdecock
6057d0f548 chore(org): Slice navigation for faq pages 2023-04-16 17:35:44 +02:00
joostdecock
ff146634b6 chore: Linter warnings 2023-04-16 17:17:43 +02:00
joostdecock
33c609c886 chore: Linter warnings 2023-04-16 17:13:18 +02:00
joostdecock
86a5a8765b wip(org): Work on modal menus 2023-04-16 16:19:49 +02:00
joostdecock
6ae91efeed chore: Improvements to modal 2023-04-16 10:45:36 +02:00
joostdecock
ac2fe10294 Merge branch 'develop' into joost 2023-04-15 17:00:23 +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
joostdecock
dbab735eeb wip(shared): Work on modal menu 2023-04-09 15:57:25 +02:00
joostdecock
aaef2a5b4a chore(shared): Add shadown to theme picker buttons 2023-04-09 11:59:56 +02:00
Luiz Saggioro
fb7ce2d5b0 Pass 'draft' into workbench props 2023-04-08 11:39:37 -04:00
joostdecock
2ac149655c wip(shared): Theme changes 2023-04-08 10:53:24 +02:00
joostdecock
54ab0e9862 wip(org): New modal language picker 2023-04-07 17:33:45 +02:00
joostdecock
4b4537c2a7 wip(org): New header and theme picker 2023-04-07 17:10:54 +02:00
bobgeorgethe3rd
e641957469 fix(sites) Missing Path Name Info 2023-04-04 15:44:36 +00:00
Joost De Cock
83e4e86f74 wip: Work on site navigation 2023-04-01 15:41:58 +02:00
Joost De Cock
995bb23551 wip(shared): Nav prebuild changes 2023-03-28 16:47:52 +02:00