chore(shared): Adapted (part of) workbench for UI consistency
This commit is contained in:
parent
084e6e534c
commit
5849e6d931
22 changed files with 490 additions and 230 deletions
|
@ -2,7 +2,7 @@ import { formatMm, formatPercentage } from 'shared/utils.mjs'
|
|||
import { ListValue, HighlightedValue, PlainValue, BoolValue } from '../shared/values'
|
||||
import { mergeOptions } from '@freesewing/core'
|
||||
|
||||
/** Displays the current percentatge value, and the absolute value if configured */
|
||||
/** Displays the current percentage value, and the absolute value if configured */
|
||||
export const PctOptionValue = ({ config, current, settings, changed, patternConfig }) => {
|
||||
const val = changed ? current : config.pct / 100
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue