Add infinite sub task nesting #61
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
edfloreshz/tasks!61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/sub_tasks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request introduces several updates across the codebase, focusing on refactoring, feature enhancements, and UI/UX improvements.
content::Taskanddetails::Taskenums withcontent::Outputanddetails::Outputenums to improve naming clarity and better reflect their purpose.segmented_control,text_editor, andtext_input.850x700.view-more-symbolicand adjusted the size of flag-related icons for consistency in the UI.add-notesto support additional task-related functionality in the UI.libcosmicinCargo.tomlto point to a new external directory, improving project structure.Gets us even closer to #34
Pull Request Overview
This pull request introduces infinite sub-task nesting and several refactorings across the codebase to improve naming clarity, UI consistency, and overall maintainability. Key changes include replacing old sub-task message handling in Details with a new Output enum, updating storage APIs to use concrete List objects and file paths, and adding new styling and localization updates.
Reviewed Changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.
Show a summary per file
@ -303,1 +181,4 @@spacing.space_s,spacing.space_none,spacing.space_s,])In the Message::AddTask branch, 'priority' is not defined in this scope. It appears that the sub-task addition logic was removed but 'priority' is still referenced. Consider reviewing and updating this branch to either remove the assignment or correctly handle sub-task creation.