Skip to content

Implement room join UI#870

Merged
bwindels merged 13 commits intomasterfrom
implement-room-join-ui
Sep 20, 2022
Merged

Implement room join UI#870
bwindels merged 13 commits intomasterfrom
implement-room-join-ui

Conversation

@MidhunSureshR
Copy link
Copy Markdown
Member

No description provided.

@MidhunSureshR MidhunSureshR marked this pull request as ready for review September 12, 2022 18:32
Copy link
Copy Markdown
Contributor

@bwindels bwindels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thanks. Just one suggestion for the placeholder.

@bwindels bwindels merged commit 664038b into master Sep 20, 2022
}

showJoinRoomView() {
this.navigation.push("join-room");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once this gets converted to TS this line will cause it to complain

Argument of type '"join-room"' is not assignable to parameter of type 'keyof SegmentType'.

cc @MidhunSureshR @bwindels

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because I forgot to add join-room here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add option in UI to join existing room id or alias (UI version of /join command)

3 participants