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

[Design] #97 산책 로그 페이지, 산책 분석 모달 구현 #112

Merged
merged 24 commits into from
Dec 3, 2024

Conversation

wonill
Copy link
Collaborator

@wonill wonill commented Dec 1, 2024

✅ PR Checklist

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

📝 Summary

🔗 ISSUE : #97

산책 기록 페이지 달력 구현
산책 분석 모달 그래프 제작
댕댕로그 전체 ui 완성

🖼️ Screenshots

스크린샷 2024-12-02 060626

댕댕로그

@wonill wonill linked an issue Dec 1, 2024 that may be closed by this pull request
@wonill wonill changed the title 97 design/walk record page UI [Design] #97 산책 로그 페이지, 산책 분석 모달 구현 Dec 1, 2024
Copy link

github-actions bot commented Dec 1, 2024

⚡ Lighthouse Reports

http://localhost:4173/

Performance Metrics

Category Score
Performance 🟠 85
Accessibility 🟢 97
Best Practices 🟢 100
SEO 🟢 100

Detailed Metrics

Metric Value
First Contentful Paint 🟠 2.0 s
Largest Contentful Paint 🔴 4.1 s
Total Blocking Time 🟢 30 ms
Cumulative Layout Shift 🟢 0.004
Speed Index 🟢 2.0 s

Security Checks

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

http://localhost:4173/log

Performance Metrics

Category Score
Performance 🟠 85
Accessibility 🟢 95
Best Practices 🟢 100
SEO 🟢 100

Detailed Metrics

Metric Value
First Contentful Paint 🟠 1.9 s
Largest Contentful Paint 🔴 4.1 s
Total Blocking Time 🟢 20 ms
Cumulative Layout Shift 🟢 0.003
Speed Index 🟢 1.9 s

Security Checks

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

http://localhost:4173/login

Performance Metrics

Category Score
Performance 🟢 95
Accessibility 🟢 97
Best Practices 🟢 100
SEO 🟢 92

Detailed Metrics

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

Security Checks

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

http://localhost:4173/mypage

Performance Metrics

Category Score
Performance 🟠 82
Accessibility 🟢 97
Best Practices 🟢 100
SEO 🟢 92

Detailed Metrics

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

Security Checks

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

ruehan
ruehan previously approved these changes Dec 2, 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.

고생하셨어요~☺️

package.json Outdated Show resolved Hide resolved
src/hooks/useCalendar.tsx Show resolved Hide resolved
src/hooks/useCalendar.tsx Outdated Show resolved Hide resolved
src/pages/LogPage/components/Calendar/index.tsx Outdated Show resolved Hide resolved
@wonill wonill merged commit 285a69d into develop Dec 3, 2024
1 check passed
@github-actions github-actions bot deleted the 97-design/walk-record-page-ui branch December 11, 2024 00:45
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.

[Design] 산책 기록 페이지 ui
4 participants