[Gekidou MM-43992] Display message priority labels for the posts (#6620)

* Displays label

* feedback

* import fix

* Moved label colors to stylesheet
This commit is contained in:
Anurag Shivarathri
2022-09-11 23:15:07 +05:30
committed by GitHub
parent d469ffedfd
commit 97c41057cc
9 changed files with 109 additions and 8 deletions

View File

@@ -119,6 +119,7 @@ interface ClientConfig {
FeatureFlagAppsEnabled?: string;
FeatureFlagCollapsedThreads?: string;
FeatureFlagGraphQL?: string;
FeatureFlagPostPriority?: string;
GfycatApiKey: string;
GfycatApiSecret: string;
GoogleDeveloperKey: string;
@@ -151,6 +152,7 @@ interface ClientConfig {
PasswordRequireUppercase: string;
PluginsEnabled: string;
PostEditTimeLimit: string;
PostPriority: string;
PrivacyPolicyLink: string;
ReportAProblemLink: string;
RequireEmailVerification: string;