[MM-51412] - In-product banner to communicate Cloud Free deprecation (#22622)

* [MM-51412] - In-product banner to communicate Cloud Free deprecation

* fix lint

* make improvements

* make improvements

* put banners behind feature flag

* cloud free overage case

* add unit tests

* feedback impl

* fix test

* rename and enable feature flag by default

* fix alert banner mode

* read end date from env var

* disable ff by default

* enter cloud free deprecation date

* remove env var

* fix text

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Allan Guwatudde
2023-04-12 18:08:37 +03:00
коммит произвёл GitHub
родитель b00ca20abe
Коммит 155e896dcf
11 изменённых файлов: 538 добавлений и 0 удалений

Просмотреть файл

@@ -75,6 +75,8 @@ type FeatureFlags struct {
OnboardingTourTips bool
DeprecateCloudFree bool
AppsSidebarCategory bool
}
@@ -101,6 +103,7 @@ func (f *FeatureFlags) SetDefaults() {
f.ReduceOnBoardingTaskList = false
f.ThreadsEverywhere = false
f.GlobalDrafts = true
f.DeprecateCloudFree = false
f.WysiwygEditor = false
f.OnboardingAutoShowLinkedBoard = false
f.OnboardingTourTips = true