Skip to content

[Feat/OD-110] assets 폴더의 안 쓰는 폴더 및 파일 최종 정리#48

Merged
gustn99 merged 3 commits intodevfrom
feat/OD-110
Nov 17, 2024
Merged

[Feat/OD-110] assets 폴더의 안 쓰는 폴더 및 파일 최종 정리#48
gustn99 merged 3 commits intodevfrom
feat/OD-110

Conversation

@mimizae
Copy link
Copy Markdown
Collaborator

@mimizae mimizae commented Nov 15, 2024

주요 작업 내용

  • assets 폴더의 안 쓰는 폴더 및 파일 정리했습니다
  • back 아이콘은 arrow의 left 파일로 교체했습니다
  • 기본 이미지도 defaultProfile로 교체했습니다
  • public 폴더에서 안 쓰는 파일들 삭제 했습니다
  • NavbarProfile의 assets 파일 삭제하고 assets/default의 setting 아이콘으로 변경했습니다

기타 작업 내용

  • 없음

코드 리뷰 포인트

  • 없음

작업 화면

-없음

@mimizae mimizae added the refactor Improve code structure and readability label Nov 15, 2024
@mimizae mimizae requested a review from gustn99 November 15, 2024 13:05
@mimizae mimizae self-assigned this Nov 15, 2024
@gustn99 gustn99 merged commit 573c337 into dev Nov 17, 2024
@gustn99 gustn99 deleted the feat/OD-110 branch November 17, 2024 09:53
@gustn99 gustn99 restored the feat/OD-110 branch November 17, 2024 10:10
Copy link
Copy Markdown
Collaborator

@gustn99 gustn99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코멘트 확인 후 dev pull 받아서 다시 작업 후 push해 주세요! 제대로 확인하지 않고 머지했다가 이미지 경로 충돌이 일어나길래 revert했습니다 ㅠㅠ 미안해용. . .

import request, { BaseResponse } from '../../apis/core';
import { PostItem as PostItemType, PostsResponse, UserResponse } from './dto';
import imageBasic from '../../assets/imageBasic.svg';
import imageBasic from '../../assets/defaultProfile.svg';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/assets/default/defaultProfile로 수정되어야 하는데 잘못 수정됐어요!

import BottomButton from '../../components/BottomButton';
import { UserProfileResponse } from './dto';
import imageBasic from '../../assets/imageBasic.svg';
import imageBasic from '../../assets/defaultProfile.svg';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/assets/default/defaultProfile로 수정되어야 하는데 잘못 수정됐어요!

import { PostFriendRequestResult } from '../../ResponseDto/PostFriendRequestResult';
import HeartSvg from '../../../../assets/default/like-white.svg';
import imageBasic from '../../../../assets/imageBasic.svg';
import imageBasic from '../../../../assets/defaultProfile.svg';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/assets/default/defaultProfile로 수정되어야 하는데 잘못 수정됐어요!

import MoreSvg from '../../assets/default/more.svg';
import BackSvg from '../../assets/arrow/left.svg';
import imageBasic from '../../assets/imageBasic.svg';
import imageBasic from '../../assets/defaultProfile.svg';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/assets/default/defaultProfile로 수정되어야 하는데 잘못 수정됐어요!

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요거 사용하는 파일이 있었네요 ㅠㅠ 새 디자인시스템에서 사용하는 아이콘을 default파일에 추가하고, 사용하는 파일에서 경로 수정한 뒤에 삭제해 주세요!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Improve code structure and readability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants