Add detail view and create/finish time for task#27
Open
LiuYinCarl wants to merge 16 commits into
Open
Conversation
LiuYinCarl
commented
Jan 19, 2026
- Add Create time and Finsih time for tasks.
- Add Task Detail View which binding to 'v'.
Completed tasks are now hidden in the task list by default. Press `t` to toggle their visibility and immediately refresh the view. 💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
- Remove unused `toml` dependency - Fix `get_indicator_done_tasks_color` 50% boundary overlap bug - Move `load_delete_confirm_items` from task.rs to ui.rs - Extract `format_timestamp`/`format_duration` to util.rs - Eliminate clone-write-reload anti-pattern in all CRUD operations - Extract `handle_modal_nav` helper for repeated modal keyboard logic - Remove dead `reload` and `_get_all` methods 💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
- Add TASK_PRIORITY_NONE constant instead of magic 0 - Widen status and priority list modals to prevent text clipping - Update all priority 0 references to TASK_PRIORITY_NONE 💘 Generated with Crush Assisted-by: Crush:deepseek-v4-pro
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.