@@ -87,12 +87,30 @@ data class Interaction(
8787 */
8888 WebAddExistingToSpaceDialogCreateRoomButton ,
8989
90+ /* *
91+ * User clicked the create DM button in the home page of Element
92+ * Web/Desktop.
93+ */
94+ WebHomeCreateChatButton ,
95+
9096 /* *
9197 * User clicked the create room button in the home page of Element
9298 * Web/Desktop.
9399 */
94100 WebHomeCreateRoomButton ,
95101
102+ /* *
103+ * User clicked the explore rooms button in the home page of Element
104+ * Web/Desktop.
105+ */
106+ WebHomeExploreRoomsButton ,
107+
108+ /* *
109+ * User clicked the explore rooms button next to the search field at the
110+ * top of the left panel in Element Web/Desktop.
111+ */
112+ WebLeftPanelExploreRoomsButton ,
113+
96114 /* *
97115 * User interacted with pin to sidebar checkboxes in the quick settings
98116 * menu of Element Web/Desktop.
@@ -189,6 +207,12 @@ data class Interaction(
189207 */
190208 WebRoomHeaderContextMenuSettingsItem ,
191209
210+ /* *
211+ * User clicked the create DM button in the + context menu of the room
212+ * list header in Element Web/Desktop.
213+ */
214+ WebRoomListHeaderPlusMenuCreateChatItem ,
215+
192216 /* *
193217 * User clicked the create room button in the + context menu of the room
194218 * list header in Element Web/Desktop.
@@ -231,6 +255,12 @@ data class Interaction(
231255 */
232256 WebRoomListRoomTileNotificationsMenu ,
233257
258+ /* *
259+ * User clicked the create DM button in the + context menu of the rooms
260+ * sublist in Element Web/Desktop.
261+ */
262+ WebRoomListRoomsSublistPlusMenuCreateChatItem ,
263+
234264 /* *
235265 * User clicked the create room button in the + context menu of the
236266 * rooms sublist in Element Web/Desktop.
0 commit comments