Commit Graph

1000 Commits

Author SHA1 Message Date
Martin Šošić
76a13033e9
Removed mentions of Spectrum from README. 2020-03-23 15:40:16 +01:00
Martin Šošić
c2dd342f8e Added new logo to README.md. 2020-03-23 15:13:23 +01:00
Martin Sosic
7c0e21b995 Updated todoApp example with one that uses filters, buttons and actions. 2020-03-10 19:30:15 +01:00
Martin Sosic
e45d077f54 Added Button and Action<entity>, also updated Todo app to use them. 2020-03-10 16:24:41 +01:00
Matija Sosic
fd39e5b658 Added support for entity-list mutex filters. 2020-03-10 14:01:29 +01:00
Martin Šošić
5726cf9246
Fixed Discord badge 2020-03-10 13:35:16 +01:00
Martin Šošić
846e93dac5
Added Discord badge to README 2020-03-10 13:24:16 +01:00
Matija Sosic
08445b4df6 Bumped react-scripts to 3.4.0, was incompatible with react-dev-utils. 2020-02-27 16:10:05 +01:00
Martin Sosic
4af87fe8c3 README typo fixed. 2020-02-20 14:39:30 +01:00
Martin Sosic
a9d052718a Updated README. 2020-02-20 14:32:03 +01:00
Martin Sosic
2ba0e89f05 Merge remote-tracking branch 'waspc-private/in-dir' 2020-02-20 12:33:43 +01:00
Martin Sosic
aa1072b20f Moved all code into waspc directory. 2020-02-20 12:30:58 +01:00
Martin Sosic
a1a6504452 Removed waspc directory. 2020-02-20 12:11:38 +01:00
Matija Sosic
bc96b7bc50 Updated example code. 2020-02-14 14:16:46 +01:00
Matija Sosic
56e9bc6b0a connected TODO to redux to make wasp code cleaner. 2020-02-14 12:30:16 +01:00
Matija Sosic
3609e1c89a
Small readme update. 2020-02-12 15:43:30 +01:00
Matija Sosic
6df2ad2b04
Added URLs to project page and demo on top of readme. 2020-02-12 15:42:29 +01:00
Martin Sosic
3d05c76d4e Replaced gitter links with spectrum. 2020-02-07 18:09:19 +01:00
Martin Sosic
53435858ed Small README fixes. 2020-02-07 17:20:41 +01:00
Martin Sosic
0f91c2c545 Updated README a little bit. 2020-02-07 16:27:50 +01:00
Martin Šošić
dea33b1358
Create LICENSE 2020-02-06 19:29:17 +01:00
Martin Sosic
cb9bbacc4f Tiny todo example fix. 2020-02-06 14:06:01 +01:00
Martin Sosic
43c80f8d9c Removed /about from todo example. 2020-02-06 14:02:11 +01:00
Martin Sosic
0a71604733 Updated TODO example. 2020-02-06 12:31:11 +01:00
Martin Sosic
ebfeb33330 Made TODO app narrower. 2020-02-06 12:30:08 +01:00
Martin Sosic
0b9c72eec0 Updated TODO example with new code. 2020-02-06 12:23:02 +01:00
Martin Šošić
31fbe79ea8 Update examples/todoApp/ext/Todo.js
Co-Authored-By: Matija Sosic <matija.sosic@gmail.com>
2020-02-06 11:55:14 +01:00
Martin Sosic
1672131cf6 Improved CSS and CSS classes, also improved 'about' link design. 2020-02-06 11:55:14 +01:00
Martin Sosic
a2c7f7252d Simplified updating of entity. 2020-02-06 11:55:14 +01:00
Martin Sosic
35fd055fdb Did some basic polishing. 2020-02-06 11:55:14 +01:00
Matija Sosic
1beb49f2b2
Added "label" property for entity-form field. (#93) 2020-02-05 19:04:09 +01:00
Martin Sosic
138ea983cb Moved css from todoApp.wasp to Main.css, added About page to todoApp example. 2020-02-05 14:31:18 +01:00
Martin Sosic
7b415caf6f External code paths now have to be prefixed with @ext/. 2020-02-05 14:23:00 +01:00
Martin Sosic
e9d0ea9781 Replaced redux-starter-kit with @reduxjs/toolkit. 2020-02-05 14:06:48 +01:00
Martin Sosic
61e7789423 Updated web app packages (all except redux-starter-kit). 2020-02-05 14:06:48 +01:00
Martin Sosic
ec6b2d7675 Did small polishing of entity create form and list components. 2020-02-05 14:06:48 +01:00
Martin Sosic
5da42ad3bb Removed blank line at start of _Entity.js. 2020-02-05 14:06:48 +01:00
Martin Sosic
60d1e9f2d2 Renamed Todo.jsx into Todo.js, in examples. 2020-02-05 14:06:48 +01:00
Martin Sosic
c2ac122272 Fixed redundant ./ in page imports. 2020-02-05 14:06:48 +01:00
Matija Sosic
fa05eed363
Added showHeader option to entity list. (#91) 2020-02-05 13:46:48 +01:00
Matija Sosic
a8915a12c9
Made todo example app more similar to todoMVC. (#90) 2020-02-05 11:47:58 +01:00
Matija Sosic
0429e7b7ed
Added "placeholder" option to entity-form text field. (#87) 2020-02-05 10:52:54 +01:00
Martin Sosic
d6001a0006 Implemented generation of .waspinfo. 2020-02-04 18:42:17 +01:00
Matija Sosic
1f42fd9c88
Set default width for list fields - fix for changing width upon entering edit-mode. (#85) 2020-02-03 20:10:46 +01:00
Martin Sosic
f77f19a6bb Emphasized code example in README. 2020-02-03 17:57:18 +01:00
Martin Sosic
3272a8847e Added coloring of .wasp files on Github. 2020-02-03 17:06:04 +01:00
Martin Sosic
985372e1de First version of informative README. 2020-02-03 16:36:10 +01:00
Matija Sosic
f955fa6a8d
Implemented parsing and generation of entity-list field render function. (#84) 2020-02-03 16:16:45 +01:00
Martin Sosic
c246a54e0b Added todoApp example together with deployment of examples. 2020-01-30 20:31:01 +01:00
Martin Sosic
c695f30704 Renamed examples/TodoMVC into examples/TodoApp. 2020-01-30 17:13:00 +01:00