Skip to content

Conversation

seunghyun-24
Copy link
Contributor

비빔밥 -> 코덕 이름 변화 후 전반적인 대표색, 로고, 메인 페이지 및 관련 css, 이에 따른 하위 페이지 변경 작업에 따른 코드입니다.

구체적인 변경 사항은 다음과 같습니다.

  • 대표색상 : 노란색
  • 로고 : 오리 (coduck)
  • 페이지 : main, login, register, problem, contest
  • components : header, footer, action bar

관련 작업을 위한 ui 파일 추가 입니다.

@seunghyun-24 seunghyun-24 requested review from kidw0124 and tmdghks June 26, 2025 07:47
@seunghyun-24 seunghyun-24 linked an issue Jun 26, 2025 that may be closed by this pull request
4 tasks
title: 'Bibimbap',
description: 'A delicious Korean dish',
title: 'coduck',
description: 'coduck~',
Copy link
Contributor

Choose a reason for hiding this comment

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

이 부분은 아직 placeholder로 두고 나중에 수정 되는 부분인 거죠?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

그렇습니다 이름 바꾸고 적절한 수정이 프론트딴에선 안들어가서 일단 임시 확인차..
적절한 멘트 (누군가가) 수정해야할 듯 합니다
지금보니 이 브랜치에서 할 내용은 아니었던듯 싶네요

Copy link
Contributor

Choose a reason for hiding this comment

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

우선은 coduck으로 남겨둬도 괜찮을 것 같긴 해요

다만 package.json에서는 아직 bibimbap-frontend라고 되어 있어서 아직 불일치가 존재하는 것 같아요. README.md, LICENSE에서도 비슷한 이슈가 존재하고 있어요

{
  "name": "bibimbap-frontend",
  "version": "0.1.0",
  "private": true,

@seunghyun-24 seunghyun-24 requested a review from tmdghks August 28, 2025 16:55
Copy link
Contributor

@tmdghks tmdghks left a comment

Choose a reason for hiding this comment

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

모든 페이지가 의도대로 작성하는 것으로 보이고, 디자인 변경 사항도 전부 적용된 것으로 보여요. 다만, 아직 bibimbap의 내용이 남아있는 부분이 있어 comment로 남겨둬요

Comment on lines +42 to +46
<div className='min-h-screen bg-gradient-to-br from-gray-50 to-gray-100'>
<div className='container px-4 py-6 mx-auto'>
<div className='flex items-center justify-between mb-6'>
<div>
<h1 className='text-3xl font-bold text-gray-900 flex items-center gap-3'>
Copy link
Contributor

Choose a reason for hiding this comment

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

src/app/problems/page.tsx의 41번 라인부터 45번 라인까지 똑같은 css 코드가 있어서, 이런 부분은 나중에 찾아서 공통으로 묶어서 리팩토링 하면 좋을 것 같아요

/* globals.css */
.page-background {
  @apply min-h-screen bg-gradient-to-br from-gray-50 to-gray-100
}

.page-container {
  @apply container px-4 py-6 mx-auto;
}

.page-header {
  @apply flex items-center justify-between mb-6;
}

.page-title {
  @apply text-3xl font-bold text-gray-900 flex items-center gap-3;
}

.page-title-icon {
  @apply h-8 w-8 text-primary;
}

title: 'Bibimbap',
description: 'A delicious Korean dish',
title: 'coduck',
description: 'coduck~',
Copy link
Contributor

Choose a reason for hiding this comment

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

우선은 coduck으로 남겨둬도 괜찮을 것 같긴 해요

다만 package.json에서는 아직 bibimbap-frontend라고 되어 있어서 아직 불일치가 존재하는 것 같아요. README.md, LICENSE에서도 비슷한 이슈가 존재하고 있어요

{
  "name": "bibimbap-frontend",
  "version": "0.1.0",
  "private": true,

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.

Change UI
2 participants