aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/js
AgeCommit message (Collapse)AuthorFilesLines
2020-03-06Bmatticus/feature/112 dashboard sorting (#538)bmatt1-0/+194
* 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-19Remove jQuery datepicker.Alexis M2-2097/+0
We don't need this anymore because all major browser now have implemented that feature on the browser itself. Closes #221.
2019-10-17Added support to split messages #133José Antonio de la Torre1-0/+381
2019-07-27Remove Added on column from bill list.Brice Maron1-0/+5
to avoid breaking anyone's workflow, i've instead use a tooltip to display the creation date. fix #418
2019-07-26remove console logBrice Maron1-2/+1
2019-07-23bump bootstrap to latest stableBrice Maron1-6/+6
2018-09-03Simplify a JS function. (#371)Alexis Metaireau1-18/+7
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau6-0/+2128
* 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.