add: new price card design
Bigger header, icons for deletion and edit, form validation
This commit is contained in:
parent
7aa21c1c19
commit
8f924151da
11 changed files with 290 additions and 101 deletions
|
@ -1,10 +1,10 @@
|
|||
export type Card = {
|
||||
uuid: string
|
||||
name: string
|
||||
price: number
|
||||
roles: number
|
||||
sheets: number
|
||||
layers: number
|
||||
price: string
|
||||
roles: string
|
||||
sheets: string
|
||||
layers: string
|
||||
ppr: number
|
||||
pps: number
|
||||
ppl: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue