Commit Graph

4269 Commits

Author SHA1 Message Date
Dillon Kearns
ad5fda503f Force rebuild. 2022-08-09 08:49:37 -07:00
Dillon Kearns
8a250357a8 Clear transition out after page change. 2022-08-09 08:47:23 -07:00
Dillon Kearns
abfa27ee9f Fix bug that causes extra navigation for form POSTs. 2022-08-09 08:44:12 -07:00
Dillon Kearns
d594cdcc60 Update logout button. 2022-08-09 06:40:32 -07:00
Dillon Kearns
517acbce9d Use new action setup for logout handler. 2022-08-09 06:36:45 -07:00
Dillon Kearns
b7accea2e8 Fix form field names. 2022-08-09 06:34:12 -07:00
Dillon Kearns
206603fb48 Migrate to latest cypress. 2022-08-09 06:32:47 -07:00
Dillon Kearns
d5e97e7673 Fix error in test. 2022-08-08 10:58:34 -07:00
Dillon Kearns
426d42b0bf Fix errors. 2022-08-08 10:49:43 -07:00
Dillon Kearns
69bde1d010 Migrate route over to new server-side validation API. 2022-08-08 07:50:30 -07:00
Dillon Kearns
1542e7b502 Use new form API function. 2022-08-08 06:47:47 -07:00
Dillon Kearns
6551ce5631 Track transition state after submit so it can be associated with the submission. 2022-08-08 05:51:35 -07:00
Dillon Kearns
7ae7932e8b Show deleting button text when transitioning. 2022-08-08 05:10:03 -07:00
Dillon Kearns
da4b651bb0 Include form id in decoded form data. 2022-08-03 10:29:46 +02:00
Dillon Kearns
a0477a0441 Remove redundant functions. 2022-08-03 10:11:41 +02:00
Dillon Kearns
6d63a11d4f Remove redundant function. 2022-08-03 09:55:13 +02:00
Dillon Kearns
32c451fe82 Remove obsolete function. 2022-08-03 09:52:51 +02:00
Dillon Kearns
926d56af84 Update package-lock. 2022-08-03 09:40:57 +02:00
Dillon Kearns
de79f1f07c Update hashes from new vite version. 2022-08-03 09:40:22 +02:00
Dillon Kearns
19beffa1a1 Update package-lock files. 2022-08-03 09:40:06 +02:00
Dillon Kearns
762471b8e0 Regenerate docs. 2022-08-03 09:33:29 +02:00
Dillon Kearns
6a99994eb5 Remove server-side validation from field in favor of doing it within the combine function. 2022-08-03 09:33:16 +02:00
Dillon Kearns
985e79922c Update docs and remove obsolete globalErrors helper. 2022-08-01 10:40:51 +02:00
Dillon Kearns
d7a2127daf Install latest terser. 2022-08-01 10:36:22 +02:00
Dillon Kearns
3943ed66d9 Install latest mocha. 2022-08-01 10:34:51 +02:00
Dillon Kearns
05e70b608a Install latest vite. 2022-08-01 10:33:36 +02:00
Dillon Kearns
e0c45f3bf6 Install latest esbuild. 2022-08-01 10:31:57 +02:00
Dillon Kearns
5446efa32d Remove temporary example. 2022-08-01 10:29:14 +02:00
Dillon Kearns
75b487f204 Add minimum value for shopping cart quantity. 2022-08-01 09:29:52 +02:00
Dillon Kearns
6987e25e71 Don't use server errors for isValid check so users can submit regardless of any server errors. 2022-07-28 09:15:04 +02:00
Dillon Kearns
c5777b8b33 Use path.join to prevent duplicate slashes. 2022-07-28 08:22:04 +02:00
Dillon Kearns
e53efe7ad3 Update adapter script. 2022-07-27 21:30:46 +02:00
Dillon Kearns
675271a07e Update netlify config. 2022-07-27 21:16:37 +02:00
Dillon Kearns
c99af60ab5 Use password hashing in smoothies example. 2022-07-27 18:58:08 +02:00
Dillon Kearns
0c0e7aadf4 Add a prototype for running server-side validations with DataSources and Validation type. 2022-07-27 18:56:58 +02:00
Dillon Kearns
9d5eeea47c Add some helper types. 2022-07-27 18:54:59 +02:00
Dillon Kearns
c9b2ee3b9d Add a helper for global errors. 2022-07-27 18:54:35 +02:00
Dillon Kearns
bce99b7ea5 Add a global psuedo-field. 2022-07-27 18:10:53 +02:00
Dillon Kearns
944b78bce4 Add a login helper function. 2022-07-27 18:10:23 +02:00
Dillon Kearns
2328cf3dee Install bcrypt-js. 2022-07-27 18:09:58 +02:00
Dillon Kearns
13e272cabd Fix type. 2022-07-26 09:03:32 +02:00
Dillon Kearns
e00a927790 Remove completed todos. 2022-07-26 09:01:51 +02:00
Dillon Kearns
e191b1c870 Extract function. 2022-07-25 15:57:40 +02:00
Dillon Kearns
058d4a3819 Delete unused. 2022-07-25 15:44:21 +02:00
Dillon Kearns
16d081c42b Update docs. 2022-07-25 15:32:12 +02:00
Dillon Kearns
60607c3353 Update docs. 2022-07-25 15:16:06 +02:00
Dillon Kearns
fb8e23e5b6 Change argument order. 2022-07-25 15:15:45 +02:00
Dillon Kearns
67972fb945 Hide internal types for simpler docs. 2022-07-25 13:27:02 +02:00
Dillon Kearns
e51b7b9e57 Inline type alias. 2022-07-25 13:24:06 +02:00
Dillon Kearns
b3f0e34656 Remove unused. 2022-07-25 13:21:13 +02:00