aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/images
diff options
context:
space:
mode:
authorbmatt <36943357+bmatticus@users.noreply.github.com>2020-03-06 17:06:17 -0500
committerGitHub <noreply@github.com>2020-03-06 23:06:17 +0100
commita8e74c98df44fc7632c036e8e534d93e8fc4de48 (patch)
tree727731df3a42bc118590d833a29643f1cd6e0cf1 /ihatemoney/static/images
parenteea50b9b2c6963e7b0f5cdb3fda3684c51958533 (diff)
downloadihatemoney-mirror-a8e74c98df44fc7632c036e8e534d93e8fc4de48.zip
ihatemoney-mirror-a8e74c98df44fc7632c036e8e534d93e8fc4de48.tar.gz
ihatemoney-mirror-a8e74c98df44fc7632c036e8e534d93e8fc4de48.tar.bz2
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 <bmatt@nuc01.attlocal.net>
Diffstat (limited to 'ihatemoney/static/images')
-rw-r--r--ihatemoney/static/images/sort_asc.pngbin0 -> 160 bytes
-rw-r--r--ihatemoney/static/images/sort_asc_disabled.pngbin0 -> 148 bytes
-rw-r--r--ihatemoney/static/images/sort_both.pngbin0 -> 201 bytes
-rw-r--r--ihatemoney/static/images/sort_desc.pngbin0 -> 158 bytes
-rw-r--r--ihatemoney/static/images/sort_desc_disabled.pngbin0 -> 146 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/ihatemoney/static/images/sort_asc.png b/ihatemoney/static/images/sort_asc.png
new file mode 100644
index 0000000..e1ba61a
--- /dev/null
+++ b/ihatemoney/static/images/sort_asc.png
Binary files 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
--- /dev/null
+++ b/ihatemoney/static/images/sort_asc_disabled.png
Binary files differ
diff --git a/ihatemoney/static/images/sort_both.png b/ihatemoney/static/images/sort_both.png
new file mode 100644
index 0000000..af5bc7c
--- /dev/null
+++ b/ihatemoney/static/images/sort_both.png
Binary files differ
diff --git a/ihatemoney/static/images/sort_desc.png b/ihatemoney/static/images/sort_desc.png
new file mode 100644
index 0000000..0e156de
--- /dev/null
+++ b/ihatemoney/static/images/sort_desc.png
Binary files 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
--- /dev/null
+++ b/ihatemoney/static/images/sort_desc_disabled.png
Binary files differ