Dillon Kearns
|
b34801a39f
|
Remove hashes in escaping test to make test more resilient.
|
2022-11-03 10:13:38 +05:30 |
|
Dillon Kearns
|
6bf1881de4
|
Include preload tags by default from Vite processing, and add config hook for customizing preload tags.
|
2022-11-02 15:14:36 +05:30 |
|
Dillon Kearns
|
9aa446e963
|
Fix error.
|
2022-11-02 14:50:28 +05:30 |
|
Dillon Kearns
|
6a06767120
|
Include optional parameter for htmlToString configuration.
|
2022-10-29 19:38:19 +05:30 |
|
Dillon Kearns
|
7c9fb152c8
|
Move some meta tags from elm-pages.config.mjs template to Elm code.
|
2022-10-29 18:54:03 +05:30 |
|
Dillon Kearns
|
219204b8e9
|
Remove some extra whitespace.
|
2022-10-29 18:26:20 +05:30 |
|
Dillon Kearns
|
9fe5ebe1b8
|
Pull charset into hardcoded value since it isn't configurable and needs to be placed within the first 1024 bytes of the document: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset.
|
2022-10-29 10:34:02 +05:30 |
|
Dillon Kearns
|
cc5c6a07a3
|
Fix default head tags config function.
|
2022-10-28 11:29:07 +05:30 |
|
Dillon Kearns
|
c024545f08
|
Changes docs site theme color.
|
2022-10-28 10:59:51 +05:30 |
|
Dillon Kearns
|
0f8cd29c14
|
Allow for user-customized head tags template that is processed by Vite.
|
2022-10-28 10:58:36 +05:30 |
|
Dillon Kearns
|
934571ebc1
|
Bump package lock files.
|
2022-10-24 15:44:10 -07:00 |
|
Dillon Kearns
|
3ec709b723
|
Upgrade to latest Vite package.
|
2022-10-24 15:35:37 -07:00 |
|
Dillon Kearns
|
f45ea2921a
|
Remove hanging text in docs.
|
2022-10-24 09:47:25 -07:00 |
|
Dillon Kearns
|
4b002adcdd
|
Fix dependencies in example.
|
2022-10-19 15:22:04 -07:00 |
|
Dillon Kearns
|
40201e7b17
|
Fix dependencies in example.
|
2022-10-19 15:17:52 -07:00 |
|
Dillon Kearns
|
38151bc193
|
Fix dependencies.
|
2022-10-19 11:32:55 -07:00 |
|
Dillon Kearns
|
d0ca727ac6
|
Update dependencies.
|
2022-10-19 09:05:08 -07:00 |
|
Dillon Kearns
|
5be89eaa22
|
Add fetcher cypress test.
|
2022-10-18 15:35:06 -07:00 |
|
Dillon Kearns
|
23202cc650
|
Expose Generate.single helper.
|
2022-10-18 13:50:00 -07:00 |
|
Dillon Kearns
|
f726d128fa
|
Add a way to scaffold pre-rendered pages in Generate API.
|
2022-10-18 11:02:39 -07:00 |
|
Dillon Kearns
|
fb00f6df18
|
Bump NPM package.
|
2022-10-14 12:46:53 -07:00 |
|
Dillon Kearns
|
3a6d3cba3b
|
Make diff in test more reslient to version changes.
|
2022-10-14 12:46:34 -07:00 |
|
Dillon Kearns
|
81a1fc98e3
|
Update dependency in sample projects.
|
2022-10-14 09:55:40 -07:00 |
|
Dillon Kearns
|
3986e296dd
|
Add dark mode session example.
|
2022-10-07 09:59:48 -07:00 |
|
Dillon Kearns
|
8d8029b668
|
Add codegen setup for end-to-end example.
|
2022-10-06 11:12:36 -07:00 |
|
Dillon Kearns
|
eb398c30e3
|
Move nested Maybe wrapped in Result to flat Err variant in Session API, and remove obsolete expectSession helper.
|
2022-10-06 09:50:44 -07:00 |
|
Dillon Kearns
|
b4a603fca8
|
Change argument order.
|
2022-10-06 09:35:42 -07:00 |
|
Dillon Kearns
|
fd2742cb1a
|
Extract function.
|
2022-10-06 08:32:01 -07:00 |
|
Dillon Kearns
|
96ad324e4b
|
Make HttpOnly cookies the default (opt in to JS visibile cookies instead of opting out).
|
2022-10-06 07:56:14 -07:00 |
|
Dillon Kearns
|
722e03337a
|
Fix example.
|
2022-10-05 15:41:35 -07:00 |
|
Dillon Kearns
|
fbfcd49721
|
Separate out SetCookie records from Options so the Options can be passed as standalone value.
|
2022-10-05 15:30:29 -07:00 |
|
Dillon Kearns
|
3b92127277
|
3.0.0-beta.2
|
2022-10-05 14:24:44 -07:00 |
|
Dillon Kearns
|
ca3ffe0427
|
Update todos example.
|
2022-10-05 14:07:36 -07:00 |
|
Dillon Kearns
|
0303636813
|
Update examples to use List Html for body.
|
2022-10-05 12:47:48 -07:00 |
|
Dillon Kearns
|
8ff1f21754
|
Change document's body to List of Html instead of a single element.
|
2022-10-05 12:40:06 -07:00 |
|
Dillon Kearns
|
ab1ad3b23a
|
Use DateOrDateTime in example.
|
2022-10-05 12:39:46 -07:00 |
|
Dillon Kearns
|
0fe6c62933
|
Update docs.json.
|
2022-10-05 12:22:22 -07:00 |
|
Dillon Kearns
|
8e30daff12
|
Add dependency.
|
2022-10-05 12:20:01 -07:00 |
|
Dillon Kearns
|
a98ddc6a4e
|
Use new Head.Seo.Date value in example.
|
2022-10-05 08:53:04 -07:00 |
|
Dillon Kearns
|
f6cb6ca7fd
|
Add missing dependency in examples.
|
2022-10-04 17:15:48 -07:00 |
|
Dillon Kearns
|
0c1654e445
|
Update package-lock.
|
2022-10-04 16:10:32 -07:00 |
|
Dillon Kearns
|
3d0b7cece0
|
Update package-lock.
|
2022-10-04 14:55:47 -07:00 |
|
Dillon Kearns
|
3b158a32f6
|
3.0.0-beta.1
|
2022-10-04 14:38:51 -07:00 |
|
Dillon Kearns
|
01042726d5
|
3.0.0-beta.0
|
2022-10-04 13:38:21 -07:00 |
|
Dillon Kearns
|
f6bd17f616
|
Merge branch 'serverless-latest'
|
2022-09-28 13:40:07 -07:00 |
|
Dillon Kearns
|
1d69e91b3b
|
Fix typo.
|
2022-09-18 20:09:00 -07:00 |
|
Dillon Kearns
|
810eb62aac
|
Add withType helper for temporary incorrect type in codegen.
|
2022-09-15 07:56:59 -07:00 |
|
Dillon Kearns
|
48dec4bbd0
|
Add missing dependency.
|
2022-09-15 07:56:31 -07:00 |
|
Dillon Kearns
|
e48f640019
|
Install missing dependencies.
|
2022-09-14 14:47:49 -07:00 |
|
Dillon Kearns
|
0b8e7f9e8b
|
Install missing dependencies.
|
2022-09-14 14:36:57 -07:00 |
|
Dillon Kearns
|
b93f6c6918
|
Add missing dependency.
|
2022-09-14 14:28:12 -07:00 |
|
Dillon Kearns
|
59a7165fa3
|
Add missing dependencies.
|
2022-09-13 10:54:49 -07:00 |
|
Dillon Kearns
|
c85463933f
|
Add missing dependency to example project.
|
2022-09-13 08:50:31 -07:00 |
|
Dillon Kearns
|
fdefee7036
|
Update send-grid repo branch.
|
2022-09-12 12:17:32 -07:00 |
|
Dillon Kearns
|
80fb8a1466
|
Simplify elm-codegen setup in todos app.
|
2022-09-11 07:50:12 -07:00 |
|
Dillon Kearns
|
928830ead7
|
Update package-lock.
|
2022-09-10 12:22:01 -07:00 |
|
Dillon Kearns
|
f4d524bc9e
|
Fix build.
|
2022-09-10 12:20:28 -07:00 |
|
Dillon Kearns
|
be28313594
|
Fix module name patterns.
|
2022-09-10 10:53:46 -07:00 |
|
Dillon Kearns
|
cddaab7264
|
Add function for generator with buildNoState.
|
2022-09-10 10:18:39 -07:00 |
|
Dillon Kearns
|
2a1cd5cb8d
|
Use builder pattern for Pages.Generate.
|
2022-09-09 17:18:23 -07:00 |
|
Dillon Kearns
|
6f1af9a288
|
Update name in docs.json.
|
2022-09-09 16:21:34 -07:00 |
|
Dillon Kearns
|
d6597b43ce
|
Generate docs.json file as part of scaffold command.
|
2022-09-09 15:19:08 -07:00 |
|
Dillon Kearns
|
459f6df9de
|
Remove module contract requirement for View.placeholder since it is obsolete now with new scaffolding.
|
2022-09-09 13:09:02 -07:00 |
|
Dillon Kearns
|
8e8ab404db
|
Extract out hardcoded names for framework types into helper.
|
2022-09-09 11:09:25 -07:00 |
|
Dillon Kearns
|
8711b7185a
|
Add basic setup for a scaffold command using elm-codegen.
|
2022-09-09 10:56:54 -07:00 |
|
Dillon Kearns
|
67af0e53d0
|
Include View and Effect modules in elm-application.json, and include @docs comments to make them valid.
|
2022-09-09 10:53:19 -07:00 |
|
Dillon Kearns
|
23cc852ecb
|
Remove obsolete example.
|
2022-09-06 16:50:07 -07:00 |
|
Dillon Kearns
|
07075b35ee
|
Force rebuild.
|
2022-09-06 15:04:05 -07:00 |
|
Dillon Kearns
|
880b32563d
|
Force build.
|
2022-09-06 10:14:41 -07:00 |
|
Dillon Kearns
|
2a0c775462
|
Handle decoding events for form submissions with no buttons (no submitter).
|
2022-09-06 09:47:37 -07:00 |
|
Dillon Kearns
|
e264ce3d07
|
Include completed fetcher items with their parsed ActionData in fetchers list.
|
2022-09-06 09:24:07 -07:00 |
|
Dillon Kearns
|
2b34ae971b
|
Add another end-to-end test case for nested lazy nodes within keyed nodes.
|
2022-08-25 12:11:45 -07:00 |
|
Dillon Kearns
|
abc91541e2
|
Add another HTML printing test case and handle lazy HTML nodes nested under keyed nodes.
|
2022-08-25 12:07:23 -07:00 |
|
Dillon Kearns
|
18a5d20ccf
|
Review fixes.
|
2022-08-25 11:57:33 -07:00 |
|
Dillon Kearns
|
9772828563
|
Migrate code in smoothies app.
|
2022-08-25 11:04:57 -07:00 |
|
Dillon Kearns
|
5415fd83d7
|
Pass in fetchers with their formId's, and implement isTransitioning status for fetchers.
|
2022-08-25 10:59:39 -07:00 |
|
Dillon Kearns
|
fa1686cd4c
|
Fix some errors in smoothies app.
|
2022-08-25 10:59:02 -07:00 |
|
Dillon Kearns
|
c7d8c07939
|
Rename value.
|
2022-08-25 10:21:39 -07:00 |
|
Dillon Kearns
|
7f61f2bf93
|
Rename function.
|
2022-08-25 09:51:37 -07:00 |
|
Dillon Kearns
|
82b2f358fa
|
Rename type.
|
2022-08-24 20:12:26 -07:00 |
|
Dillon Kearns
|
41e4428bf4
|
Fix compiler errors.
|
2022-08-24 20:12:06 -07:00 |
|
Dillon Kearns
|
dc9f2f3014
|
Force build.
|
2022-08-24 12:45:54 -07:00 |
|
Dillon Kearns
|
17e57beac6
|
Force build.
|
2022-08-24 12:12:35 -07:00 |
|
Dillon Kearns
|
0218c8d2a4
|
Force build.
|
2022-08-24 11:57:20 -07:00 |
|
Dillon Kearns
|
5f8a777c54
|
Turn real email sending back on.
|
2022-08-24 09:59:51 -07:00 |
|
Dillon Kearns
|
f4a61769b6
|
elm-pages TodoMVC example.
|
2022-08-24 09:19:54 -07:00 |
|
Dillon Kearns
|
f73fa4866a
|
Commit for git diff with TodoMVC example.
|
2022-08-24 09:19:36 -07:00 |
|
Dillon Kearns
|
5a2c283e32
|
Reorganize example.
|
2022-08-24 09:18:26 -07:00 |
|
Dillon Kearns
|
20632f90b2
|
Reorganize example.
|
2022-08-24 09:14:23 -07:00 |
|
Dillon Kearns
|
9b51b26c72
|
Move function to minimize diff with example.
|
2022-08-24 09:08:15 -07:00 |
|
Dillon Kearns
|
e463fe4cb0
|
Rename for smaller diff.
|
2022-08-24 09:06:18 -07:00 |
|
Dillon Kearns
|
643df60af1
|
Remove unused.
|
2022-08-24 09:01:30 -07:00 |
|
Dillon Kearns
|
e03e0befee
|
Fix markup for toggle-all button to pick up CSS styles properly.
|
2022-08-24 08:18:19 -07:00 |
|
Dillon Kearns
|
feb0969803
|
Update end-to-end app with new form parser types.
|
2022-08-23 15:41:30 -07:00 |
|
Dillon Kearns
|
e5010dec7b
|
Remove hardcoded data now that different view input values can be passed in.
|
2022-08-23 11:48:59 -07:00 |
|
Dillon Kearns
|
7b6dab6c80
|
Add API for combining form parsers into a type without the input type variable.
|
2022-08-23 11:41:29 -07:00 |
|
Dillon Kearns
|
c549f94b8e
|
Use new graphql schema field name.
|
2022-08-22 14:23:32 -07:00 |
|
Dillon Kearns
|
89b3ce165b
|
Fix errors.
|
2022-08-22 14:16:32 -07:00 |
|
Dillon Kearns
|
cb60896742
|
Update escaping example package.json setup.
|
2022-08-22 09:17:43 -07:00 |
|
Dillon Kearns
|
c0c18513d9
|
Fix a type reference.
|
2022-08-22 08:38:45 -07:00 |
|
Dillon Kearns
|
6e785a277f
|
Update some dependencies.
|
2022-08-22 08:38:40 -07:00 |
|
Dillon Kearns
|
3403e29679
|
Update some NPM dependencies.
|
2022-08-22 08:35:24 -07:00 |
|
Dillon Kearns
|
d5a97abe59
|
Update some NPM dependencies.
|
2022-08-22 08:33:51 -07:00 |
|
Dillon Kearns
|
056508d4ee
|
Fix some type references in Effect modules.
|
2022-08-22 08:29:19 -07:00 |
|
Dillon Kearns
|
2804afccef
|
Move FormData and Method types to package-exposed module.
|
2022-08-22 08:17:43 -07:00 |
|
Dillon Kearns
|
be70c8b004
|
Update package-lock.
|
2022-08-22 08:00:21 -07:00 |
|
Dillon Kearns
|
a7cdded64c
|
Add review config in end-to-end example project.
|
2022-08-21 11:04:44 -07:00 |
|
Dillon Kearns
|
02346b6593
|
Remove some unused dependencies and modules.
|
2022-08-21 10:51:01 -07:00 |
|
Dillon Kearns
|
604eb1ccf9
|
Add some missing type annotations.
|
2022-08-21 10:39:21 -07:00 |
|
Dillon Kearns
|
b82988ed28
|
Remove obsolete NoOp Msg.
|
2022-08-21 10:39:21 -07:00 |
|
Dillon Kearns
|
195469806e
|
Handle multiple concurrent new-item submissions.
|
2022-08-19 10:20:48 -07:00 |
|
Dillon Kearns
|
eed8c29c43
|
Comment out debug pane for prod deploy.
|
2022-08-19 09:26:04 -07:00 |
|
Dillon Kearns
|
047d5f0631
|
Move debug pane and add wrapping.
|
2022-08-19 08:38:34 -07:00 |
|
Dillon Kearns
|
55b81d4297
|
Add loading spinner.
|
2022-08-18 20:44:32 -07:00 |
|
Dillon Kearns
|
d45a3aff71
|
Show debug output.
|
2022-08-18 20:16:01 -07:00 |
|
Dillon Kearns
|
779032858c
|
Hide some buttons.
|
2022-08-18 20:14:25 -07:00 |
|
Dillon Kearns
|
96a3db6523
|
Show loading state with elipsis.
|
2022-08-17 15:12:43 -07:00 |
|
Dillon Kearns
|
978f00f5a0
|
Set createdAt from server to make it more consistent.
|
2022-08-16 19:33:57 -07:00 |
|
Dillon Kearns
|
4cc27a7017
|
Reorganize code.
|
2022-08-16 16:44:03 -07:00 |
|
Dillon Kearns
|
7d7cefe68b
|
Move function for cleaner diff.
|
2022-08-16 16:41:53 -07:00 |
|
Dillon Kearns
|
7ac3cce9c1
|
Extract forms list.
|
2022-08-16 16:41:45 -07:00 |
|
Dillon Kearns
|
79b8a6589a
|
Extract and format.
|
2022-08-16 16:39:20 -07:00 |
|
Dillon Kearns
|
d728e57858
|
Remove head tags since this is a logged-in-only page.
|
2022-08-16 16:32:15 -07:00 |
|
Dillon Kearns
|
67d55d8156
|
Inline subscriptions.
|
2022-08-16 16:30:19 -07:00 |
|
Dillon Kearns
|
86c80e9438
|
Update imports and formatting.
|
2022-08-16 16:21:00 -07:00 |
|
Dillon Kearns
|
bd058c069b
|
Refactor session code.
|
2022-08-16 16:09:16 -07:00 |
|
Dillon Kearns
|
f3d5a67c2f
|
Extract icons to module.
|
2022-08-16 16:05:36 -07:00 |
|
Dillon Kearns
|
fe3c46c8be
|
Use Route helper function.
|
2022-08-16 16:04:18 -07:00 |
|
Dillon Kearns
|
ab1344113c
|
Rearrange code for diff.
|
2022-08-16 16:01:24 -07:00 |
|
Dillon Kearns
|
c85936614f
|
Change nesting to minimize diff.
|
2022-08-16 15:57:10 -07:00 |
|
Dillon Kearns
|
3c9d761d60
|
Reorder to minimize diff.
|
2022-08-16 15:54:32 -07:00 |
|
Dillon Kearns
|
6930075676
|
Use helper function.
|
2022-08-16 15:52:14 -07:00 |
|
Dillon Kearns
|
4c280a5bca
|
Use helper function.
|
2022-08-16 15:51:39 -07:00 |
|
Dillon Kearns
|
725675a94f
|
Use helper function.
|
2022-08-16 15:51:12 -07:00 |
|
Dillon Kearns
|
8f60815d22
|
Use helper function.
|
2022-08-16 15:50:38 -07:00 |
|
Dillon Kearns
|
c6986fc1fc
|
Use helper function.
|
2022-08-16 15:49:59 -07:00 |
|
Dillon Kearns
|
2d912ffcb3
|
Extract helper function.
|
2022-08-16 15:49:15 -07:00 |
|
Dillon Kearns
|
564e410817
|
Reduce the diff with Elm TodoMVC code.
|
2022-08-16 15:43:35 -07:00 |
|
Dillon Kearns
|
64827c0b14
|
Add missing import.
|
2022-08-16 10:24:22 -07:00 |
|
Dillon Kearns
|
592d7d54ed
|
Use optimistic visibility for faster transitions.
|
2022-08-16 10:10:12 -07:00 |
|
Dillon Kearns
|
ea945f6f6a
|
Make toggle-all optimistic.
|
2022-08-16 08:43:37 -07:00 |
|
Dillon Kearns
|
2016e5be0b
|
Implement toggle-all with hardcoded toggle-to value.
|
2022-08-16 08:38:30 -07:00 |
|
Dillon Kearns
|
fd6ece625b
|
Optimistically clear completed todos.
|
2022-08-15 15:49:21 -07:00 |
|
Dillon Kearns
|
ec95dd4319
|
Implement clear completed action.
|
2022-08-15 15:49:08 -07:00 |
|
Dillon Kearns
|
c1f95bdd59
|
Implement edit action and form handling.
|
2022-08-15 15:30:59 -07:00 |
|
Dillon Kearns
|
314f15dbf3
|
Add edit form.
|
2022-08-15 15:13:31 -07:00 |
|
Dillon Kearns
|
ef0e421aea
|
Clear new item input field on optimistic submit.
|
2022-08-15 14:16:23 -07:00 |
|
Dillon Kearns
|
bc38e8b43b
|
Update SEO tags.
|
2022-08-15 10:55:54 -07:00 |
|
Dillon Kearns
|
c4e365e50c
|
Order todos by created_at.
|
2022-08-15 09:52:27 -07:00 |
|
Dillon Kearns
|
075f72a5fc
|
Use svg's for toggle icons.
|
2022-08-15 09:48:56 -07:00 |
|