[MM-48014] Auto-enable Apps Bar by moving EnableAppBar setting to DisableAppBar (#23010)

* auto-enable Apps Bar by moving EnableAppBar setting to DisableAppBar

* update playwright config

* remove EnableAppBar config setting to avoid confusion

* small fixes

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
This commit is contained in:
Michael Kochell
2023-06-15 12:33:06 -04:00
committed by GitHub
parent 747b4cf26c
commit d403c034d4
12 changed files with 199 additions and 23 deletions

View File

@@ -191,7 +191,7 @@ export type ClientConfig = {
WebsocketSecurePort: string;
WebsocketURL: string;
ExperimentalSharedChannels: string;
EnableAppBar: string;
DisableAppBar: string;
EnableComplianceExport: string;
PostPriority: string;
ReduceOnBoardingTaskList: string;
@@ -738,7 +738,7 @@ export type ExperimentalSettings = {
UseNewSAMLLibrary: boolean;
EnableSharedChannels: boolean;
EnableRemoteClusterService: boolean;
EnableAppBar: boolean;
DisableAppBar: boolean;
DisableRefetchingOnBrowserFocus: boolean;
DelayChannelAutocomplete: boolean;
};