From a8e74c98df44fc7632c036e8e534d93e8fc4de48 Mon Sep 17 00:00:00 2001 From: bmatt <36943357+bmatticus@users.noreply.github.com> Date: Fri, 6 Mar 2020 17:06:17 -0500 Subject: Bmatticus/feature/112 dashboard sorting (#538) * 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 --- ihatemoney/static/images/sort_asc.png | Bin 0 -> 160 bytes ihatemoney/static/images/sort_asc_disabled.png | Bin 0 -> 148 bytes ihatemoney/static/images/sort_both.png | Bin 0 -> 201 bytes ihatemoney/static/images/sort_desc.png | Bin 0 -> 158 bytes ihatemoney/static/images/sort_desc_disabled.png | Bin 0 -> 146 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 ihatemoney/static/images/sort_asc.png create mode 100644 ihatemoney/static/images/sort_asc_disabled.png create mode 100644 ihatemoney/static/images/sort_both.png create mode 100644 ihatemoney/static/images/sort_desc.png create mode 100644 ihatemoney/static/images/sort_desc_disabled.png (limited to 'ihatemoney/static/images') diff --git a/ihatemoney/static/images/sort_asc.png b/ihatemoney/static/images/sort_asc.png new file mode 100644 index 0000000..e1ba61a Binary files /dev/null and b/ihatemoney/static/images/sort_asc.png differ diff --git a/ihatemoney/static/images/sort_asc_disabled.png b/ihatemoney/static/images/sort_asc_disabled.png new file mode 100644 index 0000000..fb11dfe Binary files /dev/null and b/ihatemoney/static/images/sort_asc_disabled.png differ diff --git a/ihatemoney/static/images/sort_both.png b/ihatemoney/static/images/sort_both.png new file mode 100644 index 0000000..af5bc7c Binary files /dev/null and b/ihatemoney/static/images/sort_both.png differ diff --git a/ihatemoney/static/images/sort_desc.png b/ihatemoney/static/images/sort_desc.png new file mode 100644 index 0000000..0e156de Binary files /dev/null and b/ihatemoney/static/images/sort_desc.png differ diff --git a/ihatemoney/static/images/sort_desc_disabled.png b/ihatemoney/static/images/sort_desc_disabled.png new file mode 100644 index 0000000..c9fdd8a Binary files /dev/null and b/ihatemoney/static/images/sort_desc_disabled.png differ -- cgit v1.1