forked from Ivasoft/mattermost-mobile
* skeleton in place * fix ts error * creating base option component * Added all options except reaction * moved options under /component/options * added destructive styling * skeleton - need polishing now * default emojis for quick reaction * rename files and small refactor * Properly close bottom sheet * redid reaction component * canSave, isSaved * canAddReaction condition * fix aligment * code clean up * fix opening on tablet * undo comment on local reaction action * undo needless formatting * clean up comment * shows selected reaction * fix marginTop and added title for Tablet * code clean up * investigating navigation * fixed navigation * Post options bottomSheet and renamed DrawerItem to MenuItem * renamed optionType to testID * update navigation_close_modal to close_bottom * removed context in favor of Pressable * Apply suggestions from code review Co-authored-by: Elias Nahum <nahumhbl@gmail.com> * removed theme prop from PickReaction * en.json and code fixes * removed post_options from screen/index * removed post_options from screens constant * Revert "removed post_options from screen/index" This reverts commit24caa9773f. * Revert "removed post_options from screens constant" This reverts commit863e2faaf7. * fix theme import * remove useless margin * disabled post_options * queries - work in progress * queries - work in progress * queries - work in progress * minor fix * queries - work in progress * queries - work in progress * queries - work in progress * queries - work in progress * queries - work in progress * fix query * queries - work in progress * reaction query fixed * queries - work in progress * queries - canReaction option * queries - canDelete option * queries - canReply option * queries - canPin, canSave, canCopyPermalink option * queries - options - wip * queries - options - wip * queries - options - wip * fix location * removed logs * undo post_draft changes Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
179 lines
6.0 KiB
TypeScript
179 lines
6.0 KiB
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
interface ClientConfig {
|
|
AboutLink: string;
|
|
AllowBannerDismissal: string;
|
|
AllowCustomThemes: string;
|
|
AllowEditPost: string;
|
|
AllowedThemes: string;
|
|
AndroidAppDownloadLink: string;
|
|
AndroidLatestVersion: string;
|
|
AndroidMinVersion: string;
|
|
AppDownloadLink: string;
|
|
AsymmetricSigningPublicKey: string;
|
|
AvailableLocales: string;
|
|
BannerColor: string;
|
|
BannerText: string;
|
|
BannerTextColor: string;
|
|
BuildDate: string;
|
|
BuildEnterpriseReady: string;
|
|
BuildHash: string;
|
|
BuildHashEnterprise: string;
|
|
BuildNumber: string;
|
|
CloseUnusedDirectMessages: string;
|
|
CustomBrandText: string;
|
|
CustomDescriptionText: string;
|
|
CustomTermsOfServiceId: string;
|
|
CustomTermsOfServiceReAcceptancePeriod: string;
|
|
CustomUrlSchemes: string;
|
|
DataRetentionEnableFileDeletion: string;
|
|
DataRetentionEnableMessageDeletion: string;
|
|
DataRetentionFileRetentionDays: string;
|
|
DataRetentionMessageRetentionDays: string;
|
|
DefaultClientLocale: string;
|
|
DefaultTheme: string;
|
|
DesktopLatestVersion: string;
|
|
DesktopMinVersion: string;
|
|
DiagnosticId: string;
|
|
DiagnosticsEnabled: string;
|
|
EmailLoginButtonBorderColor: string;
|
|
EmailLoginButtonColor: string;
|
|
EmailLoginButtonTextColor: string;
|
|
EmailNotificationContentsType: string;
|
|
EnableBanner: string;
|
|
EnableBotAccountCreation: string;
|
|
EnableChannelViewedMessages: string;
|
|
EnableCluster: string;
|
|
EnableCommands: string;
|
|
EnableCompliance: string;
|
|
EnableConfirmNotificationsToChannel: string;
|
|
EnableCustomBrand: string;
|
|
EnableCustomEmoji: string;
|
|
EnableCustomUserStatuses: string;
|
|
EnableCustomTermsOfService: string;
|
|
EnableDeveloper: string;
|
|
EnableDiagnostics: string;
|
|
EnableEmailBatching: string;
|
|
EnableEmailInvitations: string;
|
|
EnableEmojiPicker: string;
|
|
EnableFileAttachments: string;
|
|
EnableGifPicker: string;
|
|
EnableGuestAccounts: string;
|
|
EnableIncomingWebhooks: string;
|
|
EnableLatex: string;
|
|
EnableLdap: string;
|
|
EnableLinkPreviews: string;
|
|
EnableMarketplace: string;
|
|
EnableMetrics: string;
|
|
EnableMobileFileDownload: string;
|
|
EnableMobileFileUpload: string;
|
|
EnableMultifactorAuthentication: string;
|
|
EnableOAuthServiceProvider: string;
|
|
EnableOpenServer: string;
|
|
EnableOutgoingWebhooks: string;
|
|
EnablePostIconOverride: string;
|
|
EnablePostUsernameOverride: string;
|
|
EnablePreviewFeatures: string;
|
|
EnablePreviewModeBanner: string;
|
|
EnablePublicLink: string;
|
|
EnableReliableWebSockets: string;
|
|
EnableSVGs: string;
|
|
EnableSaml: string;
|
|
EnableSignInWithEmail: string;
|
|
EnableSignInWithUsername: string;
|
|
EnableSignUpWithEmail: string;
|
|
EnableSignUpWithGitLab: string;
|
|
EnableSignUpWithGoogle: string;
|
|
EnableSignUpWithOffice365: string;
|
|
EnableSignUpWithOpenId: string;
|
|
EnableTesting: string;
|
|
EnableThemeSelection: string;
|
|
EnableTutorial: string;
|
|
EnableUserAccessTokens: string;
|
|
EnableUserCreation: string;
|
|
EnableUserDeactivation: string;
|
|
EnableUserTypingMessages: string;
|
|
EnableXToLeaveChannelsFromLHS: string;
|
|
EnforceMultifactorAuthentication: string;
|
|
ExperimentalChannelOrganization: string;
|
|
ExperimentalChannelSidebarOrganization: string;
|
|
ExperimentalClientSideCertCheck: string;
|
|
ExperimentalClientSideCertEnable: string;
|
|
ExperimentalEnableAuthenticationTransfer: string;
|
|
ExperimentalEnableAutomaticReplies: string;
|
|
ExperimentalEnableClickToReply: string;
|
|
ExperimentalEnableDefaultChannelLeaveJoinMessages: string;
|
|
ExperimentalEnablePostMetadata: string;
|
|
ExperimentalGroupUnreadChannels: string;
|
|
ExperimentalHideTownSquareinLHS: string;
|
|
ExperimentalNormalizeMarkdownLinks: string;
|
|
ExperimentalPrimaryTeam: string;
|
|
ExperimentalSharedChannels: string;
|
|
ExperimentalTimezone: string;
|
|
ExperimentalTownSquareIsReadOnly: string;
|
|
ExperimentalViewArchivedChannels: string;
|
|
ExtendSessionLengthWithActivity: string;
|
|
FeatureFlagAppsEnabled?: string;
|
|
GfycatApiKey: string;
|
|
GfycatApiSecret: string;
|
|
GoogleDeveloperKey: string;
|
|
GuestAccountsEnforceMultifactorAuthentication: string;
|
|
HasImageProxy: string;
|
|
HelpLink: string;
|
|
IosAppDownloadLink: string;
|
|
IosLatestVersion: string;
|
|
IosMinVersion: string;
|
|
LdapFirstNameAttributeSet: string;
|
|
LdapLastNameAttributeSet: string;
|
|
LdapLoginButtonBorderColor: string;
|
|
LdapLoginButtonColor: string;
|
|
LdapLoginButtonTextColor: string;
|
|
LdapLoginFieldName: string;
|
|
LdapNicknameAttributeSet: string;
|
|
LdapPictureAttributeSet: string;
|
|
LdapPositionAttributeSet: string;
|
|
LockTeammateNameDisplay: string;
|
|
MaxFileSize: string;
|
|
MaxPostSize: string;
|
|
MaxNotificationsPerChannel: string;
|
|
MinimumHashtagLength: string;
|
|
OpenIdButtonColor: string;
|
|
OpenIdButtonText: string;
|
|
PasswordMinimumLength: string;
|
|
PasswordRequireLowercase: string;
|
|
PasswordRequireNumber: string;
|
|
PasswordRequireSymbol: string;
|
|
PasswordRequireUppercase: string;
|
|
PluginsEnabled: string;
|
|
PostEditTimeLimit: string;
|
|
PrivacyPolicyLink: string;
|
|
ReportAProblemLink: string;
|
|
RequireEmailVerification: string;
|
|
RestrictDirectMessage: string;
|
|
RunJobs: string;
|
|
SQLDriverName: string;
|
|
SamlFirstNameAttributeSet: string;
|
|
SamlLastNameAttributeSet: string;
|
|
SamlLoginButtonBorderColor: string;
|
|
SamlLoginButtonColor: string;
|
|
SamlLoginButtonText: string;
|
|
SamlLoginButtonTextColor: string;
|
|
SamlNicknameAttributeSet: string;
|
|
SamlPositionAttributeSet: string;
|
|
SendEmailNotifications: string;
|
|
SendPushNotifications: string;
|
|
ShowEmailAddress: string;
|
|
ShowFullName: string;
|
|
SiteName: string;
|
|
SiteURL: string;
|
|
SupportEmail: string;
|
|
TeammateNameDisplay: string;
|
|
TermsOfServiceLink: string;
|
|
TimeBetweenUserTypingUpdatesMilliseconds: string;
|
|
Version: string;
|
|
WebsocketPort: string;
|
|
WebsocketSecurePort: string;
|
|
WebsocketURL: string;
|
|
}
|