Skip to content

Commit

Permalink
Add events for new screens in react-sdk (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Aug 18, 2023
1 parent da47e2d commit 50d0e33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schemas/WebScreen.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
{"const": "RoomSettingsBridges", "description": "Labs: Screen showing Room Settings Bridges Tab."},
{"const": "RoomSettingsAdvanced", "description": "Screen showing Room Settings Advanced Tab."},
{"const": "UnifiedSearch", "description": "Screen showing the new unified search modal (Project Spotlight)."},
{"const": "FavouriteMessages", "description": "Screen showing all messages that have been added to favourites."}
{"const": "FavouriteMessages", "description": "Screen showing all messages that have been added to favourites."},
{"const": "ConfirmStartup", "description": "Screen showing that the app is already running in another window."},
{"const": "SessionLockStolen", "description": "Screen showing that the app has been started in another window."}
]
},
"durationMs": {
Expand Down

0 comments on commit 50d0e33

Please sign in to comment.