aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/images
AgeCommit message (Collapse)AuthorFilesLines
2019-10-03feat: Optional field 'external link' in bill form.Leo Mouyna1-0/+0
An optional field has been added to the bill form to add a link to a real bill. A new action button allow user to see this bill. Breaking change with Bill model update for database, a migration is needed. See issue #429.
2019-09-06bill list: add placeholder and disable add bill when no membersBrice Maron2-0/+1
2019-09-02use zopflipng to the max to recompress pngAdrien CLERC5-0/+0
2019-08-26Rework invite people to projectBrice Maron1-0/+1
2019-08-26Move export form to linksBrice Maron2-0/+2
2019-08-18Add project switcher on login page if already loggedBrice Maron2-1/+1
2019-08-18Add footer with linksBrice Maron5-0/+5
2019-08-18Arrange navbar items by functionsBrice Maron3-0/+1
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau7-0/+0
* 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.