aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/home.html
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07Integrate illustrations as a showcase (#544)Jojo1441-6/+15
Integrate some custom graphics, and a whole comics explanation, only in French for now. Fix #363
2019-08-18add homepage designBrice Maron1-44/+77
2019-07-25Improve usability specially for small screenBrice Maron1-1/+1
- 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
2019-07-25Cleanup some unused css rulesBrice Maron1-2/+2
2017-09-04Enhance the dashboard. (#262)0livd1-3/+3
* Update to a more flexible admin authentication * Admin can now access any project * Add delete and edit options in the dashboard * Add a link to the dashboard in the nav bar This is a rework of the changes proposed by @Olivd, so they can apply on top of the latest master without trouble. All credit goes to him for the code.
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+56
* 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.