-
Notifications
You must be signed in to change notification settings - Fork 9
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
Settings for Calendars and Contacts #30
Comments
[ ] Settings should display as page instead of modal (which should probably be another issue) |
[x] to hide/show calendars (toggle active) with checkbox What attribute would you prefer to attach to the calendar items? Best is to have a value to indicate that the calendar is NOT active, as by default, if no attribute is specified, all calendars should be active. Possible options are Note that code will need to be updated at least in the initializeCalendars to not include the events from calendars with an inactive/disabled attribute. |
[x] the changes needs to be persisted Changes made within the settings panel environment trigger updates in the calendars list, which are persisted. However, it does not trigger any change in the "allEvents" that are displayed in the calendar. It might be a good idea to create another issue for that as this might require important changes in the data flow. |
[x] to remove calendars with rubbish bin icon for each entry |
[x] to remove contacts with rubbish bin icon for each entry The contact list is empty with my login and new contacts cannot be added because "lookupContacts" is not implemented yet. |
Users should be able
to hide/show calendars (toggle active with checkbox, use
inactive
property)to change color settings
to remove calendars with rubbish bin icon for each entry
to remove contacts with rubbish bin icon for each entry
the changes need to be persisted
The text was updated successfully, but these errors were encountered: