aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/list_bills.html
AgeCommit message (Collapse)AuthorFilesLines
2019-09-06bill list: add placeholder and disable add bill when no membersBrice Maron1-28/+49
2019-08-26Add some spacing when displaying « list empty ».Alexis M1-1/+1
2019-08-26Rework invite people to projectBrice Maron1-32/+41
2019-07-27Remove Added on column from bill list.Brice Maron1-3/+7
to avoid breaking anyone's workflow, i've instead use a tooltip to display the creation date. fix #418
2019-07-25Improve usability specially for small screenBrice Maron1-2/+2
- add buttons class to fix alignments - add responsive info to big tables - use visibility instead of display to avoid jumping rows - reorganize menu in responsive
2018-12-25Add bill.creation_date field (#327)Lucas Verney1-1/+2
2017-12-21Replace some CSS by some JS (#288)JocelynDelalande1-13/+0
2017-12-15Use token based auth in invitation e-mails (#280)0livd1-1/+1
* Use token based auth in invitation e-mails Invitation e-mails no longer contain the clear text project password * Skip invite page after project creation - Replace ``The project identifier is demo, remember it!`` by ``Invite other people to join this project!`` (linking to the invite page) - Encourage users to share the project password via other communication means in the reminder email
2017-08-20Fix misplaced datepicker configuration (#258)0livd1-0/+7
Bootstrap-datepicker is only included in the list_bills template but its configuration was living in the layout template, leading to a javascript error on every page except list_bills. Fixes #256
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+128
* Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI.