Skip to content

feat : PLI-6 메인페이지 (+일정케이스)#77

Open
PJW03 wants to merge 6 commits intodevelopfrom
feature-PLI-6
Open

feat : PLI-6 메인페이지 (+일정케이스)#77
PJW03 wants to merge 6 commits intodevelopfrom
feature-PLI-6

Conversation

@PJW03
Copy link
Copy Markdown
Contributor

@PJW03 PJW03 commented Mar 28, 2026

작업내용

  • 메인페이지 퍼블리싱
    • 필요한 아이콘 및 이미지 추가
    • 컴포넌트 분리 ( MainTripCard(Empty, Progress, Planned))
    • 알림 페이지 네비게이션 연결
    • 내 일정 페이지 네비게이션 연결

PJW added 2 commits March 29, 2026 02:48
메인페이지 퍼블리싱
필요한 아이콘 및 이미지 추가
컴포넌트 분리 ( MainTripCard(Empty, Progress, Planned))
알림 페이지 네비게이션 연결
내 일정 페이지 네비게이션 연결
@hyerim03
Copy link
Copy Markdown
Contributor

hyerim03 commented Apr 1, 2026

image image

로고가 16픽셀 여백을 두고 붙어야하는데 떨어진 것으로 보임

</View>
<ContentContainer className="px-[10px] py-[10px] rounded-xl">
<Pressable onPress={handleNavigateToDetail} className="items-center justify-center">
{hasNotification ? <NoticeDotIcon width={20} height={20} /> : <NoticeIcon width={20} height={20} />}
Copy link
Copy Markdown
Contributor

@hyerim03 hyerim03 Apr 1, 2026

Choose a reason for hiding this comment

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

dot을 통째로 아이콘으로 넣었다면 20*20이면 사이즈가 디자인과 달라집니다

@hyerim03
Copy link
Copy Markdown
Contributor

hyerim03 commented Apr 1, 2026

image

아이콘 수정 수정 필요할 것 같습니다

<LogoIcon width={38} height={38} />
<LogoLetter width={65} height={32} />
</View>
<ContentContainer className="px-[10px] py-[10px] rounded-xl">
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.

현재 ContentContainer 내부의 쉐도우는 borderRadius가 8로 잡혀있어 화면 구현 상으로는 알림 밖 컨테이너의 borderRadius 8픽셀로 확인이 됩니다 12픽셀로 보이도록 수정해주세요

<ScrollView
horizontal
showsHorizontalScrollIndicator={false}
contentContainerStyle={{ paddingHorizontal: 16, paddingVertical: 12, gap: 16 }}
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.

paddingVertical이 지정되면서 상단 글씨와 내용이 더 멀어진 것 같습니다. 디자인 픽셀에 맞추어 주세요

<Text className="text-gray text-p font-medium">11:00</Text>
</View>
<View className="flex-1">
<Text className="text-black text-p1 font-semibold mb-1">아사쿠사 센소지</Text>
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.

텍스트 및 mb 는 2픽셀입니다

@hyerim03
Copy link
Copy Markdown
Contributor

hyerim03 commented Apr 1, 2026

image

chip 수정 필요

PJW added 4 commits April 2, 2026 09:02
로고 여백 수정
점아이콘 수정
일정 아이콘 변경
ContentContainer 8픽셀 12픽셀로 보이도록 수정
상단 글씨 padding값 수정
Chip을 MainRecChip으로 추가 후 수정
메인 페이지 테일윈드 폰트 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants