-
Notifications
You must be signed in to change notification settings - Fork 1
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
New goals screen #33
base: develop
Are you sure you want to change the base?
New goals screen #33
Conversation
- fix toggleActivity - improve activities accordion UI
Another thing: the Goal Screen does not make any sense (related to the new Goals Screen) because it basically has the same content. But it can't be removed either, because that is the only (obvious) place when we can:
If it wasn't for the motivation, a three dots menu with all those actions could be added to the GoalsListItem to completely remove the GoalsScreen. We also need to have in mind that future extensions to goals that could make the Goal Screen necessary are possible (and probably give it content to differentiate from the content present in the Goals Screen). |
We could merge this screen before polishing it, to do some testing of it integrated with the recent changes. But for this we should be able to switch back to the old screen easily. We should modify this changes so that they don't destruct the previous version. |
- Restricted to one expanded item at the same time. - Added color highlight to expanded item.
Change the existing Goals screen to make each goal list item an accordion that can be expanded to show that goal's activities.