Commit Graph

460 Commits

Author SHA1 Message Date
Dillon Kearns
eb8c0ffabc Remove save hook. 2020-09-05 22:17:28 -07:00
Dillon Kearns
57310bacd8 Wire in global model to view. 2020-09-05 21:31:14 -07:00
Dillon Kearns
87eb2408cc Stop generating save function. 2020-09-05 21:13:38 -07:00
Dillon Kearns
b66b0ba45c Wire up new shared update msg. 2020-09-05 21:02:05 -07:00
Dillon Kearns
dc9e34207a Init local model with load from global model. 2020-09-01 23:49:23 -07:00
Dillon Kearns
6bebe4f32c Persist global state. 2020-09-01 23:03:50 -07:00
Dillon Kearns
9e8659b305 Remove toMsg and toGlobalMsg and change msg type for rendered document. 2020-09-01 22:38:57 -07:00
Dillon Kearns
bddcd02141 Add example of global state. 2020-09-01 17:50:40 -07:00
Dillon Kearns
40b86aba83 Rename function. 2020-09-01 17:44:00 -07:00
Dillon Kearns
94f018e2ae Add save and load functions. 2020-09-01 17:11:54 -07:00
Dillon Kearns
7a6e9b77f2 Rename function. 2020-08-26 22:05:12 -07:00
Dillon Kearns
e2c5919466 Introduce new template constructor. 2020-08-26 21:14:52 -07:00
Dillon Kearns
0308587581 Make a simpler constructor function. 2020-08-26 20:31:49 -07:00
Dillon Kearns
50ba51864e Use type alias and rename variable. 2020-08-26 20:07:50 -07:00
Dillon Kearns
307f1bdf25 Wire in toMsg and toGlobalMsg. 2020-08-24 22:13:14 -07:00
Dillon Kearns
98bd2d56fc Rename type. 2020-08-24 21:14:19 -07:00
Dillon Kearns
1e3bfe373a Remove unused code. 2020-08-23 21:32:32 -07:00
Dillon Kearns
c3dadba35d Update docs. 2020-08-23 21:10:31 -07:00
Dillon Kearns
534d204323 Wire in site metadata to docs sidebar. 2020-08-23 20:56:25 -07:00
Dillon Kearns
d98d94747a Remove coupling to elm-ui and elm-markdown packages in generated template connector. 2020-08-23 13:15:31 -07:00
Dillon Kearns
959130aae0 Pass in subscriptions explicitly to template builder, and let caller pipe through toProgram. 2020-08-23 10:44:00 -07:00
Dillon Kearns
375006e342 Escape literal backslashes and wire in code generation. 2020-08-23 08:00:49 -07:00
Dillon Kearns
0ce57d2750 Use wildcard for update function for now. 2020-08-23 07:34:09 -07:00
Dillon Kearns
c6a3eac95b Remove unused. 2020-08-22 21:09:36 -07:00
Dillon Kearns
15797e52ea Remove unsued. 2020-08-22 20:51:18 -07:00
Dillon Kearns
9de74530ad Wire in global metadata. 2020-08-22 17:37:00 -07:00
Dillon Kearns
f9275a9ec3 Merge branch 'master' into template-modules 2020-08-22 17:16:49 -07:00
Dillon Kearns
6c06f06c1b Add documentation page template. 2020-06-06 16:20:24 -07:00
Dillon Kearns
0e0446c397 Use template builder for Showcase template module. 2020-06-06 16:10:18 -07:00
Dillon Kearns
feeef824c7 Remove extra exports. 2020-06-06 16:07:26 -07:00
Dillon Kearns
033fb21f7b Remove extra exports. 2020-06-06 16:06:10 -07:00
Dillon Kearns
f1aaa85b92 Remove extra exports. 2020-06-06 16:04:25 -07:00
Dillon Kearns
67620a5124 Update docs site dependencies. 2020-06-06 15:21:33 -07:00
Dillon Kearns
f4c7058d14 Wire in Msgs to templates. 2020-06-01 19:57:07 -07:00
Dillon Kearns
923120d2f1 Use exposed template value for another template. 2020-05-30 18:56:53 -07:00
Dillon Kearns
4bb89478df Add template builder function. 2020-05-30 18:51:22 -07:00
Dillon Kearns
fab5c09844 Move user-defined metadata to its own module. 2020-05-27 12:58:11 -07:00
Dillon Kearns
ec513fd0b8 Move some metadata to an external module to prevent circular dependencies. 2020-05-26 20:51:38 -07:00
Dillon Kearns
de49f37dee Remove some unused code. 2020-05-24 12:36:01 -07:00
Dillon Kearns
2ff13c00e3 Wire in blog index with an empty list of posts for now. 2020-05-24 12:33:17 -07:00
Dillon Kearns
8a9cc44a2b Remove unused metadata type. 2020-05-24 10:34:57 -07:00
Dillon Kearns
eee1d7de71 Wire in update function to call template inits. 2020-05-24 09:24:48 -07:00
Dillon Kearns
c42be6b803 Wire in showcase template. 2020-05-24 08:52:09 -07:00
Dillon Kearns
3f946bdc46 Wire in the main Page template. 2020-05-24 08:36:40 -07:00
Dillon Kearns
a26a84e4b6 Remove some debug todos. 2020-05-23 18:59:07 -07:00
Dillon Kearns
48fd7a5fb5 Wire up init function. 2020-05-23 17:03:28 -07:00
Dillon Kearns
e9ff0faafb Add BlogPost template prototype. 2020-05-23 15:31:56 -07:00
Dillon Kearns
7aeec0f72e Add starting point for template modules file structure. 2020-05-20 06:42:52 -07:00
Dillon Kearns
784ddca3e0 Remove unnecessary CSS style. 2020-05-19 08:18:52 -07:00
Dillon Kearns
acb7ac3655 Wrap some paragraphs to prevent overflow. 2020-05-19 07:11:01 -07:00