Commit Graph

75 Commits

Author SHA1 Message Date
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
Matija Sosic
8545e34c67
All js from CDN + CNAME. (#28) 2019-05-21 20:13:53 +02:00
Martin Sosic
8fafa01504 Implement Entity generator (code needs cleanup). 2019-05-20 21:02:14 +02:00
Martin Sosic
8396974686 Added Redux store to stic. 2019-05-20 19:34:32 +02:00
Martin Šošić
237cc1a559
Update README.md 2019-05-15 19:52:09 +02:00
Matija Sosic
8d6a4b3967
Implemented v0 of landing page - wip but basic layout is here. (#23) 2019-05-14 18:55:27 +02:00
Matija Sosic
27368ee0e7
Implemented Entity parsing. (#22) 2019-05-09 22:05:59 +02:00
Martin Sosic
d1045d06be Set -Wall and -Werror as ghc options. 2019-05-05 21:46:06 +02:00
Martin Sosic
6150d01f37 Implemented basic code generation for Page. 2019-05-05 21:35:41 +02:00
Matija Sosic
d44ff4ea7f
Parsing Page - name, route and content. (#18) 2019-05-05 17:54:51 +02:00
Martin Šošić
247ee7d2a1
Implemented task runner script. (#20) 2019-05-05 13:08:16 +02:00
Martin Sosic
892a0e70c5 Fixed warnings/errors reported by --pedantic build flag. 2019-05-05 13:07:29 +02:00
Martin Sosic
66e0dc7d50 Refactored Generators (detached from IO) and wrote some basic tests. 2019-04-23 23:52:33 +02:00
Matija Sosic
f75ba86eb3
Added landing page. (#14) 2019-04-20 15:18:01 +02:00