feat: use resize postmessage API to send size hints to parent (#100)

When the post list is resized, send a size hint to the parent window (LMS/Learning MFE) so it can resize the discussions MFE iframe dynamically.
This commit is contained in:
Kshitij Sobti
2022-03-30 16:40:42 +05:30
committed by GitHub
parent a15f144120
commit 6bc0065259
8 changed files with 226 additions and 51 deletions

1
.env
View File

@@ -6,6 +6,7 @@ CSRF_TOKEN_API_PATH=''
ECOMMERCE_BASE_URL=''
LANGUAGE_PREFERENCE_COOKIE_NAME=''
LMS_BASE_URL=''
LEARNING_BASE_URL=''
LOGIN_URL=''
LOGOUT_URL=''
LOGO_URL=''