Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : 문서 관련 읽기 페이지 퍼블리싱 #73

Merged
merged 36 commits into from
Mar 14, 2024
Merged

Conversation

Ubinquitous
Copy link
Member

Issue Number

close #39

What

문서 read 관련 페이지를 퍼블리싱했습니다.

How

ScreenShot

스크린샷 2024-03-14 오전 11 27 58 스크린샷 2024-03-14 오전 11 27 08 스크린샷 2024-03-14 오전 11 26 52 스크린샷 2024-03-14 오전 11 26 33

@Ubinquitous Ubinquitous added the feat 새로운 기능 label Mar 14, 2024
@Ubinquitous Ubinquitous self-assigned this Mar 14, 2024
Copy link
Member

@5ewon 5ewon left a comment

Choose a reason for hiding this comment

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

이번 PR 커밋량이 상당하네요 ㄷㄷ..


const Page = async ({ params: { keyword } }: PageProps) => {
const result = await useDocsByKeywordQuery({ keyword }).catch((e) => e);
// console.log(docsList);
Copy link
Member

Choose a reason for hiding this comment

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

지워지지 않은 주석이 남아있습니다.

export const docs = style({
width: "78%",
height: "100px",
// padding: "0 10px",
Copy link
Member

Choose a reason for hiding this comment

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

주석처리된 코드가 남아있네용

@@ -13,8 +13,9 @@ export const container = style({
export const board = style({
width: "100%",
height: "fit-content",
minHeight: "120svh",
// minHeight: "120svh",
Copy link
Member

@5ewon 5ewon Mar 14, 2024

Choose a reason for hiding this comment

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

같습니다

utils/index.ts Outdated
);
}
// .replaceAll("<행>", `<tr>`)
// .replaceAll("</행>", `</tr>`)
Copy link
Member

Choose a reason for hiding this comment

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

히히

@Ubinquitous Ubinquitous merged commit 3206686 into main Mar 14, 2024
1 check failed
@Ubinquitous Ubinquitous deleted the feat/publish branch November 15, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

검색 페이지 퍼블리싱
2 participants