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

Frontend/create room #127

Merged
merged 33 commits into from
Dec 28, 2023
Merged

Frontend/create room #127

merged 33 commits into from
Dec 28, 2023

Conversation

Irisloverain
Copy link
Collaborator

@Irisloverain Irisloverain commented Oct 17, 2023

resolves #119, #124

msg: string
rooms: Record<string, create_room>
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

有注意到這裡跟types.ts裡的內容是重複的,感覺可以直接import進來就好~

status: string
totalUsers: number
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

這邊的create_room跟底下的specific_room,建議名稱可以再重新想一下,重複名稱容易造成混淆

Copy link
Collaborator

@dawnglede dawnglede left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@snowmancc snowmancc left a comment

Choose a reason for hiding this comment

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

LGTM

@snowmancc snowmancc merged commit 049646a into main Dec 28, 2023
1 check passed
@snowmancc snowmancc deleted the frontend/CreateRoom branch December 28, 2023 15:20
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.

None yet

3 participants