aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/dashboard.html
AgeCommit message (Collapse)AuthorFilesLines
2020-03-06Bmatticus/feature/112 dashboard sorting (#538)bmatt1-1/+9
* 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>
2018-02-04Remove unused CSS odd/even classesJocelyn Delalande1-1/+1
That was forgotten from fe39258630e55d4a3e1297a01a1c8fd39bad3a4e
2017-09-04Enhance the dashboard. (#262)0livd1-3/+9
* 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/+21
* 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.