about summary refs log tree commit diff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2020-08-02 Support updating trips from the clientWilliam Carroll3-5/+187
2020-08-02 Support Admins inviting users from the clientWilliam Carroll2-1/+139
2020-08-02 Render "<count> days until" for upcoming tripsWilliam Carroll1-19/+42
2020-08-02 Support CRUDing records on Admin pageWilliam Carroll4-85/+169
2020-08-02 Support printing user's itineraryWilliam Carroll5-24/+55
2020-08-02 Support deleting trips from the clientWilliam Carroll3-43/+103
2020-08-02 Protect views from a State with an empty SessionWilliam Carroll1-0/+10
2020-08-02 Define defaults for init in State.elmWilliam Carroll1-3/+39
2020-08-02 Assign fixed width to error bannersWilliam Carroll1-1/+2
2020-08-01 Support creating Trips from the frontendWilliam Carroll9-95/+514
2020-07-31 Support sign-upWilliam Carroll2-91/+88
2020-07-31 Support UI.disabledButtonWilliam Carroll1-0/+12
2020-07-31 Support UI.textButtonWilliam Carroll1-0/+20
2020-07-31 Support a basic client-side login flowWilliam Carroll15-51/+1298
2020-07-29 Add boilerplate for Google sign-inWilliam Carroll3-2/+23
2020-07-29 Add Elm boilerplate to projectWilliam Carroll11-0/+180