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

240203 배포 #605

Merged
merged 40 commits into from
Feb 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
0296f28
fix: 안드로이드 다음페이지 트리거 이슈 (#552)
sensecodevalue Mar 31, 2023
1115ec6
feat: 회원가입 시 연령 선택 제거 (#556)
sensecodevalue Apr 4, 2023
b9de92a
chore: update version
hyesungoh Apr 5, 2023
2b80045
유틸 테스트 추가 (#558)
hyesungoh Apr 6, 2023
c0bb995
저장 시 포매팅 적용 (#560)
hyesungoh Apr 7, 2023
87f1cb0
loading handler 테스트 (#559)
hyesungoh Apr 7, 2023
b4bc1a2
페이지뷰 이벤트에 버전 기록 (#564)
hyesungoh Apr 21, 2023
a906e0c
믹스패널 유저 identify 호출 (#565)
hyesungoh Apr 21, 2023
dac7081
chore: test define 에러 수정 및 버전 업데이트
hyesungoh Apr 21, 2023
c169c2e
Merge branch 'main' into develop
hyesungoh Apr 21, 2023
aa35f12
Merge remote-tracking branch 'origin/main' into develop
hyesungoh Apr 21, 2023
93134ed
chore(deps): bump http-cache-semantics in /mock-server (#566)
dependabot[bot] Apr 25, 2023
9a5a50e
sitemap, robots 추가 (#573)
hyesungoh May 12, 2023
b59e1ae
SEO 컴포넌트 개발 및 적용 (#569)
hyesungoh May 12, 2023
9d1446c
docs: readme 수정 (#572)
hyesungoh May 12, 2023
ccec3e0
svg, img vertical-align 추가 (#579)
minsoo-web May 31, 2023
5219b44
이메일 Input select box 추가 (#575)
sensecodevalue Jun 1, 2023
71e259f
태그 추가 개선 (#578)
sensecodevalue Jun 4, 2023
ceb8f20
chore: version update
hyesungoh Jun 4, 2023
b9f3e05
docs: contributing (#583)
hyesungoh Jun 7, 2023
684e849
chore(deps): bump semver from 5.7.1 to 5.7.2 (#586)
dependabot[bot] Jul 12, 2023
742acb0
chore(deps): bump semver from 6.3.0 to 6.3.1 in /mock-server (#587)
dependabot[bot] Jul 12, 2023
4a3f622
chore(deps): bump word-wrap from 1.2.3 to 1.2.4
dependabot[bot] Jul 19, 2023
3a04508
feat: add tag count at Tag in RegisteredTagList
sensecodevalue Jul 23, 2023
6e45a93
feat: add default image in LinkContent
sensecodevalue Jul 23, 2023
c37e062
yarn cache 초기화 (#591)
hyesungoh Jul 23, 2023
e0f8dfa
fix: 태그 추가 시 mutation 타입 맞추기 (#593)
hyesungoh Aug 17, 2023
6f2b3a1
docs: 수상 텍스트 추가 (#592)
hyesungoh Aug 17, 2023
9e7b666
chore(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1 (#594)
dependabot[bot] Aug 30, 2023
d70732b
chore(deps): bump @babel/traverse from 7.21.3 to 7.23.2 (#595)
dependabot[bot] Oct 19, 2023
84cc70f
chore(deps): bump @sentry/nextjs from 7.44.2 to 7.77.0 (#596)
dependabot[bot] Nov 10, 2023
86c36f7
chore(deps): bump axios from 1.3.4 to 1.6.0 (#597)
dependabot[bot] Nov 10, 2023
18f184d
chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#598)
dependabot[bot] Dec 2, 2023
08d2410
chore(deps): bump next from 13.2.4 to 13.5.1 (#599)
dependabot[bot] Dec 2, 2023
5219f37
hotfix: 사용자의 노고 달래기
hyesungoh Jan 2, 2024
133da9a
chore: vscode dlx
hyesungoh Jan 2, 2024
6b02cec
Merge remote-tracking branch 'origin/main' into develop
hyesungoh Jan 2, 2024
6ea14dc
Merge remote-tracking branch 'origin/main' into develop
hyesungoh Jan 2, 2024
626b820
feature: 로그인 이슈 텍스트 삭제
hyesungoh Jan 7, 2024
043e31c
닉네임 변경 3자 이상으로 바꾸기 (#603)
hyesungoh Feb 3, 2024
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
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"typescript.enablePromptUseWorkspaceTsdk": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@
"typescript": "4.9.5"
},
"packageManager": "[email protected]"
}
}
18 changes: 0 additions & 18 deletions src/pages/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,24 +93,6 @@ export default function Login() {
<div css={navMockupCss} />
<div css={loginIntroCardCss}></div>

<p
css={css`
line-height: 1.5;
margin-bottom: 20px;

small {
display: block;
font-size: 14px;
color: #999;
}
`}
>
현재 서버 비용 이슈가 있어 접근이 불가합니다.
<br />
최대한 빠르게 수정해 보겠습니다. 죄송합니다.
<small>1월 두 번째 주까지 정상적으로 접근될 예정입니다.</small>
</p>

<form css={loginFieldSetCss} onSubmit={handleFormSubmitEvent}>
<TextField
type="email"
Expand Down
11 changes: 9 additions & 2 deletions src/pages/my/account/change-nickname.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default function MyAccountChangeNickame() {
const { userInformation } = useUserInformation();
const nickname = useInput({ useDebounce: true, initialValue: userInformation.nickName });
const [nicknameError, setNicknameError] = useState('변경될 이름을 입력해주세요.');

const { callMuation, onFormReturn, isValidateNickname } = useChangeNickname({
nickname,
nicknameError,
Expand Down Expand Up @@ -70,6 +71,9 @@ interface UseChangeNicknameProps {
userInformation: UserInformationType;
}

const NICKNAME_MIN_LENGTH = 3;
const NICKNAME_MAX_LENGTH = 20;

function useChangeNickname({
nickname,
nicknameError,
Expand All @@ -86,15 +90,18 @@ function useChangeNickname({
}, [userInformation.nickName]);

const isNicknameNotValidateForLength =
nickname.debouncedValue.trim().length < 4 || 20 < nickname.debouncedValue.trim().length;
nickname.debouncedValue.trim().length < NICKNAME_MIN_LENGTH ||
NICKNAME_MAX_LENGTH < nickname.debouncedValue.trim().length;

const isNicknameSameWithPrev = userInformation.nickName === nickname.debouncedValue.trim();

const isValidateNickname = !isNicknameNotValidateForLength && !isNicknameSameWithPrev;

useDidUpdate(() => {
if (isNicknameNotValidateForLength) {
setNicknameError('닉네임은 4자 이상 20자 이하여야 합니다.');
setNicknameError(
`닉네임은 ${NICKNAME_MIN_LENGTH}자 이상 ${NICKNAME_MAX_LENGTH}자 이하여야 합니다.`
);
return;
}

Expand Down
Loading