Enhancements and Fixes to the Task Setup Pop up, Task Details Tab and Navigation Drawer #437
+719
−403
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.
Description
The Task Setup tab has undergone several key updates to improve functionality, usability, and visual appeal:
As mentioned in the picture below, the problem where the due date field incorrectly displayed "Add Task" has been resolved. This ensures the field now operates correctly, providing clarity and proper usability.
Color Scheme: The colors have been refined to enhance readability and create a consistent visual appearance.
Widget Alignment: The widgets representing task properties have been realigned to ensure a uniform and cohesive layout.
Reordering: The order of the widgets has been rearranged to improve logical flow, offering a more seamless user experience.
Integration of Urgency Widget to the rest of the widgets
Previously, the Tags property displayed an array of tags in a less intuitive format. It has now been updated to present the tags in a more user-friendly and accessible manner, improving overall usability.
Fixes #(issue_no)
None
Replace
issue_no
with the issue number which is fixed in this PRScreenshots
For the first changes as mentioned
Before:
After:
For second changes as mentioned:
Before:
After:
Now for Navigation Bar
Navigation Drawer
Before:
After:
Checklist