Open
Conversation
### Added
- Deadline and completed time stamps in 'To Do' and 'Done' colums respectively
- Different color for ovedue tasks in 'To Do' column
- Arbitrary new line support in task text
- Improved task box click animation
- Tasks moved between columns are inserted into the new column at the mouse cursor position
- Header right-click menu with options to chronologically sort tasks in 'To Do' and 'Done'
columns, restore default window size, batch delete tasks, jump to top/bottom/left/right edge,
export/import tasks
- Verticial scrollbar has been redesigned into a swipe track which doesn't have
a thumb and doesn't depend on window size. Scroll amount depends on the
distance between initial and final mouse curror y coordinate
- Horizontal scroll swipe track
- Storage and recall of window size, coordinates, dock state and scroll position.
When switching between project tabs only the scroll states are recalled.
- Restoration of the window focus when task dialogue closes or tasks are imported
- Prevention of window resize beyond maximum dimensions
- Clock in the header
Contributor
|
Well, i didn't mean this version to be public, i submitted it to your repo for your review as i indicated in the pull request comment, because it's littered with comments so you could identify new code for easy comparison with the old. If i knew of a way to edit the submitted file, with your permission i could overwrite the current code with the clean version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
columns, restore default window size, batch delete tasks, jump to top/bottom/left/right edge,
export/import tasks
a thumb and doesn't depend on window size. Scroll amount depends on the
distance between initial and final mouse curror y coordinate
When switching between project tabs only the scroll states are recalled.