joostdecock
6821086dd6
fix(jane): Fix various issues with Jane
...
This includes wrong names for MDX components, missing content for
documentation of design options, and renaming a poorly named option.
2024-05-12 11:58:46 +02:00
joostdecock
0842b0411a
chore: Update dependencies and prebuild artifacts
2024-05-11 17:08:05 +02:00
Joost De Cock
bd80925c0d
Merge pull request #6332 from HaasJona/add/umbra-underwear
...
Add Umbra, an underwear pattern based on Uma
2024-05-04 16:37:17 +02:00
Joost De Cock
b004113836
Merge branch 'develop' into add/bibi
2024-05-04 16:28:30 +02:00
Jonathan Haas
44bb09e4c3
add(bibi): Add Bibi, a FreeSewing pattern for a knit top body block
2024-04-30 07:46:57 +02:00
Jonathan Haas
29af9b2704
Add Umbra, an underwear pattern based on Uma
2024-04-16 19:48:59 +02:00
anna-puk
f4b015d3e2
got lily
to work in the lab (by merging code from elsewhere)
2024-03-28 17:35:45 +01:00
joostdecock
703f8fd6e1
chore: Updated dependencies
2024-02-04 11:54:17 +01:00
joostdecock
9e5fbdf3ba
chore: Updated dependencies
2024-01-06 11:57:11 +01:00
Joost De Cock
a1ca849847
chore: Blog post for v3.1 release
2023-12-30 18:20:24 +01:00
joostdecock
21b756e451
chore: Reconfigure packages
2023-10-24 17:01:54 +02:00
Joost De Cock
ded3347d2c
chore: Various prebuild/reconfigure steps to integrate gozer
2023-10-17 08:29:47 +02:00
Joost De Cock
e31c2c55bc
fix: Add skully to lab/org
2023-10-15 20:52:02 +02:00
Joost De Cock
a13900d5e9
Merge branch 'shelly-3' of github.com:Thrunic/freesewing into Thrunic-shelly-3
2023-10-14 14:25:55 +02:00
Joost De Cock
bfcce1b705
chore(otis): Properly add to monorepo
2023-10-14 13:27:49 +02:00
Thrunic
0f93950bf8
Trying to fix issues with booting the lab.
2023-10-11 23:28:34 -04:00
Joost De Cock
7eff523f7e
fix: Make yarn new design work again
...
Also makes the reconfigure script responsible for the generation of the
use-design hook.
2023-10-04 09:14:24 +02:00
joostdecock
f9de3f6990
chore: Hold back design for v3 release
2023-09-28 09:17:43 +02:00
joostdecock
773ba3a72f
chore(shared): Per-set useDesign hook
2023-09-27 15:42:42 +02:00
Joost De Cock
a5f0e00936
chore(org): Remove use-navigation hook
2023-07-20 08:52:50 +02:00
Enoch Riese
9e1431d554
convert blog and showcase pages to dynamic mdx loading
2023-07-17 20:10:08 -05:00
Enoch Riese
8a4c558cee
more contained fixes to docs
2023-07-17 11:40:45 -05:00
joostdecock
5a9f2f8d40
wip(shared): Changes to layouts
...
This will break the org build, but we need to rip out sanity anyway so
I don't think it's worth obsessing over it now.
I've essentially changes the default layout and added a new navigation
component.
2023-07-15 16:55:22 +02:00
Joost De Cock
99d2fc51aa
fix: Linter warnings
2023-07-14 10:54:20 +02:00
joostdecock
0a8dd5f111
feat(dev/shared): Ported PrevNext component to new nav structure
2023-07-14 09:23:37 +02:00
Joost De Cock
67817834bc
fix(shared): Make ReadMore component lean
2023-07-11 21:01:34 +02:00
joostdecock
b822e35fbe
feat(org): Added various translation pages
2023-07-09 18:50:13 +02:00
Joost De Cock
a2b689e69a
feat(org): Added translation status page
2023-07-05 20:58:30 +02:00
Enoch Riese
aee2491bdf
add blog and showcase pages to the nav prebuild
2023-07-03 13:28:41 -05:00
joostdecock
f0279c3830
chore: Linter issues
2023-05-31 18:34:37 +02:00
joostdecock
7cf19fe408
chore(shared): Tweaks to navigation context
2023-05-30 18:10:56 +02:00
joostdecock
2c365a2e81
feat(backend): Include (c)set when returning pattern
2023-05-30 16:53:23 +02:00
joostdecock
ea8d540305
feat(org): Added sitemap
2023-05-21 09:58:59 +02:00
joostdecock
4450fc0eda
chore(org): Fix linter warnings in sites/org
2023-05-19 16:43:14 +02:00
joostdecock
0b238c989e
wip(shared): Switched to webpack loader for MDX
2023-05-15 15:57:46 +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
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
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
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
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
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
dbab735eeb
wip(shared): Work on modal menu
2023-04-09 15:57:25 +02: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