Commit Graph

313 Commits

Author SHA1 Message Date
Dillon Kearns
2a0c8b616c Change casing. 2020-01-02 15:19:18 -08:00
Dillon Kearns
0088ecb7a5 Update docs and article. 2020-01-02 15:18:26 -08:00
Dillon Kearns
52732c2fa2 Update article wording. 2019-12-11 20:17:36 -08:00
Dillon Kearns
d3d8207e29 Update references to elm 0.19.0 to 19.1. 2019-12-11 10:29:15 -08:00
Dillon Kearns
b6491cdb9c Update StaticHttp docs. 2019-12-11 09:25:17 -08:00
Dillon Kearns
80b852e55d Move StaticHttp under Pages module namespace. 2019-12-11 06:13:02 -08:00
Dillon Kearns
fa7ac18fc1 Sort articles by publish date. 2019-12-11 05:54:12 -08:00
Dillon Kearns
a55440f44e Update to Elm 0.19.1. 2019-12-11 05:54:00 -08:00
Dillon Kearns
89c44de1db Update blog post. 2019-12-11 05:40:13 -08:00
Dillon Kearns
b435eb1560 Merge branch 'master' into static-http 2019-12-10 17:26:17 -08:00
Dillon Kearns
a92be3388b Restore head tags and prefetching functionality with new static http API. 2019-12-10 13:50:56 -08:00
Dillon Kearns
f726f9dc2b Add article draft. 2019-12-10 09:51:54 -08:00
Dillon Kearns
8e11ef894a Update package-lock.json 2019-12-10 09:51:21 -08:00
Dillon Kearns
1b09fcd991 Include star count in docs site header. 2019-12-10 07:48:22 -08:00
Dillon Kearns
1b2d08bc54 Use ilias's latest json library, update docs site, use 19.1 for docs site. 2019-12-09 20:18:48 -08:00
Dillon Kearns
b0213189ca Generate buildTime constant in Pages.elm. 2019-12-09 13:03:53 -08:00
Dillon Kearns
fb8fffaab3 Bump number of requests for performance testing. 2019-12-09 09:41:23 -08:00
Dillon Kearns
39d9f84783 Update package-lock.json 2019-12-07 06:22:57 -08:00
Dillon Kearns
93494f4528 Remove some commented code. 2019-11-12 15:34:54 -08:00
Dillon Kearns
4e74a9a2eb Make request to pokeapi in example. 2019-11-12 10:00:01 -08:00
Dillon Kearns
8401dc5dac Show pokemon sprite. 2019-11-11 19:03:11 -08:00
Dillon Kearns
c0726adb2c Add request for pokemon to example. 2019-11-11 18:47:40 -08:00
Dillon Kearns
7b78c2340a Remove unused modules. 2019-11-11 17:46:54 -08:00
Dillon Kearns
45d5ce8e89 Wire through new Secrets API. 2019-11-11 12:40:38 -08:00
Dillon Kearns
c20071a06e Fix up elm.json and remove test only and logs. 2019-11-04 13:05:12 -08:00
Dillon Kearns
994fcd1188 Use andThen in external data example. 2019-11-01 16:10:45 -07:00
Dillon Kearns
395d421be8 Add missing package to example. 2019-11-01 13:27:04 -07:00
Dillon Kearns
7d14d8de88 Do fuzzy search suggestion for missing secret. 2019-10-29 17:59:08 -07:00
Dillon Kearns
2893c2a074 Add data to external data example. 2019-10-26 16:50:02 -07:00
Dillon Kearns
282ebcaf0d Update example. 2019-10-25 08:33:07 -07:00
Dillon Kearns
2917879df9 Update example. 2019-10-25 08:19:18 -07:00
Dillon Kearns
98a9c816cd Add stars to external data example. 2019-10-25 07:28:43 -07:00
Dillon Kearns
4ed072d0d2 Add external data example. 2019-10-25 07:17:08 -07:00
Dillon Kearns
7cd6ebe39b Show decoder errors for each page. 2019-10-24 06:13:15 -07:00
Dillon Kearns
c9b0104292 Add StaticHttp.map3. 2019-10-23 21:32:48 -07:00
Dillon Kearns
34324d7b19 Change StaticHttp design to allow for multiple requests per page. 2019-10-23 21:01:11 -07:00
Dillon Kearns
c04b72c5c2 Wire through StaticRequests end-to-end. 2019-10-22 13:36:41 -07:00
Brian Ginsburg
b011d184c2 Remove space above and below code elements
Modify shadow DOM tree construction to remove spaces introduced by string interpolation.
2019-10-22 06:56:18 -07:00
Dillon Kearns
789cc59d88 Send manifest config through port. 2019-10-21 23:06:25 -07:00
Dillon Kearns
4b32547c7c Update generated Pages.elm file template. 2019-10-21 15:57:01 -07:00
Dillon Kearns
f0d4a21dfb Send over StaticResponses data structure. 2019-10-19 12:40:33 -07:00
Dillon Kearns
899f872223 Add starting point for function to extract StaticRequests for each page. 2019-10-19 10:02:28 -07:00
Dillon Kearns
40089da983 Initial prototype to fetch static data. 2019-10-15 22:16:49 -07:00
Dillon Kearns
92a2ba9578 Get basic types wired up for static data. 2019-10-15 20:23:52 -07:00
Dillon Kearns
703f4ac6a6 Add prototype for new static request interface. 2019-10-14 09:46:25 -07:00
Dillon Kearns
ebc80239a8 Do example of hardcoded static data. 2019-10-14 08:06:31 -07:00
Dillon Kearns
8037ed33f5 Pass in static http no-op request as a prototype. 2019-10-13 17:35:34 -07:00
Dillon Kearns
130fe8c3ad Change structure of the view/head functions in application config. 2019-10-13 09:53:24 -07:00
Dillon Kearns
431b350858 Wire through (Maybe (PagePath pathKey)) as init argument. 2019-10-08 21:12:17 -07:00
Dillon Kearns
fcc3661909 Add onUrlChange to Pages.application (fixes #4). 2019-10-08 20:36:54 -07:00