Commit Graph

388 Commits

Author SHA1 Message Date
Matija Sosic
c8c7e0a1e4 Bug fix, entityClassName instead of entityLowerName. 2020-01-22 17:53:04 +01:00
Martin Šošić
4c870b34e5
Finished migrating codebase to use Path instead of FilePath. (#72) 2020-01-21 14:55:49 +01:00
Matija Sosic
717c08c621
Submit button of a form can be hidden. (#71) 2020-01-21 14:03:14 +01:00
Martin Šošić
e2c200bc6c
Introduced Path (Rel, Abs) package into part of our code. (#70) 2020-01-20 11:51:13 +01:00
Matija Sosic
b94405a499
Refactored Entity generator - broke things down into multiple files. (#69) 2020-01-16 19:05:10 +01:00
Martin Šošić
2e409b2854
Ext code files are now nicely represented and copied correctly and lazily. (#68)
Ext code files are now nicely represented and copied correctly and lazily.
2020-01-16 18:32:47 +01:00
Matija Sosic
a1213677d0
Form fields are reset upon form submission. Hardcoded for now. (#67) 2020-01-16 15:18:43 +01:00
Martin Sosic
bc09d894df Refactored copying of external code to use file-by-file approach instead of whole dir. 2020-01-16 12:29:47 +01:00
Martin Sosic
b408d73cd0 Renamed WriteableToFile into Writeable, and FileDraftIO into WriteableMonad. 2020-01-16 11:16:10 +01:00
Matija Sosic
cf8ad33d0c
Extracted JSON manipulation into Util. (#65) 2020-01-15 12:45:50 +01:00
Matija Sosic
ab70bbccc3
Entity forms are generated, properties not supported yet. (#63) 2020-01-14 12:59:56 +01:00
Martin Sosic
74b0517178 Refactored Wasp.hs into smaller modules (App, Page, Entity, ...). 2020-01-09 12:11:14 +01:00
Matija Sosic
0a5a746a83
Generation of entity form - set foundations. (#61) 2020-01-09 10:58:07 +01:00
Martin Sosic
068c4ac60e Implemented importing of external js code. 2020-01-07 18:27:38 +01:00
Matija Sosic
6dfc2e740f
Implemented parsing of entity-form with some initial properties. (#58) 2020-01-04 21:37:57 +01:00
Martin Sosic
62931141cb Tiny build fixes. 2019-12-17 15:56:51 +01:00
Martin Sosic
66b76a8a04 Language design: deployment (frontend, github). 2019-11-14 10:48:53 +01:00
Matija Sosic
e764e26f25
Lang design: 'Clear completed' and 'Toggle all' buttons in TODO app. (#55) 2019-11-08 16:41:47 +01:00
Matija Sosic
db37cd0449 Cleaned up .gitignore file. 2019-11-07 10:40:19 +01:00
Matija Sosic
466a3a7739
Added proposal for implementing strikethrough feature for TODO app. (#50) 2019-11-06 16:40:45 +01:00
Martin Sosic
5bc505429f In lang-design proposal for TODO app, added filters to footer. 2019-11-06 16:23:26 +01:00
Martin Sosic
623181211e Added task count to TODO app. 2019-11-05 17:16:54 +01:00
Martin Sosic
9f5db188ab Added entity-form and entity-list to lang design. 2019-11-05 17:15:34 +01:00
Martin Sosic
0a786e7ca5 Added /out to .gitignore so we can direct output of stic there. 2019-11-05 15:30:34 +01:00
Martin Sosic
6a20e0cc4f Removed redundant folder. 2019-10-29 17:28:17 +01:00
Martin Sosic
0ca25c2eae Removed landing page. 2019-10-29 16:59:16 +01:00
Martin Sosic
8f4e402821 Removed CNAME from landing page. 2019-10-29 16:57:52 +01:00
Martin Sosic
ed7d3cbbb9 Removed redundant README. 2019-10-29 16:40:11 +01:00
Martin Sosic
d1e39c9229 Tiny fix on landing page deployment script. 2019-10-29 16:32:32 +01:00
Martin Sosic
2e5394830d Added README to landing page. 2019-10-29 16:31:29 +01:00
Martin Sosic
83e325aa61 Moved landing page deployment script to landing page directory. 2019-10-29 16:02:42 +01:00
Martin Sosic
eea735ad0a Small web page fixes 2019-09-27 15:48:20 +02:00
Matija Sosic
e789d359e6 lp: added mailchimp signup form. 2019-09-09 00:02:47 +02:00
Matija Sosic
3680cf814e lp: removed dead buttons and updated code examples. 2019-09-08 21:53:37 +02:00
Matija Sosic
41904efa46 Landing page: added Martin's content changes + some style changes. 2019-09-07 23:53:48 +02:00
Matija Sosic
b51d1ef22b
Implemented 'editable' property for List component. (#37) 2019-08-26 17:33:04 +02:00
Matija Sosic
4301438dc7 made landing page deploy script executable. 2019-08-26 14:18:13 +02:00
Matija Sosic
a9fe1cc926 fixed path to logo on landing page. 2019-08-26 13:52:00 +02:00
Matija Sosic
9b9151f81c rebranded landing page from stic to wasp. 2019-08-26 13:34:56 +02:00
Matija Sosic
044f7ff782 Changed CNAME to wasp-lang.dev. 2019-08-25 21:27:33 +02:00
Matija Sosic
bf2aad62e1
Rendering checkbox for a boolean value in a list. (#36) 2019-07-06 12:21:21 +02:00
Matija Sosic
94b46a4088
Added TODO MVC .wasp example. (#35) 2019-07-04 21:51:05 +02:00
Martin Šošić
62e01f7f41
Implemented basic support for Page style (parser + generator). (#34) 2019-07-02 20:47:16 +02:00
Matija Sosic
591c9bc9c6
Finalized CreateForm, conditionally rendering input elements. (#33) 2019-06-12 20:29:47 +02:00
Matija Sosic
46ed578d36
Implemented List component for entity. (#32) 2019-06-09 13:04:07 +02:00
Martin Šošić
c9d52d6c20
Partially implemented generation of Entity CreateForm. Inputs generation is missing, code is not clean (TODOs). 2019-05-31 19:46:37 +02:00
Martin Šošić
12f7eb6e6b
Removed default dummy landing page. 2019-05-31 19:35:50 +02:00
Martin Sosic
0079ebc7a1 Moved OverloadedStrings to default extensions list. 2019-05-25 23:22:35 +02:00
Martin Sosic
f872b47bba Cleaned up Entity generation code. 2019-05-25 23:22:35 +02:00
Matija Sosic
3ff303f6d5
Page content can now contain jsx. (#29) 2019-05-24 00:18:37 +02:00