-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 테스트 * none * none * none * video css add * none * chating add * camera on off add * exit user check chat,live session exit * chat css fix * pull develop * chore(web): 레이아웃 컴포넌트 초기 진입시에만 렌더링 되도록 수정 * feat(web): Live 타입 모듈로 추가 * chore(web): 오픈비두 환경변수 추가 * refactor(web): 기존 컴포넌트 내부에 선언된 api들을 tanstack-query로 이관 * refactor(web): 기존 Live 사용하던 타입들 모듈로 재사용 * refactor(web): 기존 컨벤션에 맞춰 네임스페이스 방식으로 Import 변경 * design(ui): FormLabel padding 수정 * design(ui): FormAttachment 모바일 스타일 수정 * feat(web): Live Form State 추가 * refactor(web): Ui Form 패키지 사용 * chore(web): Live 종료시 invalidQuery 실행 삭제 * chore(web): Live 리스트 Api 스펙 변경 적용 * pull feature_live * private room password input modal add, chat stomp get userNumbers * none * disconnect fix * openvidu disconnection 구현 * fix(web): 새로 올라온 QA 리스트 - 1 (#163) * fix(web): 메인페이지 매거진 수량 버그 * fix(web): 마이페이지 갤러리 좌우 간격 * fix(web): 더보기 버튼 텍스트 웨이트 * fix(web): 검색 시 x 버튼 중복 * fix(web): 매거진 카드 flex * fix(web): 커뮤니티 - Main - 리스트 글자 * fix(web): SEO title 변경 * pc version live complite * fix(web): lint error * feat(web): WebRTC을 사용한 라이브 페이지 초기 구현 (#165) * chore(web): 레이아웃 컴포넌트 초기 진입시에만 렌더링 되도록 수정 * feat(web): Live 타입 모듈로 추가 * chore(web): 오픈비두 환경변수 추가 * refactor(web): 기존 컴포넌트 내부에 선언된 api들을 tanstack-query로 이관 * refactor(web): 기존 Live 사용하던 타입들 모듈로 재사용 * refactor(web): 기존 컨벤션에 맞춰 네임스페이스 방식으로 Import 변경 * design(ui): FormLabel padding 수정 * design(ui): FormAttachment 모바일 스타일 수정 * feat(web): Live Form State 추가 * refactor(web): Ui Form 패키지 사용 * chore(web): Live 종료시 invalidQuery 실행 삭제 * chore(web): Live 리스트 Api 스펙 변경 적용 * pull feature_live * private room password input modal add, chat stomp get userNumbers * none * disconnect fix * openvidu disconnection 구현 * pc version live complite * fix(web): lint error --------- Co-authored-by: [email protected] <[email protected]> Co-authored-by: doyupKim <[email protected]> * add recoil for layout footer toggle controll * striming video width 100% add * striming mobile header delete advertisement * fix style * change mobile publish view * fix(web): 자잘자잘한 qa 최신 리스트 수정 (#172) * feat: change private api method to public api * feat: include Navbar about live link * fix(web, lib): udate truncate maxLength arg --------- Co-authored-by: [email protected] <[email protected]> Co-authored-by: doyupKim <[email protected]> Co-authored-by: baejinWoong <[email protected]>
- Loading branch information
1 parent
7896873
commit cf0bceb
Showing
44 changed files
with
2,040 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.chatTextarea:focus { | ||
outline: none; | ||
} | ||
|
||
.chatTextarea::placeholder { | ||
color: #8E8E95; | ||
font-weight: 500; | ||
font-family: 'Pretendard'; | ||
} | ||
|
||
.chatTextarea { | ||
resize: none; | ||
border: none; | ||
height: 100%; | ||
font-weight: 500; | ||
font-family: 'Pretendard'; | ||
width: 100%; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
cf0bceb
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.
Successfully deployed to the following URLs:
supercarmarket-co-kr-web-2 – ./
doyup.shop
supercarmarket-co-kr-web-2-git-main-supercarmarket7777-s-team.vercel.app
supercarmarket-co-kr-web-2-supercarmarket7777-s-team.vercel.app
supercarmarket-co-kr-web-2.vercel.app
www.doyup.shop