Loading src/components/CalendarGrid.vue +0 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,6 @@ export default { height: 16px; width: 16px; } .fullcalendar-widget{ min-height: 500px; :deep(.fc-col-header-cell-cushion){ Loading src/components/Editor/Attachments/AttachmentsList.vue +0 −3 Original line number Diff line number Diff line Loading @@ -249,7 +249,6 @@ export default { .attachments-input { display: none; } .attachments-summary { display:flex; align-items: center; Loading Loading @@ -301,7 +300,6 @@ export default { margin-top: 1rem; text-align: center; } .button-group { display: flex; align-content: center; Loading @@ -311,7 +309,6 @@ export default { margin-right: 6px; } } .attachment-icon { width: 24px; height: 24px; Loading src/components/Editor/FreeBusy/FreeBusy.vue +0 −3 Original line number Diff line number Diff line Loading @@ -527,7 +527,6 @@ export default { display: block; height: 100%; } .modal__content { padding: 50px; //when the calendar is open, it's cut at the bottom, adding a margin fixes it Loading Loading @@ -575,11 +574,9 @@ export default { } } } :deep(.vs__search ) { text-overflow: ellipsis; } :deep(.mx-input) { height: 38px !important; } Loading src/components/Editor/Invitees/InviteesListItem.vue +0 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,6 @@ export default { .invitees-list-item { flex-wrap: wrap; } .invitees-list-item__actions { display: flex; } Loading src/components/Editor/Invitees/InviteesListSearch.vue +1 −5 Original line number Diff line number Diff line Loading @@ -133,12 +133,8 @@ export default { promises.push(this.findAttendeesFromCircles(query)) } const [contactsResults, davResults, circleResults] = await Promise.all(promises) const [contactsResults] = await Promise.all(promises) matches.push(...contactsResults) matches.push(...davResults) if (isCirclesEnabled) { matches.push(...circleResults) } // Source of the Regex: https://stackoverflow.com/a/46181 // eslint-disable-next-line Loading Loading
src/components/CalendarGrid.vue +0 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,6 @@ export default { height: 16px; width: 16px; } .fullcalendar-widget{ min-height: 500px; :deep(.fc-col-header-cell-cushion){ Loading
src/components/Editor/Attachments/AttachmentsList.vue +0 −3 Original line number Diff line number Diff line Loading @@ -249,7 +249,6 @@ export default { .attachments-input { display: none; } .attachments-summary { display:flex; align-items: center; Loading Loading @@ -301,7 +300,6 @@ export default { margin-top: 1rem; text-align: center; } .button-group { display: flex; align-content: center; Loading @@ -311,7 +309,6 @@ export default { margin-right: 6px; } } .attachment-icon { width: 24px; height: 24px; Loading
src/components/Editor/FreeBusy/FreeBusy.vue +0 −3 Original line number Diff line number Diff line Loading @@ -527,7 +527,6 @@ export default { display: block; height: 100%; } .modal__content { padding: 50px; //when the calendar is open, it's cut at the bottom, adding a margin fixes it Loading Loading @@ -575,11 +574,9 @@ export default { } } } :deep(.vs__search ) { text-overflow: ellipsis; } :deep(.mx-input) { height: 38px !important; } Loading
src/components/Editor/Invitees/InviteesListItem.vue +0 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,6 @@ export default { .invitees-list-item { flex-wrap: wrap; } .invitees-list-item__actions { display: flex; } Loading
src/components/Editor/Invitees/InviteesListSearch.vue +1 −5 Original line number Diff line number Diff line Loading @@ -133,12 +133,8 @@ export default { promises.push(this.findAttendeesFromCircles(query)) } const [contactsResults, davResults, circleResults] = await Promise.all(promises) const [contactsResults] = await Promise.all(promises) matches.push(...contactsResults) matches.push(...davResults) if (isCirclesEnabled) { matches.push(...circleResults) } // Source of the Regex: https://stackoverflow.com/a/46181 // eslint-disable-next-line Loading