Replace Gfycat with GIPHY in emoji/gif picker (#24236)
* Added the package * design * add styled-component alias * add contrast ratio * added the tab icon * review comments * rev comments * key added * key added * trans * Added giphy sdk test key for playwright tests config --------- Co-authored-by: Mattermost Build <build@mattermost.com> Co-authored-by: maria.nunez <maria.nunez@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8418eefb75
Коммит
bc11b29807
@@ -123,6 +123,7 @@ export type ClientConfig = {
|
||||
ForgotPasswordLink: string;
|
||||
GfycatAPIKey: string;
|
||||
GfycatAPISecret: string;
|
||||
GiphySdkKey: string;
|
||||
GoogleDeveloperKey: string;
|
||||
GuestAccountsEnforceMultifactorAuthentication: string;
|
||||
HasImageProxy: string;
|
||||
@@ -336,6 +337,7 @@ export type ServiceSettings = {
|
||||
EnableGifPicker: boolean;
|
||||
GfycatAPIKey: string;
|
||||
GfycatAPISecret: string;
|
||||
GiphySdkKey: string;
|
||||
PostEditTimeLimit: number;
|
||||
TimeBetweenUserTypingUpdatesMilliseconds: number;
|
||||
EnablePostSearch: boolean;
|
||||
|
||||
Ссылка в новой задаче
Block a user