1
0
Fork 0
Commit graph

190 commits

Author SHA1 Message Date
Joost De Cock
d4ac7f5b32 fix(components): Uniform handling of whitespace in text 2022-01-16 17:34:51 +01:00
Joost De Cock
e329f05a30 feat(components): Updates for settings.scale. See #1638 2022-01-15 21:30:45 +01:00
Joost De Cock
cde3fb1709 feat(components): Added linedrawings for Walburga/Tiberius 2021-11-02 09:08:03 +01:00
joostdecock
8f01821d9e feat: Added yuri linedrawing 2021-10-17 13:26:22 +02:00
joostdecock
d07f69fb39 feat(components): Added linedrawing for bee 2021-10-17 13:02:19 +02:00
joostdecock
3b7bcb9e48 fix(components): Don't scale shoulderSlope 2021-09-12 15:45:02 +02:00
joostdecock
56e306d13a feat(components): Added new dolls/giants measurements 2021-09-12 13:13:30 +02:00
Joost De Cock
6babb3230b fix: Wrong reference in warning message 2021-07-01 14:24:53 +02:00
Joost De Cock
17c825774b feat(components): Added Ursula linedrawing. Closes #1160 2021-06-27 12:14:18 +02:00
Joost De Cock
499996ea05 fix(components): Correctly load saved value for mm options
Closes #1136
2021-06-20 15:55:58 +02:00
Joost De Cock
05bf9ca34d feat(components): Added Reddit icon to Icon 2021-06-20 15:29:50 +02:00
Joost De Cock
543baeff1e fix(components): Change refence to antperson
See #871
2021-06-08 20:21:12 +02:00
Joost De Cock
3fd0e71f19 feat(components): Caption should now be passed as children to Legend/Example
Closes #1043

Note that backwards compatibility is ensured.
2021-06-06 18:46:38 +02:00
Joost De Cock
d6515046eb feat(components): New designs icon. Closes #1040 2021-05-29 16:53:20 +02:00
Joost De Cock
79b09771d7 chore: Added designs icon
See: https://github.com/freesewing/freesewing/issues/1040
2021-05-29 14:05:50 +02:00
Joost De Cock
a89c1c1b44 fix: Linter warnings 2021-05-23 19:28:36 +02:00
Joost De Cock
c65b929e7b fix(components): Force inclusion of style 2021-05-23 12:11:59 +02:00
Joost De Cock
4a72b581d8 fix(components): Add sass plugin to rollup 2021-05-23 11:56:50 +02:00
Joost De Cock
56305ce397 feat(components): Updates to workbench 2021-05-23 11:32:10 +02:00
Joost De Cock
6010f26be2 fix(components): Updated for react-markdown new major version 2021-05-22 18:17:25 +02:00
Joost De Cock
85cf29bcc7 wip: Auto-updated dependencies 2021-05-22 12:15:10 +02:00
Joost De Cock
f191151ee4 chore: Linter changes 2021-04-24 10:16:31 +02:00
Joost De Cock
9898da1b6c feat(components): Added charlie linedrawing 2021-04-18 12:48:21 +02:00
Joost De Cock
f55cd826a7 chore(components): Round point coordinates for UI 2021-04-17 14:12:34 +02:00
Joost De Cock
80ce836b38 fix(components): Handling of desing mode in examples 2021-04-17 12:50:41 +02:00
Joost De Cock
83fa154219 chore(components): Show raised info above the pattern 2021-04-12 19:15:50 +02:00
Joost De Cock
4a3fa520f0 feat(components): Added Bella and Cornelius linedrawings 2021-03-06 11:45:02 +01:00
Joost De Cock
5f06e7a15c feat(components): Added Hortensia linedrawing 2021-02-13 19:09:41 +01:00
Joost De Cock
845f7cfc06 fix(components): Check point attributes prior to use 2021-02-07 15:55:28 +01:00
Joost De Cock
b5ae4de969 chore(components): Linter fixes 2021-01-17 13:33:14 +01:00
Joost De Cock
4b73b5c4dd chore(components): Linter fixes 2021-01-17 13:30:21 +01:00
Joost De Cock
6e4f7548ec fix(components): Workbench footer links 2021-01-11 20:03:33 +01:00
Joost De Cock
9ec9377295 feat(components): Updated workbench to latest style changes 2021-01-10 15:06:38 +01:00
Joost De Cock
c758e005d9 feat(components): Added actions to draft configurator 2021-01-05 20:21:25 +01:00
Joost De Cock
c130826d3b chore: Restyled draft configurator 2021-01-02 18:17:22 +01:00
Joost De Cock
539f60d3ca chore(components): Remove inline theme from Example component 2020-12-31 13:53:13 +01:00
Joost De Cock
ee0fa849b2 chore: Updated blockquote icons 2020-12-30 14:46:57 +01:00
Joost De Cock
5f734e3223 breaking(components): Removed the Emblem, Navbar, and Ogol components 2020-12-30 14:45:48 +01:00
Joost De Cock
70eba4ce5a fix(components): Include snippets provided by theme plugin in Example component
Whereas most snippets are provided by build-time plugins that are
part of the plugin bundle, some of them are provided by the theme
plugin, which is a run-time plugin, and so we depend on the frontend
integration to make these available.

In the long(er) run, it might make more sense to move these to
another build-time plugin, but for the time being I've included
them into the Example component until we've clearly idendified
the ripple effects that moving them would have.

See #757 for follow-up of this.
2020-12-29 18:27:37 +01:00
Joost De Cock
a7e3cd4623 feat: Support in Workbench for loading config from gist 2020-11-15 17:30:56 +01:00
Joost De Cock
1a5b2769aa feat(components): Better snippet support in Draft component
The Draft react component would load the snippets that are part of our
plugin bundle. However, any additional snippets that are created by
plugins would not not get added to the `defs` section, and thus not
be rendered.

This changes the behavior by doing two things:

 - in `core` it adds an SVG object to the renderProps, and makes
   sure to run the `preRender` hook on this SVG object prior to
   returning the renderProps. This way, svg.defs now holds all
   defs, including any that may have been added by custom plugins
 - in the `Draft` component, we no longer add a list of predefined
   snippets to the defs section, but instead just use the svg.defs
   section verbatim. This removes any discrepancies in how SVG
   rendering and React rendering handles the defs section of the
   SVG document, and thus displays snippets.
2020-11-08 18:19:10 +01:00
Joost De Cock
cd0033a94f fix: Issue with workbench when there's no measurements 2020-11-03 19:13:13 +01:00
Joost De Cock
2e6e2c6d82 chore: Save as gist in development environement 2020-10-31 16:58:54 +01:00
Joost De Cock
625baa6d17 wip: Further work on development environment 2020-10-31 16:53:39 +01:00
Joost De Cock
e4756087d8 wip: Working on development environment 2020-10-25 18:35:28 +01:00
Joost De Cock
d001664fb1 feat(components): Added linedrawing for Albert 2020-10-17 16:31:31 +02:00
Joost De Cock
32b7debfe2 chore(components): Fixed margin issue in workbench 2020-09-12 19:02:07 +02:00
Joost De Cock
1ba59f47c6 feat(components): Added Discord icon 2020-09-11 09:00:05 +02:00
Joost De Cock
a1a690db7b chore(components): Added Teagan line drawing 2020-09-09 08:49:58 +02:00
Joost De Cock
f83d2f4fea chore(components): Fixed linter warning 2020-08-23 17:49:23 +02:00