Commit Graph

18 Commits

Author SHA1 Message Date
Jay Sheen
79271caab3 refactor: Update account authentication and password input components
- Replace XKeypad with standard password input fields
- Update user authentication and login info components
- Modify password modification and account pages
- Add sub-layout widget enhancements

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 10:34:28 +09:00
Jay Sheen
02cacb9aab refactor: XKeypad 구현 롤백 및 일반 password input으로 변경
- XKeypad 관련 모든 코드 제거
- 일반 password input 필드로 복원
- 불필요한 ref, useEffect 제거
- select 요소 value 속성으로 변경

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 10:33:21 +09:00
focp212@naver.com
e857b8ac05 mid 관련 수정 2025-10-22 17:19:16 +09:00
focp212@naver.com
556b3f2a6a toast 2025-10-22 14:21:14 +09:00
Jay Sheen
1648a30844 feat: xkeypad 보안 키패드 통합 및 비밀번호 변경 기능 구현
- xkeypad 보안 키패드 라이브러리 추가
- 비밀번호 변경 페이지에 보안 키패드 적용
- RSA 암호화 기능 통합
- route 설정 및 Sentry 설정 업데이트

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 15:00:02 +09:00
focp212@naver.com
261d17cd30 풋터 관련 수정 2025-10-13 09:51:29 +09:00
focp212@naver.com
ced334f90f mid 셋팅및 코드 정리 2025-10-10 15:26:04 +09:00
Jay Sheen
3faa3ecc84 메뉴 권한 관리 UI 개선
- 초기 로드 시 애니메이션 효과 제거 (즉시 표시)
- 권한 항목이 있을 때만 구분선 표시하도록 조건부 렌더링 추가
- 메뉴 항목에 '안면인증' 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 18:08:46 +09:00
Jay Sheen
19cbd9b115 로그인 비밀번호 변경 API 파라미터 수정
- ChangePasswordParams 타입 수정: password → currentPassword
- 로그인 비밀번호 변경 페이지에서 currentPassword 전달하도록 수정

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 17:43:25 +09:00
Jay Sheen
3027d6d3ab 메뉴별 권한 관리 기능 개선
- defaultGrant 값에 따른 권한 항목 조건부 표시 구현
- 권한 상태 관리 로직 개선 (초기값과 기본값 분리)
- API 응답 구조 타입 수정 및 처리 로직 개선
- 거래취소 비밀번호 변경 페이지 오타 수정

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 16:26:27 +09:00
Jay Sheen
55bca427c2 사용자 권한 관리 컴포넌트 타입 정리 및 코드 개선
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 10:51:17 +09:00
Jay Sheen
9711b50b5f 취소 비밀번호 변경 기능 추가 및 사용자 계정 관리 개선
🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 09:24:36 +09:00
Jay Sheen
e3f290fb9b 사용자 계정 관리 UI 버튼 상태 관리 개선
- 이메일/전화번호 추가/삭제 버튼 활성화 조건 수정
- 저장 버튼 활성화 상태 관리 개선

🤖 Generated with Claude Code (https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 15:19:43 +09:00
Jay Sheen
dd2fa9d6f3 사용자 계정 관리 API 연동 및 기능 개선
- 사용자 비밀번호 변경 API 추가
- 메뉴 권한 관리 API 추가 (조회/저장)
- 인증 방법 수정 API 추가
- 사용자 권한 업데이트 API 추가
- 계정 관리 UI 컴포넌트 개선
- Docker 및 Makefile 설정 업데이트

🤖 Generated with Claude Code (https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 14:23:26 +09:00
Jay Sheen
5e1f24c8b8 사용자 계정 관리 기능 구현 및 API 오류 수정
- 사용자 로그인 인증정보 관리 기능 구현 (이메일/휴대폰 추가/삭제)
- 사용자 추가 기능 구현 (실시간 ID 중복 검증 포함)
- 사용자 목록 조회 기능 구현
- API 엔드포인트 오류 수정 (userExistsUserid: GET → POST, URL 경로 수정)
- TypeScript 타입 오류 수정 (UseQueryOptions, UserCreateParams/Response)
- 이메일/휴대폰 형식 검증 및 중복 방지 로직 추가

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:10:53 +09:00
focp212@naver.com
a2a3d6af9b 필터 2025-09-12 14:03:12 +09:00
focp212@naver.com
556ea4d7f2 추가 커밋 2025-09-05 16:11:36 +09:00
focp212@naver.com
05238b04c1 첫 커밋 2025-09-05 15:36:48 +09:00