1
0
Fork 0
Commit graph

25 commits

Author SHA1 Message Date
joostdecock
7058843534 [react] feat: Added docs for components/Echart 2025-05-10 15:35:34 +02:00
joostdecock
f6f6419cae [react] feat: Added docs for components/Docusaurus 2025-05-10 15:18:52 +02:00
joostdecock
a5f4dfa6a3 [react] feat: Added docs for components/DiffViewer 2025-05-10 14:48:08 +02:00
joostdecock
297e4820b0 [react] feat: Added docs for components/CuratedSet 2025-05-10 14:26:39 +02:00
joostdecock
e58177dedb [react] feat: Merged Button and CopyToClipboardButton 2025-05-10 14:19:57 +02:00
joostdecock
749b6b9da7 [react] feat: Added docs for components/CopyToClipboardButton 2025-05-10 14:01:16 +02:00
joostdecock
fc04e415c9 [react] feat: Added docs for components/Control 2025-05-10 13:44:03 +02:00
joostdecock
34ae1dc8dc [react] feat: Added docs for components/Collection 2025-05-10 10:38:06 +02:00
joostdecock
0bbc7ef242 [react] fix: Do not export local components 2025-05-10 10:16:35 +02:00
joostdecock
8f53b047a6 [react] feat: Added docs for components/Breadcrumbs 2025-05-09 18:00:43 +02:00
joostdecock
5ec2a2a1da [react] feat: Added docs for components/Admin 2025-05-09 17:47:03 +02:00
joostdecock
6d9cbf55c2 [react] feat: Added docs for components/Account 2025-05-09 17:46:51 +02:00
joostdecock
f5a089f884 [dev] fix: Broken links 2025-05-04 18:55:10 +02:00
joostdecock
cb68284d54 [dev] feat: Started working on component reference docs 2025-05-04 18:42:49 +02:00
joostdecock
02da928f04 feat: Added package documentation (wip) 2025-04-18 19:19:20 +02:00
joostdecock
f734707163 [dev] fix: Replace fake underscore 2025-04-18 15:22:33 +02:00
Jonathan Haas
04a0b4b099 [plugin-path-utils] feat: Add path-utils plug-in (#236)
This plug-in helps with creating seam allowance and hem paths.

Rebased v4 version for #99, see the linked issue for screenshots/details.

Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/236
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: Jonathan Haas <haasjona@gmail.com>
Co-committed-by: Jonathan Haas <haasjona@gmail.com>
2025-04-13 08:58:45 +00:00
joostdecock
f30b67080b [dev] fix: Ensure path._curve is included in docs. Closes #193 (#204)
Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/204
Co-authored-by: joostdecock <joost@joost.at>
Co-committed-by: joostdecock <joost@joost.at>
2025-04-03 16:38:48 +00:00
Joost De Cock
51dc1d9732
[breaking]: FreeSewing v4 (#7297)
Refer to the CHANGELOG for all info.

---------

Co-authored-by: Wouter van Wageningen <wouter.vdub@yahoo.com>
Co-authored-by: Josh Munic <jpmunic@gmail.com>
Co-authored-by: Jonathan Haas <haasjona@gmail.com>
2025-04-01 16:15:20 +02:00
Joost De Cock
7b824b5cf4
feat[dev]: Clarify that mm options is (sometimes) ok (#7263) 2024-11-25 10:02:41 +01:00
Joost De Cock
469eb43c95
feat: Add various content types to docusaurus (#7231)
This brings blog posts, showcase posts, and newsletter editions into the Docusaurus site.

It also adds support for using TailwindCSS inside a container. So this will probably end up being the new freesewing.org site in v4.
2024-11-18 11:05:16 +01:00
BenJamesBen
788ea77ffa
fix(docs) Add missing cutlist store methods and improve cutlist docs (#7052)
* fix(docs): cutlist.removeCut() can remove all cutting instructions

* fix(docs): Add cutlist.setcut doc

* fix(docs): cutlist.addcut() signature and other improvements

* fix(docs): cutlist store methods improvements

* fix(docs) Add missing cutlist store methods

* fix(docs): Remove cutlist store methods docs from old docs location

* fix(docs): Add missing cutlist store methods

---------

Co-authored-by: Benjamin Fan <ben-git@swinglonga.com>
2024-11-16 15:39:49 +01:00
Jonathan Haas
4b83212f41 Fix and improve path intersection methods
- Add path.intersectsBeam() method
- Add utils.beamIntersectsLine() method
- Simplify calculation and improve precision on beam intersections
- Document return types properly
- beamIntersectsCurve now uses the proper function from Bezier library instead of emulating it by constructing a huge line
- docs: path.intersect... methods never return false, they simply return an empty array in case of no intersection
2024-10-03 11:37:55 +02:00
Joost De Cock
da41cc0fc9 fix(dev): One-liner admonitions 2024-09-29 07:14:59 +02:00
Joost De Cock
ab3204f9f1 chore: Port FreeSewing.dev to docusaurus
The replaces the NextJS site powering FreeSewing.dev with a Docusaurus
setup. It's part of my efforts to simplify FreeSewing's setup so we can
focus on our core value proposition.
2024-09-28 13:13:48 +02:00