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

[Feature] #44 소셜, 프로필 페이지 데이터 바인딩 #126

Merged
merged 23 commits into from
Dec 5, 2024

Conversation

shlee9999
Copy link
Collaborator

@shlee9999 shlee9999 commented Dec 4, 2024

✅ PR Checklist

  • 불필요한 코드 중복이 없습니다.
  • 민감한 정보를 포함하지 않았습니다.
  • 불필요한 콘솔 로그나 주석을 포함하지 않았습니다.
  • 컴포넌트 key값에 고유한 값을 할당했습니다.

📝 Summary

🔗 ISSUE : #44

소셜, 프로필 페이지 데이터 바인딩

🖼️ Screenshots

image image image

@shlee9999 shlee9999 linked an issue Dec 4, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Dec 4, 2024

⚡ Lighthouse Reports

http://localhost:4173/

Performance Metrics

Category Score
Performance 🟠 59
Accessibility 🟢 97
Best Practices 🟠 83
SEO 🟢 100

Detailed Metrics

Metric Value
First Contentful Paint 🟠 2.7 s
Largest Contentful Paint 🔴 4.6 s
Total Blocking Time 🔴 810 ms
Cumulative Layout Shift 🟢 0.004
Speed Index 🟢 3.3 s

Security Checks

Check Status Details
CSP-XSS ⚠️ Ensure CSP is effective against XSS attacks

http://localhost:4173/log

Performance Metrics

Category Score
Performance 🟠 82
Accessibility 🟢 95
Best Practices 🟠 83
SEO 🟢 100

Detailed Metrics

Metric Value
First Contentful Paint 🟠 2.3 s
Largest Contentful Paint 🔴 4.4 s
Total Blocking Time 🟢 20 ms
Cumulative Layout Shift 🟢 0.007
Speed Index 🟢 2.3 s

Security Checks

Check Status Details
CSP-XSS ⚠️ Ensure CSP is effective against XSS attacks

http://localhost:4173/login

Performance Metrics

Category Score
Performance 🟢 92
Accessibility 🟢 97
Best Practices 🟠 83
SEO 🟢 92

Detailed Metrics

Metric Value
First Contentful Paint 🟠 2.0 s
Largest Contentful Paint 🟠 3.2 s
Total Blocking Time 🟢 10 ms
Cumulative Layout Shift 🟢 0.006
Speed Index 🟢 2.0 s

Security Checks

Check Status Details
CSP-XSS ⚠️ Ensure CSP is effective against XSS attacks

http://localhost:4173/mypage

Performance Metrics

Category Score
Performance 🟠 78
Accessibility 🟢 97
Best Practices 🟠 83
SEO 🟢 92

Detailed Metrics

Metric Value
First Contentful Paint 🟠 2.3 s
Largest Contentful Paint 🔴 5.1 s
Total Blocking Time 🟢 20 ms
Cumulative Layout Shift 🟢 0.001
Speed Index 🟢 2.3 s

Security Checks

Check Status Details
CSP-XSS ⚠️ Ensure CSP is effective against XSS attacks

ruehan
ruehan previously approved these changes Dec 4, 2024
@shlee9999 shlee9999 enabled auto-merge December 4, 2024 14:08
ruehan
ruehan previously approved these changes Dec 4, 2024
saseungmin
saseungmin previously approved these changes Dec 4, 2024
Copy link

@saseungmin saseungmin left a comment

Choose a reason for hiding this comment

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

고생하셨어요!! 😊

src/apis/chatRoom/fetchChatRoomList.ts Outdated Show resolved Hide resolved
src/apis/chatRoom/useSocialData.tsx Outdated Show resolved Hide resolved
src/components/SendMessageForm/index.tsx Outdated Show resolved Hide resolved
src/pages/SocialPage/components/FriendChatList/index.tsx Outdated Show resolved Hide resolved
@shlee9999 shlee9999 disabled auto-merge December 4, 2024 16:24
@shlee9999 shlee9999 dismissed stale reviews from saseungmin and ruehan via 819f3e2 December 5, 2024 02:41
@shlee9999 shlee9999 requested a review from ruehan December 5, 2024 03:02
@shlee9999 shlee9999 enabled auto-merge December 5, 2024 03:03
@shlee9999 shlee9999 merged commit 7390324 into develop Dec 5, 2024
1 check passed
@github-actions github-actions bot deleted the 44-feature/social-data-binding branch December 13, 2024 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 소셜 데이터 바인딩
4 participants