Commit Graph

8 Commits

Author SHA1 Message Date
Matija Sosic
e57fa6c021
Entity lists are supported in .wasp now, no options supported yet. (#78) 2020-01-29 12:53:22 +01:00
Matija Sosic
e2a885bd90
Implemented "show" and "defaultValue" options for a field of an entity form. (#76) 2020-01-28 11:37:36 +01:00
Martin Sosic
a717a06387 Added more features to example todoMVC app (and needed support in Wasp).
Added 'toggle completion' button.
Made updateTask() action work for todo demo.
Added 'Clear completed' button.
Added remove() action, also added id to entities and now that is used instead of idx.
2020-01-28 11:22:10 +01:00
Matija Sosic
717c08c621
Submit button of a form can be hidden. (#71) 2020-01-21 14:03:14 +01:00
Matija Sosic
a1213677d0
Form fields are reset upon form submission. Hardcoded for now. (#67) 2020-01-16 15:18:43 +01:00
Matija Sosic
ab70bbccc3
Entity forms are generated, properties not supported yet. (#63) 2020-01-14 12:59:56 +01:00
Martin Sosic
068c4ac60e Implemented importing of external js code. 2020-01-07 18:27:38 +01:00
Martin Sosic
6a20e0cc4f Removed redundant folder. 2019-10-29 17:28:17 +01:00