[ 최종 QA ]: 허용서비스 페이지 최종 QA를 진행합니다.#319
Merged
Merged
Conversation
10tacion
previously approved these changes
May 8, 2025
Ivoryeee
previously approved these changes
May 9, 2025
Collaborator
There was a problem hiding this comment.
P5. MinusBtn이 해당 컴포넌트만 사용되었던 것 같네욤 해당 svg 파일 삭제해도 좋을 것 같습니다!
Collaborator
There was a problem hiding this comment.
온보딩에서는 ic_minus 로 사용 중이라 삭제해도 괜찮을 것 같아요!
|
|
||
| const { data } = await authClient.post( | ||
| url, | ||
| {}, |
Collaborator
There was a problem hiding this comment.
P5. 요 부분이 의미하는 바가 무엇인가요? 불필요한 부분이라면 삭제해도 좋을 것 같아요!
Collaborator
Author
There was a problem hiding this comment.
post메서드에서는 요청 설정을 3번째 파라미터로 받는데, 중간에 빈객체 삭제하면 파라미터를 요청 body로 인식하여 요청 오류가 납니다!
| const url = ALLOWED_SERVICE_ENDPOINT.POST_MERGE_ALLOWED_SITE.replace(':allowedGroupId', String(allowedGroupId)); | ||
|
|
||
| const { data } = await authClient.post( | ||
| url, |
Collaborator
There was a problem hiding this comment.
P5. 엔드포인트를 상수로 분리해 관리한 점 넘 좋네요! 다만 해당 메서드 내에 siteUrl이라는 파라미터도 함께 사용되고 있어서 url이 의미하는 바를 직관적으로 알기 어려운 것 같아요!
mergeAllowedSiteEndpoint나 postMergeAllowedSiteUrl처럼 역할이 드러나는 네이밍으로 작성해도 좋을 것 같습니다 👍🏻
| alt="favicon" | ||
| className="h-[4.2rem] w-[4.2rem] rounded-full" | ||
| /> | ||
| <img src={recommendSite.favicon} alt="favicon" className="h-[4.2rem] w-[4.2rem] rounded-full" /> |
Collaborator
There was a problem hiding this comment.
P4. 접근성을 고려하여 아래와 같이 수정해도 좋을 것 같아요!
Suggested change
| <img src={recommendSite.favicon} alt="favicon" className="h-[4.2rem] w-[4.2rem] rounded-full" /> | |
| <img src={recommendSite.favicon} alt={`${recommendSite.siteName} 아이콘`} className="h-[4.2rem] w-[4.2rem] rounded-full" /> |
Member
|
++++++ |
10tacion
approved these changes
May 10, 2025
10tacion
added a commit
that referenced
this pull request
May 10, 2025
10tacion
added a commit
that referenced
this pull request
Jul 9, 2025
* feat: 일렉트론 개발 구조 잡기 및 설정파일 구성 * feat: 최신 develop 사항 반영 * feat: 일렉트론 리다렉트 테스팅 추가 * feat: hashRouter로 변경 및 electron 로그인 인증 관련 로직 추가 * feat: electron blocking 시스템 알림 추가 * feat: 시스템 알림에서 허용서비스 추가 로직 작성 * fix: url 비교 로직 수정 * fix: 모니터링 로직에서 허용서비스 없을 경우 아무 사이트도 접속 불가하도록 로직 수정 * feat: mac os 종료 처리 hide로 대체 * feat: 허용 서비스 추가 시 타이머 재시작 하도록 콜백 추가 * feat: mac os notarize 추가 * feat: 로그아웃 시 authWindow 종료하고 mainWindow가 실행되게 로직 추가 * fix: 온보딩 로직 오류 수정 * feat: hide 했다가 다시 restore 할 때 깜박이는 현상 최적화 * feat: 브라우저의 새탭일 경우 모니터링 제외 * feat: #320 onboarding QA pr 반영 * feat: shared QA 사항 반영 * feat: #319 허용서비스 최종 QA 반영 * feat: 타이머 캐러셀 QA 반영 * feat: #321 타이머 나머지 QA 사항 반영 * feat: #321 홈 QA 사항 반영 * chore: 개발서버 포트 번호 5173으로 해결 * feat: 토큰 재발급 로직 바뀐 형식에 맞추어 수정 * feat: 화면 해상도 조정 및 개발자 도구 여는 상황 방지 * feat: truncate 설정 - 제대로 안되어서 확인 필요함 * feat: 자동으로 줌 되는 현상 방지, 전체 화면에서 x 눌렀을 때 검정 화면 방지 * feat: 타이머에서 선택된 할 일이 없을 경우 처리 로직 추가 * feat: 타이머에서 선택된 할 일이 없을 경우 시스템 알림 로직 추가 * feat: throwOnError를 통해서 에러 객체를 감지하게 설정 * feat: packages.json에서 코어팩 사용으로 명시된 필드 삭제 pnpm 버전 명시
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ 작업 리스트
🔧 작업 내용
허용서비스 리스트 삭제시 다른 아이템으로 선택되지않는 이슈 해결
상위 도메인 허용, 허용 사이트 삭제 드롭다운 및 기능 추가
드롭다운 컴포넌트의 루트에 zIndex가 40으로 설정되어 있어 위 사진과 같은 문제가 생겼습니다. 루트컴포넌트에 zIndex를 부여하면 내부의 서브 컴포넌트들에 아무리 높은 zIndex를 부여해도 루트의 zIndex보다 높아질 수 없어서, 루트의 zIndex를 없애고 드롭다운의 content 컴포넌트에 zIndex를 새로 부여했습니다.
🤔 궁금한 점
📸 스크린샷 / GIF / Link
허용서비스 리스트 삭제시 다른 아이템으로 선택되지 않는 이슈 해결
2025-05-08.8.37.34.mov
허용서비스 제목 입력 안하고 사이트 추가할 때 alert, 상위도메인 허용 alert, 삭제 확인 alert 모달 추가
2025-05-08.8.38.22.mov