mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-28 11:28:12 +08:00
65d6bfe6e9
* inline call to `SettingsStore.isEnabled` * Remove confusing `SettingsStore.isEnabled` This was basically the same as `SettingsStore.canSetValue` only more confusing, so let's get rid of it. * Add `configDisablesSetting` value for Settings The current magic where this only works for features (but not beta features!) is, well, magical. And I need more flexibility here. * Remove redundant levels constant `LEVELS_FEATURE` I don't know if this was ever intended to have different semantics to `LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG`, but if it was, those semantics shuold have been written down. They now seem to be used entirely interchangably. |
||
---|---|---|
.. | ||
audio_messages | ||
auth | ||
avatars | ||
beacon | ||
beta | ||
context_menus | ||
dialogs | ||
elements | ||
emojipicker | ||
location | ||
messages | ||
polls/pollHistory | ||
right_panel | ||
rooms | ||
settings | ||
spaces | ||
toasts | ||
typography | ||
user-onboarding | ||
voip | ||
Validation-test.ts | ||
VerificationShowSas-test.tsx |