Commit Graph

4253 Commits

Author SHA1 Message Date
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
Dillon Kearns
ecf5718df1 Wire through server validations from fields into form runner. 2022-06-30 08:18:30 -07:00
Dillon Kearns
4cdd215dad Remove testing DataSource from hackernews demo. 2022-06-29 13:32:50 -07:00
Dillon Kearns
e861c71ce6 Force build. 2022-06-29 12:47:37 -07:00
Dillon Kearns
4d0f9a8708 Prevent duplicate leading file path by using resolve instead of prepending cwd. 2022-06-29 12:45:33 -07:00
Dillon Kearns
6850d98562 Fix hackernews example. 2022-06-29 12:13:34 -07:00
Dillon Kearns
f1a2c3c0a9 Add scaffolding for running server-side validations. Remove deprecated form parsing Server.Request API. 2022-06-29 10:57:30 -07:00
Dillon Kearns
fd9a998641 Try installing lamdera-next for GH CI. 2022-06-29 09:36:30 -07:00
Dillon Kearns
3e78e1deea Add time of day picker field. 2022-06-29 09:16:51 -07:00
Dillon Kearns
22d616593b Try resetting cache to fix GH CI error. 2022-06-29 09:04:53 -07:00
Dillon Kearns
8ea702f4e7 Update examples. 2022-06-28 15:45:36 -07:00
Dillon Kearns
da6e7d7313 Remove some Debug statements. 2022-06-28 14:48:57 -07:00
Dillon Kearns
dfb9a81761 Fix tests. 2022-06-28 14:30:41 -07:00
Dillon Kearns
a72c1dc8a6 Make HTML Printer error messages more specific so they're easier to trace back to that module. 2022-06-28 13:20:28 -07:00
Dillon Kearns
dfe46878af Add withFallback helper. 2022-06-27 13:25:06 -07:00
Dillon Kearns
d93bb49e89 Define range in terms of other field validations. 2022-06-27 12:21:04 -07:00
Dillon Kearns
76f9429df9 Change select renderer to take (List ( Attr, String ) ) since custom HTML children aren't valid in that context. 2022-06-27 11:19:12 -07:00
Dillon Kearns
4dc24e12d3 Remove obsolete functions. 2022-06-27 10:58:35 -07:00
Dillon Kearns
3816a4baf6 Wrap Validation type in custom type wrapper. 2022-06-27 10:55:45 -07:00
Dillon Kearns
b82602e18f Add Validation.withErrorIf helper. 2022-06-27 10:24:34 -07:00