aboutsummaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2016-01-02Set a spinner for sign inJoris
2016-01-02Use start-app for elmJoris
2016-01-01Simplify persona usageJoris
2016-01-01Fix add and delete paymentJoris
2015-12-31Fetch all the payments, do the paging only in the UIJoris
2015-12-30Minor design modificationsJoris
2015-12-30Call persona sign out if there is an error in the sign-in callJoris
2015-12-30Upgrade to elm 0.16.0Joris
2015-12-29Using persona to validate emailsJoris
2015-11-01Use in client the real currency set in config.txtJoris
2015-11-01Removing useless Translations modelJoris
2015-11-01Set currency in conf instead of in messagesJoris
2015-10-04Do not authorize negative incomesJoris
2015-10-04Factor incomeDefinedForAll utilizationJoris
2015-10-04Remove Utils/List not usedJoris
2015-10-04Using incomes to compute a fair computation to designate the payerJoris
2015-09-16Stop the undo button of the income form to submitJoris
2015-09-13Adding UI to modify the incomeJoris
2015-09-13Using flexbox for the add payment formJoris
2015-09-12Adding UI income read-onlyJoris
2015-09-11Using jsonObject to create on the fly json object responsesJoris
2015-09-10Setting monthly payments and exceeding payers asideJoris
2015-09-09Authorizing refunds (negative payments) but stop authorizing null paymentsJoris
2015-09-08Using dom buttons for payment deleteJoris
2015-09-07Fixing logout pageJoris
2015-09-06Showing the total amount of monthly paymentsJoris
2015-09-06Sorting monthly payments by nameJoris
2015-09-06Renaming PaymentView to LoggedInViewJoris
2015-09-06Use buttons or links when elements are clickableJoris
2015-09-06The user can remove a monthly paymentJoris
2015-09-06Show montly payments with an expandable mechanismJoris
2015-09-06Can add monthly payments, not visible at the moment though, just the count is...Joris
2015-09-05Payment frequence choice between either punctual or monthly, UI onlyJoris
2015-09-05Renaming PaymentView to LoggedViewJoris
2015-09-05Using UserId instead of UserName to indentify usersJoris
2015-09-05Limit showed pages and add first, previous, next and last page linksJoris
2015-09-04Paging model works with both payments addition and deletionJoris
2015-09-04Adding paging (need some fixes)Joris
2015-09-03Give the payments count to the clientJoris
2015-09-03Adapting design to smaller screensJoris
2015-08-29MoneySymbol is translated tooJoris
2015-08-29Showing exceeding payersJoris
2015-08-27Fixing signOut urlJoris
2015-08-27Server payament deleteJoris
2015-08-23UI payment delete, not done on server side yetJoris
2015-08-20Removing exposed modules so that we do not need a documentation for mainguyonvarch
2015-08-14Cost must not be negativeJoris Guyonvarch
2015-08-14One payment is clickable and set to orange for the momentJoris Guyonvarch
2015-08-14Translating datesJoris Guyonvarch
2015-08-14Adding an edition model for the payment viewJoris Guyonvarch