-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이번 PR 커밋량이 상당하네요 ㄷㄷ..
app/search/[keyword]/page.tsx
Outdated
|
||
const Page = async ({ params: { keyword } }: PageProps) => { | ||
const result = await useDocsByKeywordQuery({ keyword }).catch((e) => e); | ||
// console.log(docsList); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
지워지지 않은 주석이 남아있습니다.
app/search/[keyword]/style.css.ts
Outdated
export const docs = style({ | ||
width: "78%", | ||
height: "100px", | ||
// padding: "0 10px", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
주석처리된 코드가 남아있네용
components/Board/style.css.ts
Outdated
@@ -13,8 +13,9 @@ export const container = style({ | |||
export const board = style({ | |||
width: "100%", | |||
height: "fit-content", | |||
minHeight: "120svh", | |||
// minHeight: "120svh", |
There was a problem hiding this comment.
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>`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
히히
Issue Number
close #39
What
문서 read 관련 페이지를 퍼블리싱했습니다.
How
ScreenShot