element-web/src/components/views/rooms
Travis Ralston f54e99c708 Use WidgetType more often to avoid breaking new sticker pickers
Turns out that setUserWidget() wasn't updated to take a real WidgetType, but the code in ScalarMessaging thought it did. This leads to integration managers trying to add sticker widgets with an object `type` rather than a string `type`, which doesn't work.

This updates other code paths which call into the various widget classes to use WidgetType more often. The actual code path for fixing widgets is resolved in WidgetUtils for the setUserWidget function body.
2020-04-21 16:01:10 -06:00
..
AppsDrawer.js Minimize widgets by default 2020-04-09 14:47:20 -06:00
Autocomplete.js Rip out the remainder of Bluebird 2019-11-18 10:03:05 +00:00
AuxPanel.js Fix ugly scrollbars in TabbedView (settings), emojipicker and widgets 2020-03-28 00:51:01 +00:00
BasicMessageComposer.js Fix invalid commands when figuring out whether to send typing notification 2020-04-11 16:42:14 +01:00
E2EIcon.js Appease the linter 2020-04-16 11:18:54 -06:00
EditMessageComposer.js Fix the edit messager composer 2020-04-02 11:30:43 +01:00
EntityTile.js Fix formatting 2020-02-28 12:56:53 +01:00
EventTile.js Convert cross-signing feature flag to setting 2020-04-15 13:18:42 -06:00
ForwardMessage.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
InviteOnlyIcon.js I have made changes according to turt2live recommandations, mainly css indentation and variable definition 2020-02-09 15:05:08 +01:00
JumpToBottomButton.js rename 'jump to bottom' to avoid ublock block 2020-03-17 11:15:57 -06:00
LinkPreviewWidget.js Label and use UNSAFE_componentWillMount to minimize warnings 2020-03-31 14:15:23 -06:00
MemberDeviceInfo.js [CONFLICT CHUNKS] Merge branch 'develop' into travis/sourcemaps-develop 2020-01-09 14:15:09 -07:00
MemberInfo.js Silence usages of componentWillReceiveProps 2020-04-01 14:35:39 -06:00
MemberList.js Revert to UNSAFE_componentWillMount where componentDidMount will not work 2020-04-01 11:05:49 -06:00
MemberTile.js Convert cross-signing feature flag to setting 2020-04-15 13:18:42 -06:00
MessageComposer.js Convert cross-signing feature flag to setting 2020-04-15 13:18:42 -06:00
MessageComposerFormatBar.js Make FormatButton use AccessibleButtons 2020-03-29 20:07:32 +01:00
PinnedEventsPanel.js Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6 2019-12-22 21:20:13 -07:00
PinnedEventTile.js Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6 2019-12-22 21:20:13 -07:00
PresenceLabel.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
ReadReceiptMarker.js import VelocityBounce sync as it is *tiny* (481B) 2020-04-04 17:23:19 +01:00
ReplyPreview.js [CONFLICT CHUNKS] Merge branch 'develop' into travis/sourcemaps-develop 2020-01-09 14:15:09 -07:00
RoomBreadcrumbs.js Convert cross-signing feature flag to setting 2020-04-15 13:18:42 -06:00
RoomDetailList.js Convert many imports to handle ES6 exports 2019-12-22 21:04:42 -07:00
RoomDetailRow.js Label and use UNSAFE_componentWillMount to minimize warnings 2020-03-31 14:15:23 -06:00
RoomDropTarget.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
RoomHeader.js Convert cross-signing feature flag to setting 2020-04-15 13:18:42 -06:00
RoomList.js Merge branch 'develop' into travis/react-warnings/3-componentCannotDidMount 2020-04-01 11:14:19 -06:00
RoomNameEditor.js Revert to UNSAFE_componentWillMount where componentDidMount will not work 2020-04-01 11:05:49 -06:00
RoomPreviewBar.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
RoomRecoveryReminder.js Merge pull request #4314 from matrix-org/travis/react-warnings/2-code-quality 2020-04-01 11:13:46 -06:00
RoomTile.js Merge branches 'develop' and 't3chguy/user_online_dot' of github.com:matrix-org/matrix-react-sdk into t3chguy/user_online_dot 2020-04-17 12:58:54 +01:00
RoomTopicEditor.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
RoomUpgradeWarningBar.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
SearchBar.js Label and use UNSAFE_componentWillMount to minimize warnings 2020-03-31 14:15:23 -06:00
SearchResultTile.js Import haveTileForEvent() from the right place 2019-12-22 21:23:07 -07:00
SendMessageComposer.js Disable the linter on lines it complaints about UNSAFE_componentWillMount 2020-03-31 14:21:12 -06:00
SimpleRoomHeader.js Convert many imports to handle ES6 exports 2019-12-22 21:04:42 -07:00
Stickerpicker.js Use WidgetType more often to avoid breaking new sticker pickers 2020-04-21 16:01:10 -06:00
ThirdPartyMemberInfo.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
TopUnreadMessagesBar.js Include a mark as read X under the scroll to unread button 2020-03-02 13:59:14 -06:00
UserOnlineDot.js Make UserOnlineDot more generic 2019-12-26 18:14:46 +00:00
WhoIsTypingTile.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00