riot-web/test
Travis Ralston b981a96b29
Add unexposed account setting for hiding poll creation (#7972)
* Add unexposed account setting for hiding poll creation

This is to match the sticker picker setting we already have, but not exposed in the user settings until we decide if we actually want it to be there.

This is primarily intended to be used in environments that disable it at the config level, though given there's multiple people in the wild who have asked for this, it seems reasonable to expose it as a hidden setting instead. Note that as of writing it's not clear if any of those requests made it as far as an issue tracker.

Typically for the usecase presented we'd add a new UIFeature flag, however this *feels* wrong for the case at hand.

* Move visibility check way higher

* Fix i18n post-merge
2022-03-04 18:04:30 +00:00
..
accessibility Document keyboard shortcuts (#7908) 2022-03-04 12:14:52 +00:00
audio
autocomplete
components Add unexposed account setting for hiding poll creation (#7972) 2022-03-04 18:04:30 +00:00
editor
end-to-end-tests Add an e2e test to check the app reloads when a new version is available (#7956) 2022-03-03 15:44:34 +00:00
i18n
i18n-test
img
notifications
settings/watchers
stores Fix bug with some space selections not being applied (#7971) 2022-03-03 21:42:18 +00:00
test-utils Hide composer and call buttons when the room is tombstoned (#7975) 2022-03-04 15:53:22 +00:00
utils Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933) 2022-03-01 20:42:05 +00:00
.eslintrc.js
CallHandler-test.ts Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933) 2022-03-01 20:42:05 +00:00
DecryptionFailureTracker-test.js Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933) 2022-03-01 20:42:05 +00:00
DeviceListener-test.ts Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933) 2022-03-01 20:42:05 +00:00
KeyBindingsManager-test.ts
Markdown-test.ts
PosthogAnalytics-test.ts
RoomNotifs-test.ts Fix wrongly asserting that PushRule::conditions is non-null (#7973) 2022-03-04 09:39:16 +00:00
ScalarAuthClient-test.js
Terms-test.js Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933) 2022-03-01 20:42:05 +00:00
TextForEvent-test.ts Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933) 2022-03-01 20:42:05 +00:00
UserActivity-test.js
createRoom-test.js
globalSetup.js
languageHandler-test.ts
linkify-matrix-test.ts
minimal-sdk.js
setupTests.js
skinned-sdk.js