Dillon Kearns
|
2b34ae971b
|
Add another end-to-end test case for nested lazy nodes within keyed nodes.
|
2022-08-25 12:11:45 -07:00 |
|
Dillon Kearns
|
abc91541e2
|
Add another HTML printing test case and handle lazy HTML nodes nested under keyed nodes.
|
2022-08-25 12:07:23 -07:00 |
|
Dillon Kearns
|
18a5d20ccf
|
Review fixes.
|
2022-08-25 11:57:33 -07:00 |
|
Dillon Kearns
|
9772828563
|
Migrate code in smoothies app.
|
2022-08-25 11:04:57 -07:00 |
|
Dillon Kearns
|
5415fd83d7
|
Pass in fetchers with their formId's, and implement isTransitioning status for fetchers.
|
2022-08-25 10:59:39 -07:00 |
|
Dillon Kearns
|
fa1686cd4c
|
Fix some errors in smoothies app.
|
2022-08-25 10:59:02 -07:00 |
|
Dillon Kearns
|
c7d8c07939
|
Rename value.
|
2022-08-25 10:21:39 -07:00 |
|
Dillon Kearns
|
7f61f2bf93
|
Rename function.
|
2022-08-25 09:51:37 -07:00 |
|
Dillon Kearns
|
2b5737d0fb
|
Evaluate thunks for Keyed nodes with Lazy children.
Minimal reproduction:
```elm
[ 1 ]
|> List.indexedMap
(\index _ ->
( String.fromInt index, lazy2 (\_ _ -> li [] []) () () )
)
|> Keyed.ul []
```
|
2022-08-25 09:46:42 -07:00 |
|
Dillon Kearns
|
82b2f358fa
|
Rename type.
|
2022-08-24 20:12:26 -07:00 |
|
Dillon Kearns
|
41e4428bf4
|
Fix compiler errors.
|
2022-08-24 20:12:06 -07:00 |
|
Dillon Kearns
|
dc9f2f3014
|
Force build.
|
2022-08-24 12:45:54 -07:00 |
|
Dillon Kearns
|
1cfdc839b6
|
Fix typo.
|
2022-08-24 12:45:40 -07:00 |
|
Dillon Kearns
|
17e57beac6
|
Force build.
|
2022-08-24 12:12:35 -07:00 |
|
Dillon Kearns
|
9cd76dc614
|
Include Json_wrap in HTML rendering code for all compile modes.
|
2022-08-24 12:11:52 -07:00 |
|
Dillon Kearns
|
0218c8d2a4
|
Force build.
|
2022-08-24 11:57:20 -07:00 |
|
Dillon Kearns
|
3745c76ecb
|
Only run elm-optimize-level-2 for --optimize flag.
|
2022-08-24 11:55:36 -07:00 |
|
Dillon Kearns
|
5595493fcc
|
Don't use --optimize in CLI prod build for now.
|
2022-08-24 11:50:50 -07:00 |
|
Dillon Kearns
|
5f8a777c54
|
Turn real email sending back on.
|
2022-08-24 09:59:51 -07:00 |
|
Dillon Kearns
|
c5148bb765
|
Update docs.
|
2022-08-24 09:49:10 -07:00 |
|
Dillon Kearns
|
c6edfdc56b
|
Review fixes.
|
2022-08-24 09:46:47 -07:00 |
|
Dillon Kearns
|
f4a61769b6
|
elm-pages TodoMVC example.
|
2022-08-24 09:19:54 -07:00 |
|
Dillon Kearns
|
f73fa4866a
|
Commit for git diff with TodoMVC example.
|
2022-08-24 09:19:36 -07:00 |
|
Dillon Kearns
|
5a2c283e32
|
Reorganize example.
|
2022-08-24 09:18:26 -07:00 |
|
Dillon Kearns
|
20632f90b2
|
Reorganize example.
|
2022-08-24 09:14:23 -07:00 |
|
Dillon Kearns
|
9b51b26c72
|
Move function to minimize diff with example.
|
2022-08-24 09:08:15 -07:00 |
|
Dillon Kearns
|
e463fe4cb0
|
Rename for smaller diff.
|
2022-08-24 09:06:18 -07:00 |
|
Dillon Kearns
|
643df60af1
|
Remove unused.
|
2022-08-24 09:01:30 -07:00 |
|
Dillon Kearns
|
e03e0befee
|
Fix markup for toggle-all button to pick up CSS styles properly.
|
2022-08-24 08:18:19 -07:00 |
|
Dillon Kearns
|
0b05b5c03c
|
Use higher precedence for matching on hiddenKind.
|
2022-08-24 08:17:56 -07:00 |
|
Dillon Kearns
|
feb0969803
|
Update end-to-end app with new form parser types.
|
2022-08-23 15:41:30 -07:00 |
|
Dillon Kearns
|
255cd8c6a4
|
Update form parsing logic with new server form parsers.
|
2022-08-23 15:38:10 -07:00 |
|
Dillon Kearns
|
a106496052
|
Update tests to use new combined forms type.
|
2022-08-23 15:12:42 -07:00 |
|
Dillon Kearns
|
e5010dec7b
|
Remove hardcoded data now that different view input values can be passed in.
|
2022-08-23 11:48:59 -07:00 |
|
Dillon Kearns
|
01fd8731c4
|
Define helpers by re-using other functions.
|
2022-08-23 11:43:56 -07:00 |
|
Dillon Kearns
|
7b6dab6c80
|
Add API for combining form parsers into a type without the input type variable.
|
2022-08-23 11:41:29 -07:00 |
|
Dillon Kearns
|
c549f94b8e
|
Use new graphql schema field name.
|
2022-08-22 14:23:32 -07:00 |
|
Dillon Kearns
|
89b3ce165b
|
Fix errors.
|
2022-08-22 14:16:32 -07:00 |
|
Dillon Kearns
|
ac9aa9f68d
|
Comment out windows snapshot test command for now.
|
2022-08-22 14:05:37 -07:00 |
|
Dillon Kearns
|
68d9e687b7
|
Restore executables check.
|
2022-08-22 13:39:13 -07:00 |
|
Dillon Kearns
|
27df023c15
|
Try inlining windows CI test script.
|
2022-08-22 13:38:49 -07:00 |
|
Dillon Kearns
|
cc447f81f8
|
Try different lamdera windows config.
|
2022-08-22 13:33:07 -07:00 |
|
Dillon Kearns
|
0d15ec9dee
|
Try different windows lamdera setup config.
|
2022-08-22 13:30:41 -07:00 |
|
Dillon Kearns
|
f4c50f9310
|
Comment out required executables check temporarily to see if windows ci succeeds without that check.
|
2022-08-22 09:20:35 -07:00 |
|
Dillon Kearns
|
cb60896742
|
Update escaping example package.json setup.
|
2022-08-22 09:17:43 -07:00 |
|
Dillon Kearns
|
7f3fb781ed
|
Fix windows ci command.
|
2022-08-22 09:07:19 -07:00 |
|
Dillon Kearns
|
8598e5b613
|
Update windows lamdera install steps.
|
2022-08-22 09:04:34 -07:00 |
|
Dillon Kearns
|
86e3027364
|
Tweak ci script for installing lamdera on windows.
|
2022-08-22 08:53:21 -07:00 |
|
Dillon Kearns
|
c0c18513d9
|
Fix a type reference.
|
2022-08-22 08:38:45 -07:00 |
|
Dillon Kearns
|
6e785a277f
|
Update some dependencies.
|
2022-08-22 08:38:40 -07:00 |
|