2018007956 / Preddit

스터디에 최적화된 커뮤니티 플랫폼
0 stars 0 forks source link

feat: side bar in community info page #27

Closed 2018007956 closed 5 months ago

2018007956 commented 5 months ago

Overview

Change Log

  1. 사이드 바 컴포넌트 생성 : client/src/components/Sidebar.tsx
  2. 사이드 바 컴포넌트 import : client/src/pages/r/[sub].tsx
  3. 사이드 바 UI 생성 : client/src/components/Sidebar.tsx
  4. 시간을 위한 모듈 설치

    npm install dayjs --save

    • 적용 전
    • 코드 : sub?.createdAt
    • 출력 : 2024-07-01T22:58:54.438Z
    • 적용 후
    • 코드 : dayjs(sub?.createdAt).format("D MMM YYYY")
    • 출력 : 2 Jul 2024

Result

To be updated

Issue Tags