Commit Graph

286 Commits

Author SHA1 Message Date
Dillon Kearns
2fb7f0c08d Make sure to eagerly evaluate markdown rendering in CLI mode to get errors. 2020-05-13 21:14:05 -07:00
Dillon Kearns
0b15df5e43 Update docs. 2020-05-11 17:22:37 -07:00
Dillon Kearns
14a5dfe047 Remove todo doc comments for a module that is not public. 2020-05-11 17:20:22 -07:00
Dillon Kearns
e841796fc2 Update docs. 2020-05-11 17:19:10 -07:00
Dillon Kearns
16c4b79aea Add some docs. 2020-05-11 16:58:45 -07:00
Dillon Kearns
d1b83dbc3b Rename an object key. 2020-05-11 16:43:09 -07:00
Dillon Kearns
b869091f02 Rename variable. 2020-05-11 16:39:18 -07:00
Dillon Kearns
53ba6d8416 Rename function. 2020-05-11 11:40:27 -07:00
Dillon Kearns
3a61933d81 Merge branch 'master' into phantom-builder 2020-05-11 10:40:58 -07:00
Dillon Kearns
30fbb917cd Improve some variable names and add some notes. 2020-05-11 09:37:47 -07:00
Dillon Kearns
4cf6ad9d92 Merge branch 'master' into generate-files-static-http 2020-05-11 09:27:30 -07:00
Dillon Kearns
e3b8af646c Update docs. 2020-05-10 17:51:33 -07:00
Dillon Kearns
bfd6977177 Update docs. 2020-05-10 15:56:55 -07:00
Dillon Kearns
91c3fb2dea Merge branch 'master' into structured-data 2020-05-10 15:08:39 -07:00
Dillon Kearns
dd65124eb3 Update docs. 2020-05-10 07:38:51 -07:00
Dillon Kearns
df5b36d7fb Render loading indicator off to the side of the elm debugger panel. 2020-05-09 20:33:32 -07:00
Dillon Kearns
538b76f45c Don't render loading indicator at all outside of dev mode. 2020-05-09 15:20:44 -07:00
Dillon Kearns
87d810790f Move more of loading indicator style into Elm. 2020-05-08 07:13:16 -07:00
Dillon Kearns
3a1b7aea1d Move some styles inline in loading spinner. 2020-05-08 06:46:09 -07:00
Dillon Kearns
8b365a9146 Implement OptimizedDecoder.lazy. 2020-05-07 21:36:17 -07:00
Dillon Kearns
2e8e9754d1 Remove unused code. 2020-05-04 20:46:14 -07:00
Dillon Kearns
e03e4d254f Pass through decode error messages for unoptimized json decoder requests. 2020-05-04 16:10:53 -07:00
Dillon Kearns
ba7d7fdc9c Wire in a custom message for StaticHttp.fail. 2020-05-04 16:10:32 -07:00
Dillon Kearns
d930593340 Update docs. 2020-05-04 15:53:47 -07:00
Dillon Kearns
03315da320 Change error message string. 2020-05-04 14:00:33 -07:00
Dillon Kearns
8171f205fe Get build process working with new webpack setup. 2020-05-03 17:31:19 -07:00
Dillon Kearns
21c7588329 Use new lifecycle for HMR. 2020-05-03 11:40:47 -07:00
Dillon Kearns
cb0f4cbed4 Generate Pages.elm module from a Webpack plugin so it hooks into the lifecycle more smoothly. 2020-05-02 17:22:53 -07:00
Dillon Kearns
3622269e36 Add StaticHttp.fail function. 2020-04-22 18:02:34 -07:00
Dillon Kearns
20339f7256 Display build errors in overlay. 2020-04-20 17:12:16 -07:00
Dillon Kearns
299d73d807 Remove coupling to elm-markup library. 2020-04-19 18:32:39 -07:00
Dillon Kearns
3c690106f4 Wire in static http cache to prevent making extra requests. 2020-04-19 08:17:51 -07:00
Dillon Kearns
e395638565 Fix typo. 2020-04-18 11:08:35 -07:00
Dillon Kearns
435724de98 Port over pipeline module. 2020-04-17 21:24:23 -07:00
Dillon Kearns
9226fdeeb5 Add some missing exposed values. 2020-04-17 21:24:12 -07:00
Dillon Kearns
5730b541a3 Use plain elm/json decoder in Browser mode, and optimizable decoder in Cli mode. 2020-04-17 20:10:25 -07:00
Dillon Kearns
f72a4588c7 Add an optimized decoder wrapper module. 2020-04-16 22:03:39 -07:00
Dillon Kearns
d4cee63fa8 Fix compiler error. 2020-04-13 15:02:37 -07:00
Dillon Kearns
5aa9fa8c26 Merge branch 'master' into content-hot-reloading 2020-04-12 15:18:55 -07:00
Dillon Kearns
5abe2c5378 Don't scroll to top of page when hot reloading content. 2020-04-12 15:18:18 -07:00
Dillon Kearns
33bab4a495 Update structured data to use some type safe versions. 2020-04-11 20:25:08 -07:00
Dillon Kearns
7e83160c73 Fix validation error in publisher Structured Data. 2020-04-11 09:32:59 -07:00
Dillon Kearns
7b8aa4cb1a Update structured data definitions. 2020-04-11 08:18:14 -07:00
Dillon Kearns
384fd48de3 Working MVP for adding structured data (json-ld). 2020-04-10 09:16:24 -07:00
Dillon Kearns
a6dcde5dde Merge branch 'master' into phantom-builder 2020-04-07 16:59:02 -07:00
Dillon Kearns
d61d4a38aa Merge branch 'master' into pr/73 2020-03-28 15:03:25 -07:00
Dillon Kearns
4aa8d43315
Update src/Pages/Secrets.elm 2020-03-18 08:07:52 -07:00
Stuart Dum
0cc7e2a077
Fix Secrets.succeed arguments in example 2020-03-13 14:27:57 -04:00
Stuart Dum
6f52e85ebf Fix Secrets.succeed arguments in example 2020-03-13 13:56:37 -04:00
Steven Vandevelde
4d27264689 Fix rebase conflict 2020-03-11 15:17:02 +01:00