Commit Graph

4222 Commits

Author SHA1 Message Date
Dillon Kearns
e2505843e0 Remove log. 2022-07-08 10:00:05 -07:00
Dillon Kearns
5420de8dfa Remove obsolete function. 2022-07-08 09:59:59 -07:00
Dillon Kearns
79202cbd68 Update package-lock. 2022-07-08 09:57:06 -07:00
Dillon Kearns
da29205702 Fix arguments for dev server CLI compilation. 2022-07-08 09:56:58 -07:00
Dillon Kearns
b2a97219f5 Re-order arguments for consistency. 2022-07-08 09:38:14 -07:00
Dillon Kearns
4c9986702b Include Html.Lazy thunk evaluation in server-side rendering in dev server. 2022-07-08 09:37:08 -07:00
Dillon Kearns
344341a93a Wire up prototype for new Form builder pattern for fetcher/transition options. 2022-07-07 16:02:35 -07:00
Dillon Kearns
91d040a7a7 Add escaping example output. 2022-07-06 10:06:18 -07:00
Dillon Kearns
e3e0ffdd7e Try local import. 2022-07-05 15:56:48 -07:00
Dillon Kearns
6f35f55021 Update path in build script calling adapter code. 2022-07-05 11:08:57 -07:00
Dillon Kearns
d895b7fbb3 Fix extension in adapter script. 2022-07-05 11:02:02 -07:00
Dillon Kearns
905d940bf4 Force build. 2022-07-05 10:59:40 -07:00
Dillon Kearns
343b30bc3a Try using esbuild bundle option. 2022-07-05 10:58:00 -07:00
Dillon Kearns
bdc1715726 Use latest esbuild. 2022-07-05 10:54:58 -07:00
Dillon Kearns
ceb6286cba Update token 2022-07-05 10:32:09 -07:00
Dillon Kearns
c1a5ea97a2 Migrate todo example. 2022-07-05 10:18:13 -07:00
Dillon Kearns
fb2026a769 Migrate search example page. 2022-07-05 09:57:02 -07:00
Dillon Kearns
cdf58c62e0 Add Field.map helper. 2022-07-05 09:56:49 -07:00
Dillon Kearns
0275c296d3 Get fields from queryParams in Request.formData. 2022-07-05 09:56:27 -07:00
Dillon Kearns
3a2670a4ac Migrate signup page. 2022-07-05 08:38:28 -07:00
Dillon Kearns
966ceb491a Update package-lock. 2022-07-05 08:25:01 -07:00
Dillon Kearns
98f49bdbbb Use transition state for isSubmitting check. 2022-07-05 08:24:52 -07:00
Dillon Kearns
e1dd176516 Remove log statement. 2022-07-05 08:24:40 -07:00
Dillon Kearns
8e93fef8e3 Increase label area for checkboxes and radio buttons. 2022-07-05 08:24:34 -07:00
Dillon Kearns
e156e4f268 Migrate tailwind form example to new Form API. 2022-07-02 09:06:32 -07:00
Dillon Kearns
8caacce2b7 Add some fixes to pokedex example. 2022-07-02 09:05:50 -07:00
Dillon Kearns
3b04ba593e Update styled form helpers. 2022-07-02 09:05:12 -07:00
Dillon Kearns
8a7313516a Expose toString helper. 2022-07-02 09:04:57 -07:00
Dillon Kearns
86890804e4 Review fix. 2022-07-02 09:04:51 -07:00
Dillon Kearns
47e2f7f264 Try a different lamdera binary. 2022-06-30 13:21:33 -07:00
Dillon Kearns
7fe196d2e9 Fix lamdera error with unserializable Data in example. 2022-06-30 13:18:56 -07:00
Dillon Kearns
5f148bf277 Run dead-code elimination for Route Modules' action function in addition to data function. 2022-06-30 12:24:01 -07:00
Dillon Kearns
325004f3fc Try removing symlink. 2022-06-30 11:56:13 -07:00
Dillon Kearns
e5e9f8211a Update elm-test and elm-test-rs, and remove redundant describe in test. 2022-06-30 11:42:49 -07:00
Dillon Kearns
6aff87539f Try using stable lamdera instead of lamdera-next. 2022-06-30 10:55:07 -07:00
Dillon Kearns
1b52b4a15c Remove NonEmpty type reference to see if it fixes CI error. 2022-06-30 10:54:24 -07:00
Dillon Kearns
5b1bf51c25 Run reset command in right order. 2022-06-30 10:48:26 -07:00
Dillon Kearns
d4447bfe16 Try global elm-format install to fix CI error. 2022-06-30 10:44:39 -07:00
Dillon Kearns
6050412357 Update elm-review version. 2022-06-30 10:38:16 -07:00
Dillon Kearns
091409785d Check that elm-format is on path in CI. 2022-06-30 10:33:43 -07:00
Dillon Kearns
ff8850680a Try node 18 in CI. 2022-06-30 10:31:07 -07:00
Dillon Kearns
e47f1acf82 Remove obsolete watcher command. 2022-06-30 10:25:24 -07:00
Dillon Kearns
c2bff93c8e Fix review errors. 2022-06-30 10:15:33 -07:00
Dillon Kearns
11fb02d8d0 Reorder command. 2022-06-30 10:13:22 -07:00
Dillon Kearns
b3de449601 Update reset command. 2022-06-30 10:09:24 -07:00
Dillon Kearns
889bf378bf Try lamdera reset to see if it fixes tests in GH CI. 2022-06-30 10:01:54 -07:00
Dillon Kearns
44c2b0a6f5 Apply fixes. 2022-06-30 09:54:25 -07:00
Dillon Kearns
013ebf960a Remove empty module. 2022-06-30 09:50:20 -07:00
Dillon Kearns
c2eecd59b6 Update example to use new Form API. 2022-06-30 09:38:49 -07:00
Dillon Kearns
7ca1b4178f Remove obosolete Form API in favor of new API. 2022-06-30 08:18:53 -07:00