feat: allow to create widgets

- supported widget types: therpad, jitsi, video, custom
- update Matrix SDK

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2022-03-23 14:09:35 +01:00
commit 0ddaff75db
9 changed files with 241 additions and 18 deletions

View file

@ -2759,5 +2759,15 @@
}
},
"nextAccount": "Next account",
"previousAccount": "Previous account"
"previousAccount": "Previous account",
"editWidgets": "Edit widgets",
"addWidget": "Add widget",
"widgetVideo": "Video",
"widgetEtherpad": "Text note",
"widgetJitsi": "Jitsi Meet",
"widgetCustom": "Custom",
"widgetName": "Name",
"widgetUrlError": "This is not a valid URL.",
"widgetNameError": "Please provide a display name.",
"errorAddingWidget": "Error adding the widget."
}