taskwarrior-flutter
taskwarrior-flutter copied to clipboard
feat: Redesigned add task dialogue
Description
This PR redesigns the Add Task Dialogue to bottom sheet with some of the changes like
- Multiple Dates Selection at the time of Task Creation
- Tags input changes to have autocomplete
- Project input changes with auto complete
Tasks to be done:
- [x] Add tags support for ccsync
- [ ] Theme Fix with color scheme (waiting for #402)
Fixes Multiple isssues
fixes: #384 fixes: #441 fixes: #387
Screenshots
| IMAGE | IMAGE |
|---|---|
Checklist
- [x] 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
- [x] All tests are passing
@its-me-abhishek , I am thinking of implementing #441 in this PR which will have only one bottom sheet for both 2.0 and 3.0
hey! imo separate bottomSheets should be better for differentiation (or you can try using visibility widget along with isTaskcEnabled bool, but please make sure that it does not break something) as CCSync does not support adding dates such as sched, until, wait, etc for tasks. Also, you should look into #441 before doing this (if you are interested in developing that), as yet again the bottomsheet would need to be updated for adding tags functionality.
P.S. The tags functionality has been added to CCSync via this issue
Edit: The screenshots suggest that the theme should also be fixed according to the Color scheme of the app
hey! imo separate bottomSheets should be better for differentiation (or you can try using visibility widget along with
isTaskcEnabledbool, but please make sure that it does not break something) as CCSync does not support adding dates such assched,until,wait, etc for tasks. Also, you should look into #441 before doing this (if you are interested in developing that), as yet again the bottomsheet would need to be updated for adding tags functionality. P.S. The tags functionality has been added to CCSync via this issueEdit: The screenshots suggest that the theme should also be fixed according to the Color scheme of the app
Yes, I am thinking of implementing #441 by this PR (typo in previous comment wrote 414 instead of 441) Theme is yet to be done, when #402 will be merged it'll reduce the code
update: tags functionality added which can close #441
@SGI-CAPP-AT2 Hey , there are some conflicts that need to be resolved so that I can merge this pull request.
@SGI-CAPP-AT2 Hey , there are some conflicts that need to be resolved so that I can merge this pull request.
Actually I'm waiting for the PR #402 to be merged so that theme related changes can be done here
I'll resolve the conflicts