I've added an "Add Session" button to the session details tittle:
It needs to behave like the one in the list group in the agenda view. When it's clicked, the session needs to be added to "My Agenda" and the not-added class needs to be swapped with session-added. Also, in the icon element fa-plus needs to be swapped with fa-check.
I've added an "Add Session" button to the session details tittle:
It needs to behave like the one in the list group in the agenda view. When it's clicked, the session needs to be added to "My Agenda" and the
not-added
class needs to be swapped withsession-added
. Also, in the icon elementfa-plus
needs to be swapped withfa-check
.