1
0
Fork 0

wip: Work on menus

This commit is contained in:
joostdecock 2025-01-25 17:56:15 +01:00
parent 07ba6df1c4
commit b306d6374d
19 changed files with 249 additions and 210 deletions

View file

@ -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
/*