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/78 message userid api #79

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2f1481a
Create a release branch
JudithHopps Jun 18, 2023
92704b1
fix : profileUpdateStateAtom
JudithHopps Jun 18, 2023
f3647a6
fix: 쪽지보내기 input 글자수 수정
yeonkr Jun 19, 2023
b380b52
fix: language property 수정
JudithHopps Jun 20, 2023
c4d4e24
feat : introduce 텍스트 카운터 추가
JudithHopps Jun 20, 2023
48bb19a
Merge pull request #73 from Wingle-SMWU/refactor/70-signUpInput-design
rhino-ty Jun 20, 2023
680c5f2
feat : Loading 기능 추가 후 텍스트카운트, 초기값 설정
JudithHopps Jun 20, 2023
7ef991e
fix : initialLanguage property 수정 누락
JudithHopps Jun 20, 2023
e01a365
style: z-index 설정 및 모달창 에러 해결
yxunakim84 Jun 27, 2023
53b3b4d
fix: 댓글창 입력 후 크기 초기화
yxunakim84 Jun 27, 2023
6cdda16
style: 댓글창 여백 조정
yxunakim84 Jun 27, 2023
7236383
style: 글 본문 색상 설정 및 헤더 고정
yxunakim84 Jun 27, 2023
0f54b49
style: 모달창 x버튼 삭제
yxunakim84 Jun 27, 2023
1bded04
add: return type to function
yxunakim84 Jun 23, 2023
45eb969
style: 커뮤니티 헤더 고정에 따른 본문 위치 조정
yxunakim84 Jun 27, 2023
f4f9eb4
style: 게시글 없는 경우 ui 수정 및 내가 쓴 게시물 페이지 수정
yxunakim84 Jun 27, 2023
7b8beaf
style: 커뮤니티 헤더 고정
yxunakim84 Jun 27, 2023
6948097
style: 쪽지보내기 날짜 폰트크기 수정 및 헤더고정
yeonkr Jun 27, 2023
52ef02f
feat: package.json build 스크립트 변경
yeonkr Jul 2, 2023
5fe41b2
feat: build script 원래대로 변경
yeonkr Jul 2, 2023
dbc4177
feat: 넷틀리파이 플러그인 설치
yeonkr Jul 2, 2023
77098c6
feat: 넷틀리파이 토믈 파일 추가
yeonkr Jul 2, 2023
5af3a5a
add: 상대방 프로필 클릭시 프로필 페이지로 이동
yeonkr Jul 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
"rules": {
"@typescript-eslint/explicit-function-return-type": "error"
}
"extends": "next/core-web-vitals"
}
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
command = "npm run build"
publish = ".next"

[[plugins]]
package = "@netlify/plugin-nextjs"
Loading