element-web/test/components/views/rooms
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
..
__snapshots__ Clean up some unit test logs (#7857) 2022-02-21 16:57:44 +00:00
MemberList-test.tsx Auto fix 2021-10-22 17:23:37 -05:00
MessageComposer-test.tsx Hide composer and call buttons when the room is tombstoned (#7975) 2022-03-04 15:53:22 +00:00
MessageComposerButtons-test.tsx Add unexposed account setting for hiding poll creation (#7972) 2022-03-04 18:04:30 +00:00
RoomHeader-test.tsx Hide composer and call buttons when the room is tombstoned (#7975) 2022-03-04 15:53:22 +00:00
RoomList-test.js Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933) 2022-03-01 20:42:05 +00:00
RoomPreviewBar-test.tsx Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933) 2022-03-01 20:42:05 +00:00
RoomSettings-test.js Auto fix 2021-10-22 17:23:37 -05:00
SearchResultTile-test.tsx Wire up CallEventGroupers for Search Results (#7866) 2022-02-22 10:39:08 +00:00
SendMessageComposer-test.tsx Hide composer and call buttons when the room is tombstoned (#7975) 2022-03-04 15:53:22 +00:00