wip: Work on menus
This commit is contained in:
parent
07ba6df1c4
commit
b306d6374d
19 changed files with 249 additions and 210 deletions
|
@ -3,6 +3,7 @@ import React from 'react'
|
|||
import { defaultConfig } from '../config/index.mjs'
|
||||
import { round } from '@freesewing/utils'
|
||||
import { formatDesignOptionValue, menuCoreSettingsStructure } from './index.mjs'
|
||||
import { menuUiPreferencesStructure } from './ui-preferences.mjs'
|
||||
// Components
|
||||
import {
|
||||
ErrorIcon,
|
||||
|
@ -113,7 +114,6 @@ export function getCoreSettingUndoStepData({ step, state, Design }) {
|
|||
* Save us some typing
|
||||
*/
|
||||
const cord = settingsValueCustomOrDefault
|
||||
const formatMm = formatMm
|
||||
const Html = HtmlSpan
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue