Commit Graph

2070 Commits

Author SHA1 Message Date
Dillon Kearns
a3f9b98409 Checkpoint for merging API. 2023-04-17 12:48:53 -07:00
Dillon Kearns
65716ac34e Use latest elm-codegen and fix type annotation in AddRoute example. 2023-04-02 21:49:49 -07:00
Dillon Kearns
938f0c85e6 Update test script. 2023-03-24 12:10:41 -07:00
Dillon Kearns
aec36b13c3 Add error handling page draft. 2023-03-24 10:39:35 -07:00
Mario Rogic
f5fc7d22e3
Use username and update for latest API 2023-03-24 08:49:17 +00: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
e1ae5e317b Render ErrorPage for production server-rendered routes. 2023-03-15 10:58:03 -07:00
Dillon Kearns
381846560a Update landing page example. 2023-03-14 17:39:43 -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
7c7fe23e6d Try busting node cache. 2023-03-14 16:21:21 -07:00
Dillon Kearns
d563d7b6d1 Add new docs section. 2023-03-14 16:17:36 -07:00
Dillon Kearns
0eceb60fee Remove obsolete section and rename. 2023-03-14 16:17:28 -07:00
Dillon Kearns
28d1944ef2 Update landing page examples. 2023-03-14 16:17:07 -07:00
Dillon Kearns
a3716c4a39 Update landing page examples. 2023-03-14 11:11:58 -07:00
Dillon Kearns
c548e9b85b Include lamdera/codecs dependency in elm.json rewriting helpers. 2023-03-11 14:10:57 -08:00
Dillon Kearns
15edcd502e Add helpers for JSON Encoder for fields in Scaffold module. 2023-03-09 11:07:22 -08:00
Dillon Kearns
1e66901d93 Move elm-codegen type information to package instead of user-code. 2023-03-09 11:03:54 -08:00
Dillon Kearns
7360c36a34 Add dependency. 2023-03-09 11:03:17 -08:00
Dillon Kearns
8a60199a7d Remove unused folder from source-directories. 2023-03-09 11:03:12 -08:00
Dillon Kearns
590eb91bbc Update elm-codegen package in example. 2023-03-08 11:02:17 -08:00
Dillon Kearns
022778120a Update package-lock. 2023-03-08 11:02:10 -08:00
Dillon Kearns
337354b21c Fix example. 2023-03-05 10:38:41 -08:00
Dillon Kearns
98bc1ba6c0 Update docs site to latest elm-tailwind-modules. 2023-03-05 10:15:42 -08:00
Dillon Kearns
154a4ff0b0 Handle form result in case expression in route generator. 2023-03-04 07:39:10 -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
a8b8e7421d Move formId argument to Form render functions. 2023-03-03 16:55:18 -08:00
Dillon Kearns
6724ffc99d Remove unused import. 2023-03-03 16:09:19 -08:00
Dillon Kearns
3045c108a5 Remove obsolete extra type FinalForm. 2023-03-03 14:54:41 -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
d48485e541 Rename argument sharedModel -> shared. 2023-03-02 11:43:22 -08:00
Dillon Kearns
e19b547808 Remove PageUrl argument and rename RouteBuilder.StaticPayload -> RouteBuilder.App. 2023-03-02 11:36:34 -08:00
Dillon Kearns
22dbb95c35 Fix error. 2023-03-01 17:37:10 -08:00
Dillon Kearns
8d64611254 Fix test. 2023-02-28 16:12:19 -08:00
Dillon Kearns
04f2cbaa0a Bump dependencies in example folder. 2023-02-28 16:06:44 -08:00
Dillon Kearns
4ae64cb5bd Wire in onSubmit for TransitionStrategy. 2023-02-28 16:01:55 -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
5857ccefb7 Lock in esbuild version in another example. 2023-02-20 15:40:27 -08:00
Dillon Kearns
9d87036995 Lock in some NPM dependencies to fix build error. 2023-02-20 15:36:53 -08:00
Dillon Kearns
bfe22f3424 Update output. 2023-02-20 11:47:02 -08:00
Dillon Kearns
e3cb9d3a01 Fix some issues with the test script and esm import syntax to fix CI. 2023-02-20 11:44:02 -08:00
Dillon Kearns
ba875d789f Add FieldView.valueButton helpers, and rerun loaders when query params are changed to ensure that GET form submissions reload data. 2023-02-18 12:31:32 -08:00
Dillon Kearns
a9d367725f Handle new from admin/:slug and add delete action handler. 2023-02-07 08:31:51 -08:00
Dillon Kearns
f76870cabe Fix flaky test. 2023-02-06 22:40:49 -08:00
Dillon Kearns
5a2545329e Use Scaffold namespace for generator modules. 2023-02-06 22:04:11 -08:00
Dillon Kearns
2fa6c41d72 Add more type information to Form.Context record in generator. 2023-02-06 20:54:19 -08:00
Dillon Kearns
bcaabe81d8 Extract some code in generator. 2023-02-06 20:36:32 -08:00
Dillon Kearns
e5e007741a Inline more helpers. 2023-02-06 18:23:56 -08:00