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

ログインページの最適化 #129

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

dorimu0
Copy link
Contributor

@dorimu0 dorimu0 commented Apr 30, 2024

🔍 このPRで解決したい問題は何ですか?

  • ログインページのパフォーマンスと使いやすさを改善するため、SSR(Server-Side Rendering)とCSR(Client-Side Rendering)の最適化を行いました。

✨ このPRで主に変わったことは何ですか?

  • ログインページの初期読み込み速度を改善するためにロジックを修正しました。

🔖 主な変更点以外に追加で変更された部分はありますか?

  • next.configで外部ドメインを許可するようにしました。
  • ログインページのレスポンシブデザインを改善しました。

🙏🏻 Reviewerに特に見ていただきたい部分はありますか?

  • ログイン時に問題がないことを確認していただければ幸いです。

🩺 このPRでテストや検証が必要な部分はありますか?

  • なし

📚 関連するIssueやTrello、ドキュメント

🖥 作動する様子

  • なし

📌 PRを行う際の注意点

  • Reviewerはコードレビュー時に良いコードの方向性を示しますが、コード修正を強制することはありません。
  • Reviewerは良いコードを見つけた場合、賞賛と励ましを惜しみません。
  • レビューは特別なケースでない限り、Reviewerに指定された時点から3日以内に行ってください。
  • コメント作成時にPrefixにP1、P2、P3を書いていただくと、Assigneeがより明確にコメントに対して対応することができます。
    • P1 : 必ず反映してください (Request Changes) - 問題が発生したり、脆弱性が発見されたケースなど。
    • P2 : 反映を積極的に検討していただければと思います (コメント)。
    • P3 : こんな方法もあるんじゃないかな~などの些細な意見です (Chore)。

dorimu0 added 2 commits April 30, 2024 11:00
- Fix an error where client-side execution was inconsistent with server-side rendering.
- Login component image not sized correctly, fix the CSS

Related issue: YJU-OKURA#128
Updated the images.remotePatterns configuration in next.config.js to use the new format with hostname and pathPattern properties.

Related issue: YJU-OKURA#128
@dorimu0 dorimu0 added 🎨 Html&css 마크업 & 스타일링 🔨 Refactor 코드 리팩토링 🐞 BugFix Something isn't working ⏰ P3 추가적인 의견 제시나 소소한 개선사항 labels Apr 30, 2024
@dorimu0 dorimu0 requested a review from a team April 30, 2024 02:22
@dorimu0 dorimu0 self-assigned this Apr 30, 2024
next.config.js Show resolved Hide resolved
src/app/page.tsx Show resolved Hide resolved
Reordered the import statements for better readability and consistency.

Related issue: YJU-OKURA#58
src/app/page.tsx Show resolved Hide resolved
@Lainari
Copy link
Collaborator

Lainari commented Apr 30, 2024

👍

@Lainari Lainari merged commit 6c78a6b into YJU-OKURA:main Apr 30, 2024
1 check passed
dorimu0 added a commit to dorimu0/project_minori-next-deployment-repo that referenced this pull request Oct 23, 2024
- Modified the Google Login page to use URLSearchParams for obtaining the 'code' parameter from the URL.
- Implemented `getServerSideProps` to disable static generation, ensuring the page renders on the client side.
- Added error handling for login response to improve user state management and cookie handling.

Related issue: YJU-OKURA#129
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 BugFix Something isn't working 🎨 Html&css 마크업 & 스타일링 ⏰ P3 추가적인 의견 제시나 소소한 개선사항 🔨 Refactor 코드 리팩토링
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants