-
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
#625 add show and hide radio button to calendars list #626
base: main
Are you sure you want to change the base?
Conversation
d5e052f
to
31130e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to rebase to remove linagora#623 remove subheader when it is desktop and update css without
commit
...a.esn.calendar/app/components/calendars-list/items/item/configuration/configuration-list.pug
Outdated
Show resolved
Hide resolved
src/linagora.esn.calendar/app/components/calendars-list/user/user-calendars-list.pug
Show resolved
Hide resolved
src/linagora.esn.calendar/app/components/calendars-list/user/user-calendars-list.pug
Outdated
Show resolved
Hide resolved
81f5028
to
67f41d1
Compare
There is a problem, clicking the toggle will expand or retract the menu. |
Could you please explain what behavior your are trying to make? |
src/esn.calendar.libs/app/services/calendar-visibility-service.js
Outdated
Show resolved
Hide resolved
src/esn.calendar.libs/app/services/calendar-visibility-service.js
Outdated
Show resolved
Hide resolved
fd2780d
to
d2259f0
Compare
the toggle button will hide all calendars and show only calendar wich are already selected |
@alagane about the expand menu i had created new directive to toggle menu in calendar list .I used the same directive(esn-toggle) applying modifications to suit our need |
Updated demo :
showANdHideCalendars.mp4
The solution:
The radio button of group list is active if at least one calendar is selected . The idea is to update the logic og toogle calendar with adding new params :
This update will affect :