Skip to content

Commit

Permalink
Add use case selection to the webscreen event (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne authored Jul 5, 2022
1 parent 3f62590 commit 7d3d0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schemas/WebScreen.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{"const": "Login", "description": "The screen that displays the login flow (when the user already has an account)."},
{"const": "ForgotPassword", "description": "The form for the forgot password use case"},
{"const": "Register", "description": "The screen that displays the registration flow (when the user wants to create an account)"},
{"const": "UseCaseSelection", "description": "The screen where users choose their expected use case for Element."},
{"const": "Room", "description": "The screen that displays the messages and events received in a room."},
{"const": "RoomDetails", "description": "The screen shown when tapping the name of a room from the Room screen."},
{"const": "RoomMembers", "description": "The screen that displays the list of members that are part of a room."},
Expand Down

0 comments on commit 7d3d0dc

Please sign in to comment.