Martin Sosic
|
0f36486ebb
|
Added missing wasp files to examples/todoApp.
|
2020-09-30 13:44:46 +02:00 |
|
Matija Sosic
|
6135fbaedc
|
Todo example: Implemented 'toggle all' and 'delete completed' functionalities. (#60)
|
2020-09-30 10:08:20 +02:00 |
|
Matija Sosic
|
d936eeba28
|
Todo example: task isDone can be toggled now. (#57)
|
2020-09-29 10:44:27 +02:00 |
|
Matija Sosic
|
a18167ffc6
|
Todo example: Removed global local state, now we use db.
|
2020-09-24 16:15:02 +02:00 |
|
Matija Sosic
|
c1f2d6dab3
|
TodoApp example now uses db. (#45)
|
2020-09-19 16:11:09 +02:00 |
|
Matija Sosic
|
08f224d03d
|
Implemented migrate-save and migrate-up cli db commands. (#41)
|
2020-09-18 16:14:14 +02:00 |
|
Matija Sosic
|
0bc5b2eec8
|
Added npm packages needed for using Prisma. (#37)
|
2020-09-11 15:06:38 +02:00 |
|
Matija Sosic
|
06bb7b97a8
|
Implemented generation of prisma.schema. (#33)
|
2020-09-07 16:33:47 +02:00 |
|
Martin Sosic
|
bc5caef944
|
Implemented new Action and removed old Action and Button.
|
2020-09-07 13:26:53 +02:00 |
|
Martin Sosic
|
69f45c40a7
|
Added HttpError on server, to be used in operations.
|
2020-09-04 15:14:06 +02:00 |
|
Martin Sosic
|
faf34a7d26
|
Added react-query, implemented useQuery wrapper for it, refactored Todo
example app to use new queries, removed old Wasp code from it.
|
2020-09-03 17:52:34 +02:00 |
|
Martin Sosic
|
cf0208315f
|
Added generation of external code in server.
|
2020-09-01 16:58:34 +02:00 |
|
Matija Sosic
|
9d3c5c2946
|
Added in-code routing and url/query params examples.
|
2020-08-31 14:20:40 +02:00 |
|
Matija Sosic
|
bcfeb9b350
|
Page now accepts an external component instead of inline content.
|
2020-08-31 14:20:40 +02:00 |
|
Matija Sosic
|
25d7051c6d
|
Route is now a separate Wasp element. Implemented both parser and generator. (#24)
|
2020-07-31 14:26:10 +02: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 Sosic
|
aa1072b20f
|
Moved all code into waspc directory.
|
2020-02-20 12:30:58 +01:00 |
|