Commit Graph

999 Commits

Author SHA1 Message Date
Dillon Kearns
769c163618 Remove docs page which is now covered in the package docs for Pages.Form. 2023-05-24 15:46:36 -07:00
Dillon Kearns
1fe11c9253 Remove fetcher module which is now covered inline in package docs. 2023-05-24 14:39:47 -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
d873003ef8 Update docs. 2023-05-17 11:40:08 -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
c45269f3a2 Remove unused. 2023-05-16 09:24:20 -07:00
Dillon Kearns
ac179b451f Update adapter docs. 2023-05-15 12:51:14 -07:00
Dillon Kearns
a0011fb1c3 Update dependencies in examples folders. 2023-05-11 16:21:25 -07:00
Dillon Kearns
a47b44a425 Add initial iteration of docs on adapters. 2023-05-10 09:51:01 -07:00
Dillon Kearns
2396724f6a Prevent vite warning message. 2023-05-06 09:24:03 -07:00
Dillon Kearns
841b61ac16 Update docs. 2023-05-05 11:37:57 -07:00
Dillon Kearns
3426c43472 Update docs. 2023-05-05 10:38:55 -07:00
Dillon Kearns
04e68a12c2 Link a section in docs. 2023-05-05 10:28:14 -07:00
Dillon Kearns
f951b98e03 Update docs. 2023-05-05 10:13:58 -07:00
Dillon Kearns
81014aa143 Update docs. 2023-05-04 12:13:24 -07:00
Dillon Kearns
7fcc1a2d82 Update docs. 2023-05-04 11:39:51 -07:00
Dillon Kearns
bdbb5ac84d Update docs for elm-pages scripts. 2023-05-01 14:12:42 -07:00
Dillon Kearns
cda1dc58cf Update docs. 2023-05-01 09:26:47 -07:00
Dillon Kearns
b24366673c Update docs site for v3. 2023-04-24 09:32:12 -07:00
Dillon Kearns
46296abb60 Update some projects. 2023-04-19 10:49:48 -07:00
Dillon Kearns
aec36b13c3 Add error handling page draft. 2023-03-24 10:39:35 -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
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
98bc1ba6c0 Update docs site to latest elm-tailwind-modules. 2023-03-05 10:15:42 -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
22dbb95c35 Fix error. 2023-03-01 17:37:10 -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
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
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
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
7c71fe492c Fix error in docs site. 2023-01-08 11:13:39 -08:00
Dillon Kearns
e0d949c008 Fix example. 2023-01-07 15:41:52 -08:00
Dillon Kearns
7f23779816 Rename DataSource -> BackendTask. 2023-01-01 14:45:54 -08:00
Dillon Kearns
dd11836490 Remove unused. 2023-01-01 14:23:13 -08:00
Dillon Kearns
18c5cb7d9e Update function name. 2022-12-29 07:36:14 -07:00
Dillon Kearns
c982947c7d Make Throwable/Catchable exceptions. 2022-12-28 18:45:49 -07:00
Dillon Kearns
d78a3ca91d Add initial prototype for error type variable in DataSources. 2022-12-26 10:53:06 -07:00
Dillon Kearns
3462441c0e Remove some unused code and hardcoding. 2022-12-15 09:50:31 -08:00
Dillon Kearns
4e13134eef Update esbuild version. 2022-12-07 09:37:56 -08:00