Commit Graph

443 Commits

Author SHA1 Message Date
Dillon Kearns
73d38cf37e Use Lamdera NPM package in examples and template. 2024-01-09 16:30:04 -08:00
Dillon Kearns
35ba44c929 Update dependencies. 2024-01-08 12:54:44 -08:00
Tanya Bouman
1dc24aabcb pokedex example: add missing tailwind dependency and fix errors 2023-08-15 19:27:04 -04:00
Dillon Kearns
5eb05ae128 Update example. 2023-05-29 15:00:47 -07:00
Dillon Kearns
08fcd53f09 Rename fields. 2023-05-24 08:37:02 -07:00
Dillon Kearns
284a40c306 Use navigation requests as default form submission strategy, with builder function to set withConcurrent. 2023-05-23 11:24:17 -07:00
Dillon Kearns
db8d5b37e2 Rename type to make namesapce more unique across Elm packages. 2023-05-17 10:04:57 -07:00
Dillon Kearns
a58f8e6710 Use built-in netlify adapter in examples. 2023-05-16 11:13:05 -07:00
Dillon Kearns
a0011fb1c3 Update dependencies in examples folders. 2023-05-11 16:21:25 -07:00
Dillon Kearns
a708b85b23 Use valid netlify route pattern. 2023-05-11 15:20:07 -07:00
Dillon Kearns
35c390f704 Uncomment stars endpoint. 2023-05-11 15:15:01 -07:00
Dillon Kearns
adf0b5422d Update adapter. 2023-05-11 14:26:38 -07:00
Dillon Kearns
b33dd5a6c1 Update code for latest form API. 2023-05-10 09:50:37 -07:00
Dillon Kearns
46296abb60 Update some projects. 2023-04-19 10:49:48 -07:00
Dillon Kearns
49e5e26fd1 Add error handling example to pokedex. 2023-03-15 11:07:13 -07:00
Dillon Kearns
188d9bac5a Fix error. 2023-03-15 11:04:34 -07:00
Dillon Kearns
3f5c7b1785 Change Session API to give empty session by default, and expose more low-level withSessionResult in case Result needs to be accessed. 2023-03-14 17:31:25 -07:00
Dillon Kearns
c548e9b85b Include lamdera/codecs dependency in elm.json rewriting helpers. 2023-03-11 14:10:57 -08:00
Dillon Kearns
f4cf8a7069 Make transition strategy the default and move formId argument to rendering. 2023-03-03 18:45:25 -08:00
Dillon Kearns
57b147f046 Add options as part of Form type in preparation for removing extra FinalForm. 2023-03-03 13:22:53 -08:00
Dillon Kearns
8f0c334b22 Re-order RouteBuilder parameters for consistency. 2023-03-03 11:06:28 -08:00
Dillon Kearns
e19b547808 Remove PageUrl argument and rename RouteBuilder.StaticPayload -> RouteBuilder.App. 2023-03-02 11:36:34 -08:00
Dillon Kearns
c53c09aa31 Move Pages.Msg -> PagesMsg and Pages.Msg.Msg -> PagesMsg.PagesMsg. 2023-02-28 15:45:59 -08:00
Dillon Kearns
19004f9180 Try importing custom-backend-task definitions directly to avoid bundling issues. 2023-01-27 10:18:19 -08:00
Dillon Kearns
5f8ce1b2eb Try different path format in adapter script. 2023-01-27 09:43:37 -08:00
Dillon Kearns
a3a385d643 Update prisma example code. 2023-01-27 09:39:48 -08:00
Dillon Kearns
93408eb17b Try prisma in Netlify. 2023-01-26 16:07:40 -08:00
Dillon Kearns
71bd580f98 Fix path to compiled CLI elm. 2023-01-25 09:00:19 -08:00
Dillon Kearns
e835b494c9 Update adapter script. 2023-01-22 15:47:51 -08:00
Dillon Kearns
7f35edd60e Set esbuild option in netlify.toml to allow ESM syntax. 2023-01-22 14:37:31 -08:00
Dillon Kearns
852be5fe11 Fix compiler errors in example. 2023-01-22 14:28:24 -08:00
Dillon Kearns
2973589dea Bump Node version. 2023-01-22 14:18:48 -08:00
Dillon Kearns
0f32ba7daa Use import syntax for adapter script. 2023-01-22 14:17:47 -08:00
Dillon Kearns
da45250fca Remove Recoverable type alias. 2023-01-17 10:57:42 -08:00
Dillon Kearns
8879b3efa6 Rename BackendTask.Custom.get -> BackendTask.Custom.run. 2023-01-17 07:14:03 -08:00
Dillon Kearns
f7825c45c7 Look for BackendTask.Custom definitions in custom-backend-task instead of port-data-source. 2023-01-17 07:08:15 -08:00
Dillon Kearns
ea29d1bbb3 Rename BackendTask.Port -> BackendTask.Custom. 2023-01-17 07:04:18 -08:00
Dillon Kearns
5b19e2dc3e Rename BackendTask.throw -> BackendTask.allowFatal. 2023-01-16 18:24:48 -08:00
Dillon Kearns
60afaee624 Rename Exception -> RecoverableError. 2023-01-16 17:48:46 -08:00
Dillon Kearns
e5bcdf2d6e Rename Exception.Catchable -> Exception.Exception to reduce number of terms. 2023-01-10 11:06:20 -08:00
Dillon Kearns
0c8bebee1d Try a different cache path to see if netlify gives error. 2023-01-09 14:37:21 -08:00
Dillon Kearns
c31e952afa Try custom caching options to test netlify error. 2023-01-09 14:20:46 -08:00
Dillon Kearns
5d83cafff5 Force netlify build when parent folders change. 2023-01-09 13:19:26 -08:00
Dillon Kearns
e2297cd52f Add build generator step to netlify build command. 2023-01-09 11:29:22 -08:00
Dillon Kearns
0afe0b37ca Update example to latest and fix some types in API. 2023-01-09 11:24:50 -08:00
Dillon Kearns
7f23779816 Rename DataSource -> BackendTask. 2023-01-01 14:45:54 -08:00
Dillon Kearns
4f56f19dc1 Bump cypress version. 2022-12-11 19:46:22 -08:00
Dillon Kearns
73fb00e38a Bump example project package-lock files. 2022-12-07 09:39:36 -08:00
Dillon Kearns
642bbc3398 Change generators to elm-pages run instead of elm-pages codegen, and resolve DataSource's through new generator API. 2022-11-22 11:21:11 -08:00
Dillon Kearns
6a06767120 Include optional parameter for htmlToString configuration. 2022-10-29 19:38:19 +05:30