From f3897f0538f90c682b96bc340c3c05e80be10b2d Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 15 Aug 2020 17:35:49 -0700 Subject: 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 --- tests/widget_movement_tests.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/widget_movement_tests.rs (limited to 'tests') 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 -- cgit v1.2.3