-
Notifications
You must be signed in to change notification settings - Fork 2
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
issue#5 post upload image #85
Changes from all commits
82f0900
1a753e7
cca89ad
b6f9d38
06fc89f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { CreateBoardDetail } from './BoardDetail' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { BoardFormField } from './FormField' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { SelectMemberInput } from './SelectMemberInput' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { MultipleMemberSelect } from './MultipleMemberSelect' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { CreateBoardHero } from './BoardHero' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export { CreateBoardDetail } from './BoardDetail' | ||
export { CreateBoardHero } from './BoardHero' | ||
export { CreateBoardSkeleton } from './Skeleton' | ||
export * from './hero' | ||
export * from './detail' | ||
export * from './form' |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ import { useForm } from 'react-hook-form' | |
|
||
import { zodResolver } from '@hookform/resolvers/zod' | ||
|
||
import { CreatePostForm } from '@/components/feature' | ||
import { Form } from '@/components/ui' | ||
import { CreateEventPost, CreateEventPostSchema } from '@/schema/post' | ||
|
||
export const CreateEventPostForm = () => { | ||
|
@@ -17,11 +17,10 @@ export const CreateEventPostForm = () => { | |
}) | ||
|
||
return ( | ||
<CreatePostForm | ||
form={form} | ||
onSubmit={() => {}} | ||
isExecuting={false} | ||
isImageRequired={false} | ||
/> | ||
<Form {...form}> | ||
<form> | ||
<div>temp form ui</div> | ||
</form> | ||
</Form> | ||
Comment on lines
+20
to
+24
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ์ฌ๊ธด ์ฝ๋๊ฐ ์ง์์ง๊ฒ ๊ฐ๋ค์...? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ๋ค~ ํ์ฌ ๋ฐฑ์๋ api๋ก ํ์ฌ ๊ฒ์๊ธ์ ์ถ๊ฐํ๋ ๋ก์ง์ด ์ ๊ฑฐ๋์ด, ์ถํ์ ์ธ์คํ api ์ฐ๊ฒฐํ๋ฉด ์ถ๊ฐํ ์์ ์ ๋๋ค |
||
) | ||
} |
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.
skeleton์ ๋ก๋ฉ์ค์ผ๋ ๋ณด์ฌ์ง๋ ๋ถ๋ถ์ธ๊ฐ์?
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.
๋น