Commit Graph

85 Commits

Author SHA1 Message Date
Dillon Kearns
82b2f358fa Rename type. 2022-08-24 20:12:26 -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
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