Skip to content

[Feat] #35 루틴의 독서리스트 페이지 구현#37

Merged
HandoA01 merged 5 commits intodevelopfrom
feat/#35
Jan 24, 2026
Merged

[Feat] #35 루틴의 독서리스트 페이지 구현#37
HandoA01 merged 5 commits intodevelopfrom
feat/#35

Conversation

@HandoA01
Copy link
Copy Markdown
Contributor

설명

루틴의 독서 리스트 페이지를 구현하고,
Tab, BookList의 컴포넌트를 다소 수정하였습니다.

스크린샷

2026-01-23.3.22.52.mov

완료사항

  • 루틴 독서리스트 페이지 구현
  • Tab 컴포넌트 수정
  • BookList 컴포넌트 기능 추가

관련이슈

closes #35

기타사항

  • BookList 부분의 reading state 중 하나가 추가된 것으로 보여 이 부분을 새로 추가했습니다.
  • Tab 컴포넌트에서도 className으로 외부 style 지정이 가능하게 수정했습니다.

@HandoA01 HandoA01 requested review from baeys0619 and gachaemin and removed request for gachaemin January 22, 2026 18:29
@HandoA01 HandoA01 self-assigned this Jan 22, 2026
@HandoA01 HandoA01 added ♻️ refactor 리팩토링 ✨ feature 새로운 기능 🎨 ui UI / 스타일 / CSS labels Jan 22, 2026
Copy link
Copy Markdown
Contributor

@gachaemin gachaemin left a comment

Choose a reason for hiding this comment

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

지금 앱크기로 그림자가 들어가있는데, 그건 제거해주시는게 좋을 것 같습니다!

Comment thread src/pages/Routine/BookList.tsx Outdated
import { DUMMY_BOOKS } from "@/mocks/booklist.mock";

export default function RoutinePage() {
const [activeTab, setActiveTab] = useState<"routine" | "statistics">("routine");
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

union type을 사용함으로써 routine이나 statistics 중 하나로 타입을 지정해주셔서 에러 차단에 효과적일 것 같네용~ 이번에도 수고 많으셨습니다!!

@HandoA01 HandoA01 merged commit 8d91501 into develop Jan 24, 2026
@gachaemin gachaemin deleted the feat/#35 branch January 25, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ feature 새로운 기능 ♻️ refactor 리팩토링 🎨 ui UI / 스타일 / CSS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 루틴-도서리스트 페이지 구현

3 participants