cinatic / taskwhisperer

Taskwhisperer is a extension for TaskWarrior Application https://taskwarrior.org. It is to display upcoming tasks and task details as well as to create and modify them.
GNU General Public License v3.0
141 stars 20 forks source link

Persist sort order #42

Closed dffischer closed 7 years ago

dffischer commented 7 years ago

The commits in this request extend on issue #17, by turning the sorting order introduced therein into a GSetting so that it keeps its value despite reboots or restarts of the GNOME Shell or the extension. This way, the user always finds it in the state they left it.

I implemented this as I normally sort by urgency and was multiple times caught by surprise when the extension unexpectedly sorted by due date despite I told it otherwise before. Perhaps other users find it useful, too.

cinatic commented 7 years ago

awesome thanks, i think this will be useful!