aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static
AgeCommit message (Collapse)AuthorFilesLines
2018-09-03Simplify a JS function. (#371)Alexis Metaireau1-18/+7
2018-08-11Add a favicon.ico route and logo. (#381)Alexis Metaireau1-0/+0
Might fix #255
2018-01-26Display sidebar scroll-bar only if requiredJocelyn Delalande1-1/+2
This fix a regression from #316 (scrollbar was displayed all the time). Note that the padding-bottom value is totally empiric, but proved OK on my Fx and Chrome instances + some responsive tests. There might be finer solutions, feel free :-).
2018-01-25Make sidebar scrollable (#316)Richard Coates1-0/+1
* Make sidebar scrollable Make sidebar scrollable. * Update CHANGELOG.rst Fixes #318
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 Metaireau24-0/+3716
* 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.