FEATURE: save local date to calendar (#14486)

It allows saving local date to calendar.
Modal is giving option to pick between ics and google. User choice can be remembered as a default for the next actions.
This commit is contained in:
Krzysztof Kotlarek
2021-10-06 14:11:52 +11:00
committed by GitHub
parent 6ab5f70090
commit cb5b0cb9d8
26 changed files with 741 additions and 5 deletions

View File

@ -40,6 +40,12 @@
}
}
}
.download-calendar {
text-align: right;
cursor: pointer;
margin-top: 0.5em;
}
}
.discourse-local-dates-create-modal-footer {