
- Revamped the flags ui to be consistent with the rest - The expand setting is on by default now. Tweaks to its dialog and header - Added a new kiosk mode that will use the entire screen for the workbench - Got rid of the auto-hiding behaviour of the header which gets annoying quick
8 lines
265 B
JavaScript
8 lines
265 B
JavaScript
import { Difficulty } from 'shared/components/designs/difficulty.mjs'
|
|
import { ListValue } from '../shared/values.mjs'
|
|
|
|
export const values = {
|
|
control: ({ control }) => <Difficulty score={control} color="primary" />,
|
|
kiosk: ListValue,
|
|
renderer: ListValue,
|
|
}
|