| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Address outstanding lint issues. | Owen Jacobson | 2024-11-02 |
| | | |||
| * | Run prettier, make lint part of pre-commit | Owen Jacobson | 2024-11-02 |
| | | |||
| * | Don't leave field binding vars uninitialized. | Owen Jacobson | 2024-10-30 |
| | | | | | | | This was causing problems for changing passwords: if the user didn't type anything in the "original password" field, the code path to sending that field to the server was just straight-up omitting the field from the message, rather than setting it to empty string, causing a 422 Unprocessable Entity. On investigation we had latent bugs related to this in a bunch of spots. | ||
| * | Hoist the UI one step up further | Owen Jacobson | 2024-10-10 |
