generated from yuminn-k/yuminnk-nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 4
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
プロジェクトフォルダ構造改善のためのSSRとCSRの最適化 #128
Labels
🐞 BugFix
Something isn't working
🎨 Html&css
마크업 & 스타일링
⏰ P2
활발하게 고려해야 하는 이슈나 개선사항
🔨 Refactor
코드 리팩토링
Comments
dorimu0
added
🎨 Html&css
마크업 & 스타일링
🔨 Refactor
코드 리팩토링
🐞 BugFix
Something isn't working
⏰ P2
활발하게 고려해야 하는 이슈나 개선사항
labels
Apr 30, 2024
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
Apr 30, 2024
- 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
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
Apr 30, 2024
Updated the images.remotePatterns configuration in next.config.js to use the new format with hostname and pathPattern properties. Related issue: YJU-OKURA#128
Merged
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
May 7, 2024
Modify URL to go to / on token expiration Related issue: YJU-OKURA#128
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
May 7, 2024
Optimize images for SSR and CSR Related issue: YJU-OKURA#128
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
May 7, 2024
- Optimize navbar component to SSR and split CSR functionality into container component - Optimize SSR and CSR to match user information - Modify interface due to API response value changes - Create a hook to avoid a cascade of API requests Related issue: YJU-OKURA#128
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
May 7, 2024
Made the calc function available in tailwind. Related issue: YJU-OKURA#128
Merged
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
May 7, 2024
Change a static value to dynamic Related issue: YJU-OKURA#128
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
May 8, 2024
- Modify code to match changes in the navbar - Optimize to match SSR and CSR values - Fix hardcoded cId to dynamic data in feedback Related issue: YJU-OKURA#128
Merged
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
May 8, 2024
…onstant - Replaced the hard-coded 401 status code with the HTTP_STATUS.UNAUTHORIZED constant. - This change improves the readability of the code and makes it easier to understand the meaning of the status code. Related issue: YJU-OKURA#128
Lainari
added a commit
to Lainari/project_minori-next-deployment-repo
that referenced
this issue
May 8, 2024
- Changed the process for specifying content types in fetch Related Issue : YJU-OKURA#128
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
마크업 & 스타일링
⏰ P2
활발하게 고려해야 하는 이슈나 개선사항
🔨 Refactor
코드 리팩토링
📝 Issueの概要
📚 背景情報
📋 具体的な作業内容
📎 関連するIssueやTrello、ドキュメント
🖼️ 参考スクリーンショットや図
🔄 Issueの進行状況
The text was updated successfully, but these errors were encountered: