PLT-3114 Moved preview collapse out of pre-release features (#3206)
* Added user setting to auto collapse image previews * Added slash commands for collapsing/expanding image previews * Added translation strings for collapse setting * Add default props for preview collapse setting
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
629b49a119
Коммит
1e245f19c7
20
i18n/en.json
20
i18n/en.json
@@ -399,6 +399,26 @@
|
||||
"id": "api.command_echo.name",
|
||||
"translation": "echo"
|
||||
},
|
||||
{
|
||||
"id": "api.command_collapse.desc",
|
||||
"translation": "Turn on auto-collapsing of image previews"
|
||||
},
|
||||
{
|
||||
"id": "api.command_collapse.name",
|
||||
"translation": "collapse"
|
||||
},
|
||||
{
|
||||
"id": "api.command_expand.desc",
|
||||
"translation": "Turn off auto-collapsing of image previews"
|
||||
},
|
||||
{
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"translation": "An error occured while expanding previews"
|
||||
},
|
||||
{
|
||||
"id": "api.command_expand.name",
|
||||
"translation": "expand"
|
||||
},
|
||||
{
|
||||
"id": "api.command_join.desc",
|
||||
"translation": "Join the open channel"
|
||||
|
||||
Ссылка в новой задаче
Block a user