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

[Feat/create-server] 왼쪽 사이드바 수정 및 캐릭터 말풍선 추가 #162

Merged
merged 4 commits into from
Jun 10, 2024

Conversation

jihyun-j
Copy link
Contributor

@jihyun-j jihyun-j commented Jun 8, 2024

#️⃣연관된 이슈

📝작업 내용

  • 왼쪽 사이드바에 현재 유저 아바타 추가 -> 로그인 기능 완성되면 현재유저의 프로필 사진으로 바꿀 예정
  • 캐릭터 말풍선 추가
  • 전역상태관리 폴더 store폴더와 stores라는 폴더 두개가 존재해서 stores는 삭제하고 store에 모든 전역관리 파일 관리
  • style을 관리하기 위한 style 폴더 생성

스크린샷 (선택)

💬리뷰 요구사항(선택)

@jihyun-j jihyun-j added the UI/UX front 기능 label Jun 8, 2024
@jihyun-j jihyun-j self-assigned this Jun 8, 2024
};

const tempLogin = async () => {
const SERVER_URL = "http://localhost/user/api/v1/login";
Copy link
Collaborator

Choose a reason for hiding this comment

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

여기 URL 계속 겹치는 부분 있으니까 아예 .env 파일 만들어서 URL 관리해도 좋을 거 같아요. 제가 추가해서 만들게여

@jihyun-j jihyun-j merged commit cdd69f3 into kSideProject:dev Jun 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI/UX front 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants