Commit Graph

175 Commits

Author SHA1 Message Date
Dillon Kearns
249c168c42 Update example. 2023-05-29 15:11:31 -07:00
Dillon Kearns
1609f487ff Rename function. 2023-05-24 15:05:04 -07:00
Dillon Kearns
4559a5171b Update reference and names. 2023-05-24 10:56:01 -07:00
Dillon Kearns
b1cba8ce0e Reorganize modules. 2023-05-24 09:30:56 -07:00
Dillon Kearns
513e58f560 Rename module. 2023-05-24 08:39:43 -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
05845559fd Update todo example. 2023-05-16 10:55:54 -07:00
Dillon Kearns
a0011fb1c3 Update dependencies in examples folders. 2023-05-11 16:21:25 -07:00
Dillon Kearns
46296abb60 Update some projects. 2023-04-19 10:49:48 -07:00
Dillon Kearns
8275f4e447 More wiring for form integration prototype. 2023-04-17 12:48:53 -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
74249406f9 Use a plain List String for Path instead of Custom Type. 2023-03-03 10:13:51 -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
737cb66903 Delete unused import. 2023-01-31 10:57:42 -08:00
Dillon Kearns
c32662fd6b Fix magic link encryption to use latest code fixes. 2023-01-31 10:54:55 -08:00
Dillon Kearns
957ea0333b Fix ordering for retrieving newly created session. 2023-01-31 10:54:38 -08:00
Dillon Kearns
7d73c34d61 Delete commented code. 2023-01-31 10:41:21 -08:00
Dillon Kearns
c5ea554e80 Add missing command. 2023-01-30 21:15:16 -08:00
Dillon Kearns
eb834baf41 Bump node version. 2023-01-30 21:08:44 -08:00
Dillon Kearns
1136aa11e6 Skip GraphQL Generate step in build. 2023-01-30 21:04:10 -08:00
Dillon Kearns
39123b0fc0 Set esbuild option for netlify functions. 2023-01-30 21:03:03 -08:00
Dillon Kearns
df73e7a082 Update adapter script in todos example. 2023-01-30 21:01:47 -08:00
Dillon Kearns
eabe849240 Revert module type in package for now. 2023-01-30 20:59:04 -08:00
Dillon Kearns
da4205284d Remove unused. 2023-01-30 20:46:46 -08:00
Dillon Kearns
78272efaae Add missing sessionId check. 2023-01-30 20:46:43 -08:00
Dillon Kearns
a69c286011 Use package type module. 2023-01-30 20:37:56 -08:00
Dillon Kearns
92da4b3f7a Remove some obsolete hasura references. 2023-01-30 20:37:49 -08:00
Dillon Kearns
10d77f357e Migrate remaining helpers to prisma. 2023-01-30 20:33:43 -08:00
Dillon Kearns
114043eaee Migrate some code from todo example to prisma. 2023-01-30 14:21:06 -08:00
Dillon Kearns
e6c372b14b Update example. 2023-01-30 13:13:21 -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
9c07ae57b8 Pass through caching options from request. 2023-01-06 12:53:48 -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
Dillon Kearns
7c9fb152c8 Move some meta tags from elm-pages.config.mjs template to Elm code. 2022-10-29 18:54:03 +05:30
Dillon Kearns
40201e7b17 Fix dependencies in example. 2022-10-19 15:17:52 -07:00
Dillon Kearns
d0ca727ac6 Update dependencies. 2022-10-19 09:05:08 -07:00