feat(fe): make generator, checker, validator page#3491
Conversation
|
✅ Syncing Preview App Succeeded Application: |
|
컴포넌트화하니 깔끔하네요!! 👍 아래 자잘한 수정사항만 확인해주세요~ |
apps/frontend/app/(client)/(main)/(create)/problem/create/_components/FileUploadSection.tsx
Outdated
Show resolved
Hide resolved
apps/frontend/app/(client)/(main)/(create)/problem/create/_components/FileUploadSection.tsx
Outdated
Show resolved
Hide resolved
…/github.com/skkuding/codedang into t2631-make-generator-checker-validator-page
|
✅ Syncing Preview App Succeeded Application: |
| > | ||
| <div className="flex gap-4"> | ||
| <span className="bg-color-neutral-99 flex h-12 w-12 items-center justify-center rounded-[6.4px] border"> | ||
| <Image src={fileIcon} alt="file" width={20} height={20} /> |
| )} | ||
| </div> | ||
|
|
||
| <p className="text-sub1_sb_18 mb-2">포맷 예시</p> |
There was a problem hiding this comment.
텍스트 색상 피그마대로 cool-neutral-30으로 변경해야 할 것 같아요~
| {files.length === 0 ? ( | ||
| <div className="bg-color-neutral-99 flex flex-col items-center rounded-[12px] py-20 text-center"> | ||
| <Image | ||
| src={infoIcon} |
There was a problem hiding this comment.
피그마랑 살짝 색상이 달라서 새로운 svg 파일을 만들어야 할 것 같은데 제 PR에 이미 만들어놔서 제 거 머지되면 그거 사용해주시면 될 것 같아요!
(이름은 info-icon-gray.svg 입니다!)
|
추가적으로 저는 솔루션 파일 업로드 할 때 기존 파일 위에 추가되도록 했는데 종희님처럼 아래에 추가하는 편이 나으려나요? |
solution 탭 PR에 남긴 댓글 확인 부탁드립니다! |
넵 그럼 종희님 방식으로 저도 작업하도록 하겠습니다! |
Description
문제 생성 탭 중에서 generator, checker, validator 페이지를 만들었습니다.
공통된 코드를 컴포넌트화하고 디자인, 파일 업로드 기능을 구현했어요.
Additional context
close TAS-2631
Before submitting the PR, please make sure you do the following
fixes #123).