aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/css
AgeCommit message (Collapse)AuthorFilesLines
2017-12-27Position flash messages with CSS rather than JS (#292)JocelynDelalande1-1/+6
Visual result is exactly the same, but less black magic :-).
2017-12-21Replace some CSS by some JS (#288)JocelynDelalande1-1/+3
2017-09-04Enhance the dashboard. (#262)0livd1-0/+24
* 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 Metaireau3-0/+967
* 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.