add: new price card design

Bigger header, icons for deletion and edit, form validation
This commit is contained in:
Fiona Lena Urban 2025-05-05 20:40:17 +02:00
parent 7aa21c1c19
commit 8f924151da
11 changed files with 290 additions and 101 deletions

1
app/utils/number.ts Normal file
View file

@ -0,0 +1 @@
export const replaceComma = (value: string) => value.replace(',', '.');