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

[FE] 마일스톤 추가, 수정, 삭제 기능 및 기타 스타일 수정 #136

Merged
merged 5 commits into from
Aug 11, 2023

Conversation

youzysu
Copy link
Member

@youzysu youzysu commented Aug 11, 2023

Issues

What is this PR? 👓

  • 마일스톤 추가, 수정 삭제 기능 초기 작업
  • 로그아웃 버튼 스타일, textarea 줄바꿈 css 속성 추가, 로그인 라우팅(/) 수정

Key changes 🔑

To reviewers 👋

  • 백로그가 많군요..ㅠ
  • textarea 개행이 하나밖에 안되네요.
  • 라우팅은 전반적으로 한번 개선해야 할듯 합니다. navigate(0)을 포함하여..!

@youzysu youzysu added this to the [FE] Sprint #03 milestone Aug 11, 2023
@youzysu youzysu self-assigned this Aug 11, 2023
@youzysu youzysu changed the title [FE] 마일스톤 추가 기능 및 기타 스타일 수정 [FE] 마일스톤 추가, 수정, 삭제 기능 및 기타 스타일 수정 Aug 11, 2023
- 마일스톤 없을 때도 빈 아이템 보여주도록 수정
- openIssueCount, closedIssueCount number 타입으로 수정
<ul>
{milestoneList.map((milestone) => (
{milestoneList?.map((milestone) => (
Copy link
Member

Choose a reason for hiding this comment

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

위에서 check하는데 optional chaining은 불필요해보여요

Copy link
Member Author

Choose a reason for hiding this comment

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

위에서 못걸러줘서 아래로 수정!

const hasMilestone = milestoneList && milestoneList.length !== 0;

  return (
    <TableBody>
      {hasMilestone ? (
        <ul>
          {milestoneList.map((milestone) => (

@Kakamotobi Kakamotobi merged commit e43b3eb into issue-tracker-08:fe-w3 Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants