IT2810 / it2810-webutvikling-h18-prosjekt-3-45

it2810-webutvikling-h18-prosjekt-3-45 created by GitHub Classroom
1 stars 0 forks source link

Feat #17 completed todos #34

Closed hehug7 closed 6 years ago

hehug7 commented 6 years ago

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.

torjusti commented 6 years ago

image

A bit broken on Android.

hehug7 commented 6 years ago

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.

hehug7 commented 6 years ago

The last commit should've fixed the styling issue on Android, but I need this tested once again.

torjusti commented 6 years ago

Quite strange, now the add button simply disappeared completely and there is a scrollbar even though the content does not strectch... :-)

torjusti commented 6 years ago

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.

hehug7 commented 6 years ago

The last commit is tested on ios. Found no issues.

hehug7 commented 6 years ago

This is fixed in #24