feature: show recipe edit form sheet
- move from edit directly in table to side-sheet instead Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
parent
3f5eb8d07d
commit
e6d1ac9a99
36 changed files with 1307 additions and 71 deletions
6
src/lib/components/recipe-details/value_event.ts
Normal file
6
src/lib/components/recipe-details/value_event.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
enum ValueEvent {
|
||||
NONE,
|
||||
EDITED
|
||||
}
|
||||
|
||||
export { ValueEvent };
|
||||
Loading…
Add table
Add a link
Reference in a new issue