Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement room join UI #870

Merged
merged 13 commits into from
Sep 20, 2022
Merged

Implement room join UI #870

merged 13 commits into from
Sep 20, 2022

Conversation

MidhunSureshR
Copy link
Member

No description provided.

@MidhunSureshR MidhunSureshR marked this pull request as ready for review September 12, 2022 18:32
Copy link
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.

src/platform/web/ui/session/JoinRoomView.ts Outdated Show resolved Hide resolved
@bwindels bwindels merged commit 664038b into master Sep 20, 2022

showJoinRoomView() {
this.navigation.push("join-room");
Copy link
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
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