-
Notifications
You must be signed in to change notification settings - Fork 1
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
Frontend/create room #127
Conversation
packages/frontend/js/api/index.ts
Outdated
msg: string | ||
rooms: Record<string, create_room> | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有注意到這裡跟types.ts裡的內容是重複的,感覺可以直接import進來就好~
packages/frontend/js/api/index.ts
Outdated
status: string | ||
totalUsers: number | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
這邊的create_room跟底下的specific_room,建議名稱可以再重新想一下,重複名稱容易造成混淆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…game into frontend/CreateRoom
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
resolves #119, #124