Merge branch 'braid/widgets-advanced' into 'main'

feat: allow to create widgets

See merge request famedly/fluffychat!785
This commit is contained in:
Krille Fear 2022-03-28 17:55:11 +00:00
commit fdb3dcb2de
8 changed files with 240 additions and 17 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."
}