summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-15 17:35:49 -0700
committerGitHub <noreply@github.com>2020-08-15 20:35:49 -0400
commitf3897f0538f90c682b96bc340c3c05e80be10b2d (patch)
treef24673d4d5702e48b9d3d1889f7498c97ac238a1 /tests
parent84f63f2f8306382dbf5cab819589161bf0b7c093 (diff)
feature: Allow sorting by any column
This feature allows any column to be sortable. This also adds: - Inverting sort for current column with `I` - Invoking a sort widget with `s` or `F6`. Close with same key or esc. And: - A bugfix in regards the basic menu and battery widget - A lot of refactoring
Diffstat (limited to 'tests')
-rw-r--r--tests/widget_movement_tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/widget_movement_tests.rs b/tests/widget_movement_tests.rs
new file mode 100644
index 00000000..b4bd4444
--- /dev/null
+++ b/tests/widget_movement_tests.rs
@@ -0,0 +1 @@
+// TODO: See if we can mock widget movements and test if they work \ No newline at end of file