* Add autotranslations * Develop latest changes and missing features * i18n-extract * Fix tests and update api behavior * Fix minor bugs * adjustments to shimmer animation, showtranslation modal style * Update post.tsx * Update show_translation.tsx * adjust sizing and opacity of translate icon * Add channel header translated icon * Disable auto translation item if it is not a supported language * Move channel info to the top * Update edit channel to channel info * Fix align of option items * Fix i18n * Add detox related changes for channel settings changes * Add tests * Address changes around the my channel column change * Address feedback * Fix test * Fix bad import * Fix set my channel autotranslation * Fix test * Address feedback * Add missing files from last commit * Remove unneeded change --------- Co-authored-by: Matthew Birtch <mattbirtch@gmail.com>
9 lines
492 B
TypeScript
9 lines
492 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export {default as BaseOption} from './base_option';
|
|
export {default as CopyPermalinkOption} from './copy_permalink_option';
|
|
export {default as FollowThreadOption} from './follow_thread_option';
|
|
export {default as ReplyOption} from './reply_option';
|
|
export {default as SaveOption} from './save_option';
|
|
export {default as ShowTranslationOption} from './show_translation_option';
|