Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-01 | Support creating Trips from the frontend | William Carroll | 1 | -0/+139 | |
*sigh* ... spent way too much time encoding/decoding date types... I need my database, server, client, and JSON need to agree on types. TL;DR: - Add CSS for elm/datepicker library - Create Common.allErrors to display UI errors - Prefer Data.Time.Calendar.Day instead of newtype Date wrapper around Text | |||||
2020-07-29 | Add Elm boilerplate to project | William Carroll | 1 | -0/+3 | |
Create a top-level client directory to store my Elm boilerplate. |