Skip to content

리스트 페이지 API 403 오류 해결#91

Merged
Jieunsse merged 1 commit into
mainfrom
feature/feature/list-page-v2
Feb 26, 2026
Merged

리스트 페이지 API 403 오류 해결#91
Jieunsse merged 1 commit into
mainfrom
feature/feature/list-page-v2

Conversation

@HWAN0218

Copy link
Copy Markdown
Contributor

Summary

  • 403 오류 해결 및 리스트페이지 UI 수정

Issue

Scope

  • 포함

    • 변경한 내용
  • 특이사항

@HWAN0218 HWAN0218 requested review from a team and yooolleee February 25, 2026 18:40
@HWAN0218 HWAN0218 self-assigned this Feb 25, 2026
@HWAN0218 HWAN0218 added 오류수정 오류 및 에러 해결할 때 사용해주세요. 리팩토링 리팩토링 및 리뷰내용 반영시 작성해주세요 labels Feb 25, 2026
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @HWAN0218, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 리스트 페이지에서 발생하던 403 API 오류를 해결하고, 전반적인 UI 반응형 디자인을 개선하는 데 중점을 둡니다. 특히, 사용자 관련 API 호출 시 teamId가 잘못 포함되는 문제를 수정하여 데이터 접근 권한 문제를 해결했으며, 여러 화면 크기에서 레이아웃이 더 잘 작동하도록 미디어 쿼리 기준점을 조정하고 스타일을 최적화했습니다.

Highlights

  • API 403 오류 해결: queries.ts 파일에서 'user' 경로에 대한 API 호출 시 teamId를 URL에 포함하지 않도록 수정하여 403 오류를 해결했습니다.
  • 리스트 페이지 UI 개선: 다양한 CSS 파일에서 반응형 디자인의 미디어 쿼리 기준점을 조정하고, TeamHeader 관련 스타일을 재배치하여 리스트 페이지의 UI를 개선했습니다.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • src/app/(root)/[teamid]/_domain/components/TaskList/TaskList.module.css
    • TeamHeader 관련 패딩 및 중앙 정렬 스타일을 제거했습니다.
    • 데스크톱 사이드바 표시 로직을 조정했습니다.
    • mainContents의 왼쪽 여백을 추가했습니다.
    • 여러 미디어 쿼리 기준점을 1024px에서 1199px 또는 1200px로 변경했습니다.
  • src/app/(root)/[teamid]/_domain/components/TaskList/queries.ts
    • fetchJson 함수에서 'user' 경로에 대한 API 호출 시 teamId를 URL에 포함하지 않도록 로직을 수정했습니다.
  • src/app/(root)/[teamid]/_domain/components/Team/TeamNavClient.module.css
    • 태블릿 미디어 쿼리 최대 너비 기준점을 1279px에서 1200px로 변경했습니다.
  • src/app/(root)/[teamid]/page.module.css
    • 페이지 레이아웃 및 칸반 컨테이너에 대한 태블릿 미디어 쿼리 최대 너비 기준점을 1279px에서 1200px로 변경했습니다.
  • src/app/(root)/layout.tsx
    • /myhistory 경로를 rootSidebarPaths에 추가하여 해당 페이지에서도 루트 레이아웃 사이드바가 표시되도록 했습니다.
  • src/components/team-header/TeamHeader.module.css
    • 불필요한 빈 줄을 제거했습니다.
    • 미디어 쿼리 기준점을 1024px에서 1200px로, 1023px에서 1199px로 조정했습니다.
    • list variant 컨테이너에 min-width: 1200px일 때 margin: 0 auto; 스타일을 추가했습니다.
Activity
  • 현재까지 특별한 활동은 없습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

안녕하세요. 리스트 페이지의 403 오류를 해결하고 UI를 수정한 PR을 리뷰했습니다. queries.ts에서 user API 호출 시 teamId를 제외하도록 수정한 부분은 403 오류의 원인을 정확히 파악하고 해결한 좋은 변경으로 보입니다. 또한, 전반적인 UI 레이아웃과 반응형 동작을 개선하기 위해 CSS 브레이크포인트를 조정한 부분도 확인했습니다. 다만, 일부 CSS 파일에서 미디어 쿼리 브레이크포인트 값이 일관되지 않은 점이 발견되어 리뷰 코멘트를 남겼습니다. 이 부분을 수정하면 더욱 안정적인 반응형 레이아웃을 구현할 수 있을 것입니다. 수고하셨습니다.


/* 태블릿 */
@media (min-width: 768px) and (max-width: 1279px) {
@media (min-width: 768px) and (max-width: 1200px) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

미디어 쿼리 max-width 값을 1199px로 수정하는 것을 제안합니다. 다른 CSS 파일에서는 데스크탑 브레이크포인트를 1200px부터 시작(min-width: 1200px)하고, 태블릿은 1199px까지(max-width: 1199px)로 정의하고 있습니다. max-width: 1200px를 사용하면 1200px 너비에서 데스크탑과 태블릿 스타일이 중복 적용되어 예기치 않은 레이아웃 문제가 발생할 수 있습니다. 일관성을 유지하고 잠재적인 스타일 충돌을 방지하기 위해 1199px로 변경하는 것이 좋습니다.

Suggested change
@media (min-width: 768px) and (max-width: 1200px) {
@media (min-width: 768px) and (max-width: 1199px) {

}
/* Tablet styles */
@media (min-width: 768px) and (max-width: 1279px) {
@media (min-width: 768px) and (max-width: 1200px) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

미디어 쿼리 max-width 값을 1199px로 수정하는 것을 제안합니다. 다른 CSS 파일에서는 데스크탑 브레이크포인트를 1200px부터 시작(min-width: 1200px)하고, 태블릿은 1199px까지(max-width: 1199px)로 정의하고 있습니다. max-width: 1200px를 사용하면 1200px 너비에서 데스크탑과 태블릿 스타일이 중복 적용되어 예기치 않은 레이아웃 문제가 발생할 수 있습니다. 일관성을 유지하고 잠재적인 스타일 충돌을 방지하기 위해 1199px로 변경하는 것이 좋습니다.

Suggested change
@media (min-width: 768px) and (max-width: 1200px) {
@media (min-width: 768px) and (max-width: 1199px) {


/* Tablet specific rules for kanbanResponsiveContainer */
@media (min-width: 768px) and (max-width: 1279px) {
@media (min-width: 768px) and (max-width: 1200px) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

미디어 쿼리 max-width 값을 1199px로 수정하는 것을 제안합니다. 다른 CSS 파일에서는 데스크탑 브레이크포인트를 1200px부터 시작(min-width: 1200px)하고, 태블릿은 1199px까지(max-width: 1199px)로 정의하고 있습니다. max-width: 1200px를 사용하면 1200px 너비에서 데스크탑과 태블릿 스타일이 중복 적용되어 예기치 않은 레이아웃 문제가 발생할 수 있습니다. 일관성을 유지하고 잠재적인 스타일 충돌을 방지하기 위해 1199px로 변경하는 것이 좋습니다.

Suggested change
@media (min-width: 768px) and (max-width: 1200px) {
@media (min-width: 768px) and (max-width: 1199px) {

@yooolleee yooolleee left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

확인했습니다

@Jieunsse Jieunsse merged commit 58f0840 into main Feb 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

리팩토링 리팩토링 및 리뷰내용 반영시 작성해주세요 오류수정 오류 및 에러 해결할 때 사용해주세요.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants