-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add a tasks screen #78
Comments
I've forked this repo and will try implement this screen. |
Great ! Also done tasks should be hidden |
What if we add one more button on the footer with this tasklist? |
Yeah I think it's a good idea, but the centering of the icons will be broken, for example if we add a third icon the counter setting icon will be placed in the center and it will clash with the start/stop overlapping icon |
Also the tasks should be temporary, I think it will help the users to focus on 1 or 2 tasks per session, so no need to store them 👍 |
I was thinking in put one Icon centered on left and two on right, but I will make some tests of how this will be in shows and update in this thread |
Okay ! |
Solution
Add a screen where the user can create tasks
A task can be :
Unchecked (default)
Checked (done)
Done tasks should be hidden
Tasks should be temporary
Show the task currently being worked on on the counter screen
The text was updated successfully, but these errors were encountered: