taskwarrior-flutter icon indicating copy to clipboard operation
taskwarrior-flutter copied to clipboard

fix: Disabled editing for completed and pending task fields

Open Mastermind-sap opened this issue 8 months ago • 0 comments

Description

  • Disabled editing for completed and deleted task fields except the status field.
  • Removed duplicate TagsWidget (same widget in tags_widget.dart file and detail_route_view.dart file)
  • Refactored one Navigator.push to Get.to

Fixes #481

Screenshots

image image image

Checklist

  • [ ] Tests have been added or updated to cover the changes
  • [x] Documentation has been updated to reflect the changes
  • [x] Code follows the established coding style guidelines
  • [ ] All tests are passing

Mastermind-sap avatar Apr 10 '25 21:04 Mastermind-sap