add: new design (wip)
New design as WIP, swipe controls
This commit is contained in:
parent
259adf53f6
commit
7af148058e
15 changed files with 354 additions and 142 deletions
|
@ -1 +1,3 @@
|
|||
export const replaceComma = (value: string | number) => `${value}`.replace(',', '.');
|
||||
export const replaceComma = (value: string | number) => `${value}`.replace(',', '.')
|
||||
|
||||
export const clamp = (value: number, min: number, max: number) => Math.min(Math.max(value, min), max)
|
Loading…
Add table
Add a link
Reference in a new issue