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

feature: 방 리스트 #20

Merged
merged 2 commits into from
Oct 11, 2020
Merged

feature: 방 리스트 #20

merged 2 commits into from
Oct 11, 2020

Conversation

KRBeomJunKim
Copy link
Contributor

방 리스트 추가
close #12

  1. API를 src폴더에 빼놨습니다. 이렇게 해야 협업할 때 서로의 API를 찾기가 쉬울거 같아요
  2. sass/tailwind.output.css를 react코드에 import하면 className을 사용할 수 있습니다.
    만약 vsc를 사용하고 계시다면 관련 extension이 있으니 편리하게 사용 가능합니다.
  3. 협업할 때 필요한 interface의 중구난방을 방지하기 위해 room관련 interface를 room폴더 최상단 폴더에 놓았습니다.
  4. default로 사용할 thumbnail을 img폴더에 놓았습니다. 상업용도로도 활용가능한 image고, 현재 서버에 image가 없어서 error로 인해
    자동 default thumbnail이 뜹니다.

방 리스트 추가
close #12
@KRBeomJunKim KRBeomJunKim added enhancement New feature or request module labels Oct 10, 2020
@KRBeomJunKim KRBeomJunKim self-assigned this Oct 10, 2020
@yejikim9532
Copy link
Contributor

yejikim9532 commented Oct 10, 2020

@KRBeomJunKim src/pages/room/roomList/roomListPresenter.tsx 에서 <a>태그 대신에 <Link>사용해야 새로고침 안되지 않을가요??? 나머지 부분 확인했습니다~~!!

@KRBeomJunKim
Copy link
Contributor Author

KRBeomJunKim commented Oct 11, 2020

@yejikim9532 아 실수했었네요. 고쳤습니다.

@yejikim9532
Copy link
Contributor

넵!! 머지해욯ㅎㅎㅎ

@KRBeomJunKim KRBeomJunKim merged commit 363b8cb into develop Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 방 리스트
2 participants