[#84] feat: chat, chatroom 뷰 만들기#86
Merged
Merged
Conversation
Collaborator
Author
|
픽 확인하기 눌렀을 때 /pick으로 가는 건... 그냥 대충... 해놨기 때문... 이건 빼고 봐주세요 |
Member
|
뉍 |
jw0202058
commented
Jul 18, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements the chat list and chatroom UI views for issue #84, creating the visual structure for the chat functionality using dummy data while the API integration is pending.
- Adds new ChatPage showing a list of conversations with user info and message previews
- Creates ChatRoomPage with header, scrollable message area, and input footer for individual chat conversations
- Refactors Button component from
colorprop tomodeprop with updated styling variants
Reviewed Changes
Copilot reviewed 29 out of 30 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/pages/routes.tsx | Added routing for /chat and /chatroom/:chatRoomId paths |
| src/pages/ChatPage/index.tsx | Chat list page with dummy conversation data and navigation |
| src/pages/ChatRoomPage/index.tsx | Individual chatroom page with header, content, and footer layout |
| src/features/chat/components/ChatList/ | Chat list item component with user info, verification status, and message preview |
| src/features/chatRoom/components/ | Multiple chat components including message bubbles, input field, and layout components |
| src/common/components/Button/ | Refactored button component from color to mode prop with new styling variants |
| src/common/utils/parseDate.ts | Date formatting utilities for chat timestamps |
| package.json | Added date-fns dependency for date formatting |
| panda.config.ts | Added chat-specific design tokens and constants |
halionaz
reviewed
Jul 23, 2025
✅ Deploy Preview for repicka ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
halionaz
approved these changes
Jul 23, 2025
| return ( | ||
| <footer className={s.Wrapper}> | ||
| <div className={s.Container}> | ||
| <div className={`${'mgc_camera_2_fill'} ${s.Icon}`} /> |
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.
❗ 연관 이슈
📌 내용
채팅 리스트, 채팅방 어떻게 생겼는지 먼저 만들어 놓았어요
api 어떻게 생겼는지 몰라 가지고 몇 개만 넣어서 더미데이터로 구현해 놓음,,
☑️ 체크 사항 & 논의 사항