Show Spaces beta card in Labs & My Communities view

the image is temporary
This commit is contained in:
Michael Telatynski 2021-04-27 16:29:42 +01:00
parent dd8abb0206
commit c5f653245a
12 changed files with 236 additions and 18 deletions

View file

@ -257,6 +257,10 @@ export default class SettingsStore {
return SETTINGS[settingName].isFeature;
}
public static getBetaInfo(settingName: string) {
return SETTINGS[settingName]?.betaInfo;
}
/**
* Determines if a setting is enabled.
* If a setting is disabled then it should be hidden from the user.