1
0
Fork 0

fix(pattern-info): Keep pattern list alphabetic

This commit is contained in:
Joost De Cock 2021-02-18 16:14:26 +01:00
parent 3721e81f2f
commit dfb2dcdf9a
2 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@ unreleased:
date: 2021-02-14 date: 2021-02-14
Fixed: Fixed:
paco:
- Only add paperless dimensions for pockets if we drafted pockets
pattern-info:
- Make pattern list alphabetic
titan: titan:
- Always ensure point waistIn is created in back part - Always ensure point waistIn is created in back part

View file

@ -13,12 +13,12 @@ export const list = [
'benjamin', 'benjamin',
'bent', 'bent',
'breanna', 'breanna',
'diana',
'brian', 'brian',
'bruce', 'bruce',
'carlita', 'carlita',
'carlton', 'carlton',
'cathrin', 'cathrin',
'diana',
'florent', 'florent',
'florence', 'florence',
'holmes', 'holmes',
@ -72,4 +72,4 @@ export const withoutBreasts = [
'waralee' 'waralee'
] ]
export const withBreasts = ['bella', 'breanna', 'diana', 'cathrin', 'carlita', 'simone'] export const withBreasts = ['bella', 'breanna', 'cathrin', 'carlita', 'diana', 'simone']