aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/images
AgeCommit message (Collapse)AuthorFilesLines
2020-11-24Added a page for downloading mobile application (#688)Mayank Choudhary3-0/+224
Fixes #597 Fixes #697 Co-authored-by: Glandos <bugs-github@antipoul.fr>
2020-05-30Rename see to show (#638)Glandos1-0/+0
2020-05-07compress jpeg with mozjpeg and png with zopfli (#611)Glandos7-0/+0
2020-05-07Integrate illustrations as a showcase (#544)Jojo1445-1/+339
Integrate some custom graphics, and a whole comics explanation, only in French for now. Fix #363
2020-04-20Add Project History Page (#553)Andrew Dickinson2-0/+8
Co-Authored-By: Glandos <bugs-github@antipoul.fr> All project activity can be tracked, using SQLAlchemy-continuum. IP addresses can optionally be recorded.
2020-03-06Bmatticus/feature/112 dashboard sorting (#538)bmatt5-0/+0
* Added DataTables for table sorting, pagination, and searching of bill_table for dashboard. Issue #112 * Moved datatables CSS/JS to dashboard to reduce loaded data throughout * Moved link back to proper place, in head tab, but added if to prevent loading CSS/JS for datatables outside of the dashboard. Also added eye icon to drill into list_billa API to be more consistent with the look and feel of the overall site. Co-authored-by: bmatt <bmatt@nuc01.attlocal.net>
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.