about summary refs log tree commit diff
path: root/client/index.css
AgeCommit message (Collapse)AuthorFilesLines
2020-08-01 Support creating Trips from the frontendWilliam Carroll1-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 projectWilliam Carroll1-0/+3
Create a top-level client directory to store my Elm boilerplate.