Closed hehug7 closed 6 years ago
A bit broken on Android.
There has been a problem with the styling. At the bottom there is a container which should not be there. This is why it breaks on Android. I will find a fix for this.
The last commit should've fixed the styling issue on Android, but I need this tested once again.
Quite strange, now the add button simply disappeared completely and there is a scrollbar even though the content does not strectch... :-)
Just added a commit which hopefully resolve these Android styling problems. I also think we should only have one category in this list, as said. That could probably be implemented by just creating a new component based on Tasks.
The last commit is tested on ios. Found no issues.
This is fixed in #24
Fixes #17 Since I needed some of the functionality in feat-#24, I merged with this branch which will then add it's changes onto this one. There are still some small features in feat-#24 that will be added later.
This adds a tab system for tasks (todolist). Also, I have changed the button for setting the date from "add date" to "set date". I chose to remove the undo functionality when unchecking completed todos. The uncheck function works basically as an undo function. By changing between the tabs in the tasksscreen, the user is able to view both completed and uncompleted todos ordered by date.
WIP: The CSS should be sufficient, but this is not tested on Android and will be a WIP until then.